jansson/doc
2013-09-30 10:55:34 +03:00
..
ext Update copyrights for 2013 2013-07-23 13:20:06 +03:00
.gitignore Remove CHANGES preprocessing, as it didn't work with VPATH builds 2010-01-21 20:53:05 +02:00
apiref.rst Document JSON_ALLOW_NUL and clarify NUL byte handling 2013-09-30 10:55:34 +03:00
changes.rst Remove CHANGES preprocessing, as it didn't work with VPATH builds 2010-01-21 20:53:05 +02:00
conf.py jansson 2.5 2013-09-19 21:26:46 +03:00
conformance.rst Document JSON_ALLOW_NUL and clarify NUL byte handling 2013-09-30 10:55:34 +03:00
gettingstarted.rst Fixed some minor issues. 2013-04-25 13:59:26 +00:00
github_commits.c Fix memory leaks and warnings in github_commits.c 2013-07-27 21:23:34 +03:00
index.rst doc: Add project status to introduction, add portability chapter 2011-10-03 22:42:39 +03:00
Makefile.am Distribute doc/portability.rst 2011-10-06 21:23:09 +03:00
portability.rst doc: The same JSON values must not be encoded in parallel 2011-11-14 21:01:34 +02:00
README Build documentation in make html target 2009-11-03 23:09:04 +02:00
tutorial.rst Use json_decref() properly in tutorial 2013-03-09 21:15:09 +02:00
upgrading.rst doc: Change the title of the upgrading section 2011-02-25 21:01:13 +02:00

To build the documentation, invoke

    make html

Then point your browser to _build/html/index.html.