Document gccjit::context::set_str_option

gcc/jit/ChangeLog:
	* docs/cp/topics/contexts.rst (gccjit::context::set_str_option):
	Document new function.
	* docs/_build/texinfo/libgccjit.texi: Regenerate.

From-SVN: r218636
This commit is contained in:
David Malcolm 2014-12-11 17:50:56 +00:00 committed by David Malcolm
parent faa542268c
commit 35291c7dda
3 changed files with 180 additions and 148 deletions

View File

@ -1,3 +1,9 @@
2014-12-11 David Malcolm <dmalcolm@redhat.com>
* docs/cp/topics/contexts.rst (gccjit::context::set_str_option):
Document new function.
* docs/_build/texinfo/libgccjit.texi: Regenerate.
2014-12-10 David Malcolm <dmalcolm@redhat.com>
* docs/cp/index.rst: New file.

File diff suppressed because it is too large Load Diff

View File

@ -148,9 +148,18 @@ Debugging
Options
-------
..
FIXME: gccjit::context::set_str_option doesn't seem to exist yet in the
C++ API
String Options
**************
.. function:: void \
gccjit::context::set_str_option (enum gcc_jit_str_option, \
const char *value)
Set a string option of the context.
This is a thin wrapper around the C API
:c:func:`gcc_jit_context_set_str_option`; the options have the same
meaning.
Boolean options
***************