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/json-node.c | |
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/json-node.c')
-rw-r--r-- | json-glib/json-node.c | 2 |
1 files changed, 1 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 * |