diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-05-28 11:50:01 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-05-28 11:50:01 +0100 |
commit | 70b9235b50dd4257e0bf196e07f65807d65f8091 (patch) | |
tree | 8bb981d4de0369a3427a694b52f85d3976bb1be8 | |
parent | aaf08f5c1a08c8aaec2436653114996b98ee1f8c (diff) | |
download | json-glib-70b9235b50dd4257e0bf196e07f65807d65f8091.tar.gz |
docs: Remove unused field annotation
JsonNode is fully opaque, so there are no fields to annotate.
-rw-r--r-- | json-glib/json-types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/json-glib/json-types.h b/json-glib/json-types.h index 5793179..b95c356 100644 --- a/json-glib/json-types.h +++ b/json-glib/json-types.h @@ -97,7 +97,6 @@ G_BEGIN_DECLS /** * JsonNode: - * @type: the type of node * * A generic container of JSON data types. The contents of the #JsonNode * structure are private and should only be accessed via the provided |