Files
jansson/doc
Corey Farrell 6c78910011 apiref: Clarify documentation for unpack O format.
The `O` format causes reference counts to increase, but in an error they
are not released.  Callers to unpack functions that use the `O` format
should use pointers pre-initialized to NULL so they can safely release
the reference on error.

Also corrected typo which said this was like `O` (itself).

Fixes #135
2017-12-13 14:04:07 -05:00
..
2016-09-18 14:17:03 +03:00
2017-03-02 20:49:42 +02:00
2016-05-03 10:22:06 +02:00
2016-08-30 21:09:28 +03:00
2016-09-18 14:17:03 +03:00
2011-10-06 21:23:09 +03:00
2014-02-11 09:38:45 +02:00
2009-11-03 23:09:04 +02:00
2017-07-16 19:16:34 +09:00

To build the documentation, invoke

    make html

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