From fe480073f7dbbc53a1dd22087b5865079fbbddcb Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 12 Jul 2020 19:13:50 +0000 Subject: [PATCH] Add a "json-c-current-release" link pointing at json-c-0.14. --- index.html | 26 +++++++++++++++++++------- json-c-current-release | 1 + 2 files changed, 20 insertions(+), 7 deletions(-) create mode 120000 json-c-current-release diff --git a/index.html b/index.html index e37bbaf..0385fb9 100644 --- a/index.html +++ b/index.html @@ -10,24 +10,36 @@ For information about building json-c, see the clone the source and run "doxygen", then look in the doc directory. -
- -Current release: json-c-0.14 +

Current release: json-c-0.14
Best starting points: -json_object.h or -json_tokener.h +json_object.h or +json_tokener.h You can also look at the tests in the tests directory for some examples.
One of the simplest examples is test2.c. +

+ +

Note: for the most recent development docs clone the source and run: + +

sed -e's/@CMAKE_CURRENT_BINARY_DIR@/doc/' doc/Doxyfile.in | doxygen -
+ +Then look in the doc/html directory. +

+
-

Older releases

+

All releases