Commit 35291c7d by David Malcolm Committed by David Malcolm

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
parent faa54226
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.
......
......@@ -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
***************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment