mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
Docs: Drop entities, switch away from sgml mode
Since all element markup is now gone from the doc comments, we can turn off the gtk-doc sgml mode, which means that from now on, docbook markup is no longer allowed in doc comments. To make this possible, we have to replace all remaining entities in doc comments by their replacement text, & -> & and so on.
This commit is contained in:
@@ -1757,7 +1757,7 @@ parser_error (GMarkupParseContext *context,
|
||||
* Parses @xml_data and returns a #GDBusNodeInfo representing the data.
|
||||
*
|
||||
* The introspection XML must contain exactly one top-level
|
||||
* <node> element.
|
||||
* <node> element.
|
||||
*
|
||||
* Note that this routine is using a
|
||||
* [GMarkup][glib-Simple-XML-Subset-Parser.description]-based
|
||||
|
Reference in New Issue
Block a user