jansson/doc
Petri Lehtinen f236c14dc5 dump: Revise whitespace usage
- Never append newline to output
- By default, add spaces between array and object items for more
  readable output
- Introduce the flag JSON_COMPACT to not add the aforementioned spaces
2009-11-04 22:09:40 +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 dump: Revise whitespace usage 2009-11-04 22:09:40 +02:00
conf.py Build documentation in make html target 2009-11-03 23:09:04 +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.