diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2014-03-06 13:58:15 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2014-03-18 16:27:59 +0000 |
commit | 20c861f02f8e41cde2dec92f9d63d8266383c26b (patch) | |
tree | b5a9fa61922cbc27cc0c94e52979d96df11a4a8d /json-glib/json-builder.h | |
parent | ff018d7e560278d65a03c4de71c3cf11b22d3167 (diff) | |
download | json-glib-20c861f02f8e41cde2dec92f9d63d8266383c26b.tar.gz |
docs: Port to MarkDown
Drop the DocBook documentation, and move everything to the MarkDown
format used by modern gtk-doc.
Diffstat (limited to 'json-glib/json-builder.h')
-rw-r--r-- | json-glib/json-builder.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/json-glib/json-builder.h b/json-glib/json-builder.h index 093f67c..361c64a 100644 --- a/json-glib/json-builder.h +++ b/json-glib/json-builder.h @@ -45,8 +45,8 @@ typedef struct _JsonBuilderClass JsonBuilderClass; /** * JsonBuilder: * - * The <structname>JsonBuilder</structname> structure contains only - * private data and shouls be accessed using the provided API + * The `JsonBuilder` structure contains only private data and should be + * accessed using the provided API * * Since: 0.12 */ @@ -61,8 +61,7 @@ struct _JsonBuilder /** * JsonBuilderClass: * - * The <structname>JsonBuilder</structname> structure contains only - * private data + * The `JsonBuilderClass` structure contains only private data * * Since: 0.12 */ |