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:
parent
faa542268c
commit
35291c7dda
@ -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>
|
2014-12-10 David Malcolm <dmalcolm@redhat.com>
|
||||||
|
|
||||||
* docs/cp/index.rst: New file.
|
* docs/cp/index.rst: New file.
|
||||||
|
307
gcc/jit/docs/_build/texinfo/libgccjit.texi
vendored
307
gcc/jit/docs/_build/texinfo/libgccjit.texi
vendored
File diff suppressed because it is too large
Load Diff
@ -148,9 +148,18 @@ Debugging
|
|||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
|
|
||||||
..
|
String Options
|
||||||
FIXME: gccjit::context::set_str_option doesn't seem to exist yet in the
|
**************
|
||||||
C++ API
|
|
||||||
|
.. 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
|
Boolean options
|
||||||
***************
|
***************
|
||||||
|
Loading…
Reference in New Issue
Block a user