mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
docs: let go of *
Since we are no longer using sgml mode, using /* */ to escape block comments inside examples does not work anymore. Switch to using line comments with //
This commit is contained in:
@@ -626,9 +626,9 @@ g_volume_enumerate_identifiers (GVolume *volume)
|
||||
* GFile *mount_root
|
||||
* GFile *volume_activation_root;
|
||||
*
|
||||
* mount = g_volume_get_mount (volume); /* mounted, so never NULL */
|
||||
* mount = g_volume_get_mount (volume); // mounted, so never NULL
|
||||
* mount_root = g_mount_get_root (mount);
|
||||
* volume_activation_root = g_volume_get_activation_root (volume); /* assume not NULL */
|
||||
* volume_activation_root = g_volume_get_activation_root (volume); // assume not NULL
|
||||
* ]|
|
||||
* then the expression
|
||||
* |[<!-- language="C" -->
|
||||
|
Reference in New Issue
Block a user