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
..
ext Update copyrights for 2016 2016-09-18 14:17:03 +03:00
.gitignore Remove CHANGES preprocessing, as it didn't work with VPATH builds 2010-01-21 20:53:05 +02:00
apiref.rst Add runtime version checking functions 2019-03-12 13:03:34 -04:00
changes.rst Remove CHANGES preprocessing, as it didn't work with VPATH builds 2010-01-21 20:53:05 +02:00
conf.py jansson 2.12 2018-11-25 03:40:56 -05:00
conformance.rst Fix for issue #282 2016-05-03 10:22:06 +02:00
gettingstarted.rst Update build instructions for Visual Studio 2018-05-07 11:17:08 +03:00
github_commits.c Update copyrights for 2016 2016-09-18 14:17:03 +03:00
index.rst doc: Add project status to introduction, add portability chapter 2011-10-03 22:42:39 +03:00
Makefile.am Distribute doc/portability.rst 2011-10-06 21:23:09 +03:00
portability.rst Clarify thread safety docs, rename JANSSON_THREAD_SAFE 2018-02-08 12:38:14 +02:00
README Build documentation in make html target 2009-11-03 23:09:04 +02:00
tutorial.rst Fix typo 2017-07-16 19:16:34 +09:00
upgrading.rst doc: Change the title of the upgrading section 2011-02-25 21:01:13 +02:00

To build the documentation, invoke

    make html

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