From 9021cdcdd01fc9dbcbe1f06391848c2ac915212f Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 26 Jul 2020 15:13:45 +0000 Subject: Generate docs for the 0.15 release --- doc/html/deprecated.html | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 doc/html/deprecated.html (limited to 'doc/html/deprecated.html') diff --git a/doc/html/deprecated.html b/doc/html/deprecated.html new file mode 100644 index 0000000..2a5adb9 --- /dev/null +++ b/doc/html/deprecated.html @@ -0,0 +1,69 @@ + + + + + +json-c: Deprecated List + + + + + + +
+
+ + + + + + +
+
json-c +  0.15 +
+
+
+ + + +
+
+
+
Deprecated List
+
+
+
+
Global array_list_new (array_list_free_fn *free_fn)
+
Use array_list_new2() instead.
+
Global json_parse_double (const char *buf, double *retval)
+
+
Global json_tokener
+
Unused in json-c code
+
Global json_tokener::char_offset
+
See json_tokener_get_parse_end() instead.
+
Global json_tokener::err
+
See json_tokener_get_error() instead.
+
Global json_tokener::str
+
Do not access any of these fields outside of json_tokener.c
+
Class json_tokener_srec
+
Don't use this outside of json_tokener.c, it will be made private in a future release.
+
Global json_tokener_state
+
Don't use this outside of json_tokener.c, it will be made private in a future release.
+
+
+ + + + -- cgit v1.2.1