Commit adb6d84b by David Malcolm Committed by David Malcolm

jit: fix some .rst issues in docs

gcc/jit/ChangeLog:
	* docs/cp/topics/expressions.rst: Remove stray semicolon.
	* docs/cp/topics/functions.rst: Remove stray backslash.
	* docs/_build/texinfo/libgccjit.texi: Regenerate.

From-SVN: r225203
parent 633cdd72
2015-06-30 David Malcolm <dmalcolm@redhat.com>
* docs/cp/topics/expressions.rst: Remove stray semicolon.
* docs/cp/topics/functions.rst: Remove stray backslash.
* docs/_build/texinfo/libgccjit.texi: Regenerate.
2015-06-25 Andrew MacLeod <amacleod@redhat.com>
* dummy-frontend.c: Remove ipa-ref.h and plugin-api.h from include list.
......
......@@ -535,7 +535,7 @@ If you don't need to specify the location, this can also be expressed using
an overloaded operator:
.. function:: gccjit::lvalue \
gccjit::rvalue::operator* ();
gccjit::rvalue::operator* ()
.. code-block:: c++
......
......@@ -52,7 +52,7 @@ Functions
const char *name, \
std::vector<param> &params, \
int is_variadic, \
gccjit::location loc) \
gccjit::location loc)
Create a gcc_jit_function with the given name and parameters.
......
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