234ee47281
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. |
||
---|---|---|
.. | ||
ext | ||
.gitignore | ||
apiref.rst | ||
conf.py | ||
index.rst | ||
Makefile.am | ||
README |
To build the documentation, invoke sphinx-build . .build/html in this directory. Then point your browser to .build/html/index.html.