mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +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:
@@ -321,7 +321,7 @@ escape_byte_string (const char *str)
|
||||
* Converts a #GFileAttributeValue to a string for display.
|
||||
* The returned string should be freed when no longer needed.
|
||||
*
|
||||
* Returns: a string from the @attr, %NULL on error, or "<invalid>"
|
||||
* Returns: a string from the @attr, %NULL on error, or "<invalid>"
|
||||
* if @attr is of type %G_FILE_ATTRIBUTE_TYPE_INVALID.
|
||||
*/
|
||||
char *
|
||||
|
Reference in New Issue
Block a user