Document libgccjit++.h
commit36b809a082fdd7e96c534b7414a049e54bf947cb
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Dec 2014 18:25:58 +0000 (10 18:25 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Dec 2014 18:25:58 +0000 (10 18:25 +0000)
tree7d2b3665134ff461d2c6383fbbadeb7c15357953
parent1996ba0bff1f7e92bee0667b7ac6e632c3bb87bb
Document libgccjit++.h

gcc/jit/ChangeLog:
* docs/cp/index.rst: New file.
* docs/cp/intro/index.rst: New file.
* docs/cp/intro/tutorial01.rst: New file.
* docs/cp/intro/tutorial02.rst: New file.
* docs/cp/intro/tutorial03.rst: New file.
* docs/cp/intro/tutorial04.rst: New file.
* docs/cp/topics/contexts.rst: New file.
* docs/cp/topics/expressions.rst: New file.
* docs/cp/topics/functions.rst: New file.
* docs/cp/topics/index.rst: New file.
* docs/cp/topics/locations.rst: New file.
* docs/cp/topics/objects.rst: New file.
* docs/cp/topics/results.rst: New file.
* docs/cp/topics/types.rst: New file.
* docs/examples/tut01-hello-world.cc: New file.
* docs/examples/tut02-square.c: Fix missing newline in output.
* docs/examples/tut02-square.cc: New file.
* docs/examples/tut03-sum-of-squares.cc: New file.
* docs/examples/tut04-toyvm/toyvm.cc: New file.
* docs/index.rst: Move summary to above the table of contents.
Add text about the C vs C++ APIs.
* docs/topics/contexts.rst: Fix a typo.

* docs/_build/texinfo/libgccjit.texi: Regenerate.
* docs/_build/texinfo/factorial1.png: New file.
* docs/_build/texinfo/sum-of-squares1.png: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218588 138bc75d-0d04-0410-961f-82ee72b054a4
25 files changed:
gcc/jit/ChangeLog
gcc/jit/docs/_build/texinfo/factorial1.png [new file with mode: 0644]
gcc/jit/docs/_build/texinfo/libgccjit.texi
gcc/jit/docs/_build/texinfo/sum-of-squares1.png [new file with mode: 0644]
gcc/jit/docs/cp/index.rst [copied from gcc/jit/docs/index.rst with 68% similarity]
gcc/jit/docs/cp/intro/index.rst [copied from gcc/jit/docs/index.rst with 55% similarity]
gcc/jit/docs/cp/intro/tutorial01.rst [new file with mode: 0644]
gcc/jit/docs/cp/intro/tutorial02.rst [new file with mode: 0644]
gcc/jit/docs/cp/intro/tutorial03.rst [new file with mode: 0644]
gcc/jit/docs/cp/intro/tutorial04.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/contexts.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/expressions.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/functions.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/index.rst [copied from gcc/jit/docs/index.rst with 55% similarity]
gcc/jit/docs/cp/topics/locations.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/objects.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/results.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/types.rst [new file with mode: 0644]
gcc/jit/docs/examples/tut01-hello-world.cc [new file with mode: 0644]
gcc/jit/docs/examples/tut02-square.c
gcc/jit/docs/examples/tut02-square.cc [new file with mode: 0644]
gcc/jit/docs/examples/tut03-sum-of-squares.cc [new file with mode: 0644]
gcc/jit/docs/examples/tut04-toyvm/toyvm.cc [new file with mode: 0644]
gcc/jit/docs/index.rst
gcc/jit/docs/topics/contexts.rst