From 20c861f02f8e41cde2dec92f9d63d8266383c26b Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 6 Mar 2014 13:58:15 +0000 Subject: docs: Port to MarkDown Drop the DocBook documentation, and move everything to the MarkDown format used by modern gtk-doc. --- json-glib/json-path.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'json-glib/json-path.h') 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 JsonPath 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 JsonPathClass 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 */ -- cgit v1.2.1