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-path.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-path.h')
-rw-r--r-- | json-glib/json-path.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/json-glib/json-path.h b/json-glib/json-path.h index 6a30932..272c298 100644 --- a/json-glib/json-path.h +++ b/json-glib/json-path.h @@ -59,9 +59,8 @@ typedef enum { /** * JsonPath: * - * The <structname>JsonPath</structname> structure is an opaque object - * whose members cannot be directly accessed except through the provided - * API. + * The `JsonPath` structure is an opaque object whose members cannot be + * directly accessed except through the provided API. * * Since: 0.14 */ @@ -70,8 +69,8 @@ typedef struct _JsonPath JsonPath; /** * JsonPathClass: * - * The <structname>JsonPathClass</structname> structure is an opaque - * object class whose members cannot be directly accessed. + * The `JsonPathClass` structure is an opaque object class whose members + * cannot be directly accessed. * * Since: 0.14 */ |