diff options
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 */ |