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-reader.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-reader.h')
-rw-r--r-- | json-glib/json-reader.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/json-glib/json-reader.h b/json-glib/json-reader.h index 786ed7b..9376a5d 100644 --- a/json-glib/json-reader.h +++ b/json-glib/json-reader.h @@ -77,14 +77,6 @@ typedef enum { JSON_READER_ERROR_INVALID_TYPE } JsonReaderError; -/** - * JsonReader: - * - * The `JsonReader` structure contains only private data and should - * be accessed using the provided API - * - * Since: 0.12 - */ struct _JsonReader { /*< private >*/ @@ -93,13 +85,6 @@ struct _JsonReader JsonReaderPrivate *priv; }; -/** - * JsonReaderClass: - * - * The `JsonReaderClass` structure contains only private data - * - * Since: 0.12 - */ struct _JsonReaderClass { /*< private >*/ |