jansson/doc
Petri Lehtinen 50031440a3 Implement JSON_ENSURE_ASCII encoding flag
With this flag, all Unicode characters outside the ASCII range are
escaped.
2009-12-05 22:55:30 +02:00
..
ext Add README and API reference 2009-08-13 18:38:03 +03:00
.gitignore Build documentation in make html target 2009-11-03 23:09:04 +02:00
apiref.rst Implement JSON_ENSURE_ASCII encoding flag 2009-12-05 22:55:30 +02:00
conf.py Merge branch '1.1' 2009-11-08 22:01:02 +02:00
gettingstarted.rst Build documentation in make html target 2009-11-03 23:09:04 +02:00
github_commits.c Enhance documentation 2009-10-19 21:56:11 +03:00
index.rst Enhance documentation 2009-10-19 21:56:11 +03:00
Makefile.am Build documentation in make html target 2009-11-03 23:09:04 +02:00
README Build documentation in make html target 2009-11-03 23:09:04 +02:00
tutorial.rst Enhance documentation 2009-10-19 21:56:11 +03:00

To build the documentation, invoke

    make html

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