diff options
Diffstat (limited to 'json-glib/json-reader.h')
-rw-r--r-- | json-glib/json-reader.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/json-glib/json-reader.h b/json-glib/json-reader.h index 14c7cad..37002f0 100644 --- a/json-glib/json-reader.h +++ b/json-glib/json-reader.h @@ -80,8 +80,8 @@ typedef enum { /** * JsonReader: * - * The <structname>JsonReader</structname> structure contains only - * private data and should only be accessed using the provided API + * The `JsonReader` structure contains only private data and should + * be accessed using the provided API * * Since: 0.12 */ @@ -96,8 +96,7 @@ struct _JsonReader /** * JsonReaderClass: * - * The <structname>JsonReaderClass</structname> structure contains only - * private data + * The `JsonReaderClass` structure contains only private data * * Since: 0.12 */ |