diff options
| author | Emmanuele Bassi <ebassi@openedhand.com> | 2007-10-01 15:50:49 +0100 |
|---|---|---|
| committer | Emmanuele Bassi <ebassi@openedhand.com> | 2007-10-01 15:50:49 +0100 |
| commit | 9bdee4c01adef7e9d7ed18d5dd94671057f1459b (patch) | |
| tree | 1830572bac48937a4f0f02845a8fc02b8c2782b9 /json-glib | |
| parent | 2e362edd46f11f2fd1fa327877372b902b70c280 (diff) | |
| download | json-glib-9bdee4c01adef7e9d7ed18d5dd94671057f1459b.tar.gz | |
Add API reference for JSON-GLib
Use gtk-doc to build the various bits and pieces of the API reference
for JSON-GLib.
Diffstat (limited to 'json-glib')
| -rw-r--r-- | json-glib/json-node.c | 2 | ||||
| -rw-r--r-- | json-glib/json-version.h.in | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/json-glib/json-node.c b/json-glib/json-node.c index 50d3df0..465357e 100644 --- a/json-glib/json-node.c +++ b/json-glib/json-node.c @@ -101,7 +101,7 @@ json_node_take_object (JsonNode *node, /** * json_node_get_object: - * @data: a #JsonNode + * @node: a #JsonNode * * Retrieves the #JsonObject stored inside a #JsonNode * diff --git a/json-glib/json-version.h.in b/json-glib/json-version.h.in index f2fefee..a5af6c1 100644 --- a/json-glib/json-version.h.in +++ b/json-glib/json-version.h.in @@ -2,6 +2,14 @@ #define __JSON_VERSION_H__ /** + * SECTION:json-version + * @short_description: JSON-GLib version checking + * + * JSON-GLib provides macros to check the version of the library + * at compile-time + */ + +/** * JSON_MAJOR_VERSION: * * Json major version component (e.g. 1 if %JSON_VERSION is 1.2.3) |
