jansson/doc
Petri Lehtinen 234ee47281 Better argument validation
All pointer arguments are now tested for NULL. json_string() now also
tests that strdup() succeeds. This is to ensure that no NULL values
end up in data structures.

Also desribe the different sources of errors in documentation.
2009-09-06 22:24:55 +03:00
..
ext Add README and API reference 2009-08-13 18:38:03 +03:00
.gitignore Add README and API reference 2009-08-13 18:38:03 +03:00
apiref.rst Better argument validation 2009-09-06 22:24:55 +03:00
conf.py Merge branch '1.0' 2009-09-06 12:53:38 +03:00
index.rst Add README and API reference 2009-08-13 18:38:03 +03:00
Makefile.am Distribute appropriate files 2009-08-25 21:48:34 +03:00
README Add README and API reference 2009-08-13 18:38:03 +03:00

To build the documentation, invoke

    sphinx-build . .build/html

in this directory. Then point your browser to .build/html/index.html.