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-parser.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-parser.h')
-rw-r--r-- | json-glib/json-parser.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/json-glib/json-parser.h b/json-glib/json-parser.h index 91fde66..44efb29 100644 --- a/json-glib/json-parser.h +++ b/json-glib/json-parser.h @@ -73,12 +73,6 @@ typedef enum { JSON_PARSER_ERROR_UNKNOWN } JsonParserError; -/** - * JsonParser: - * - * JSON data streams parser. The contents of the #JsonParser structure are - * private and should only be accessed via the provided API. - */ struct _JsonParser { /*< private >*/ @@ -99,7 +93,7 @@ struct _JsonParser * @parse_end: class handler for the JsonParser::parse-end signal * @error: class handler for the JsonParser::error signal * - * #JsonParser class. + * The class structure for the JsonParser type. */ struct _JsonParserClass { |