mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 19:59:21 +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:
@@ -1526,14 +1526,14 @@
|
||||
* G_OS_WIN32:
|
||||
*
|
||||
* This macro is defined only on Windows. So you can bracket
|
||||
* Windows-specific code in "#ifdef G_OS_WIN32".
|
||||
* Windows-specific code in "\#ifdef G_OS_WIN32".
|
||||
*/
|
||||
|
||||
/**
|
||||
* G_OS_UNIX:
|
||||
*
|
||||
* This macro is defined only on UNIX. So you can bracket
|
||||
* UNIX-specific code in "#ifdef G_OS_UNIX".
|
||||
* UNIX-specific code in "\#ifdef G_OS_UNIX".
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user