Files
jansson/doc
Sean Bright 76300601d9 Add runtime version checking functions
This patch adds two new exported functions:

* `jansson_version_str` - Returns a human-readable version number
* `jansson_version_cmp` - Returns an integer less than, equal to, or greater
  than zero if the runtime version of Jansson is found, respectively, to be
  less than, to match, or be greater than the provided major, minor, and micro.
2019-03-12 13:03:34 -04:00
..
2016-09-18 14:17:03 +03:00
2018-11-25 03:40:56 -05:00
2016-05-03 10:22:06 +02:00
2016-09-18 14:17:03 +03:00
2011-10-06 21:23:09 +03: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.