diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2021-06-08 16:08:50 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2021-06-08 17:13:50 +0100 |
commit | 516fdb0fa0e1089d513b2038bb83bacdc134a35c (patch) | |
tree | 351744595d9b78f87e676bd5c9697a5903916951 /json-glib/json-path.h | |
parent | d3c51db3586aff8444b64ddc7dff432a99c2424b (diff) | |
download | json-glib-516fdb0fa0e1089d513b2038bb83bacdc134a35c.tar.gz |
docs: Initial, rough port away from gtk-doc
Drop `SECTION` blurbs.
Use gi-docgen syntax for internal links.
Use summary lines for gi-docgen indices.
Use Markdown syntax for code fragments.
Diffstat (limited to 'json-glib/json-path.h')
-rw-r--r-- | json-glib/json-path.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/json-glib/json-path.h b/json-glib/json-path.h index 3c3ddf0..9d47a2e 100644 --- a/json-glib/json-path.h +++ b/json-glib/json-path.h @@ -56,24 +56,7 @@ typedef enum { JSON_PATH_ERROR_INVALID_QUERY } JsonPathError; -/** - * JsonPath: - * - * The `JsonPath` structure is an opaque object whose members cannot be - * directly accessed except through the provided API. - * - * Since: 0.14 - */ typedef struct _JsonPath JsonPath; - -/** - * JsonPathClass: - * - * The `JsonPathClass` structure is an opaque object class whose members - * cannot be directly accessed. - * - * Since: 0.14 - */ typedef struct _JsonPathClass JsonPathClass; JSON_AVAILABLE_IN_1_0 |