Minor doc edits
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 8 Jul 2008 06:01:04 +0000 (06:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 8 Jul 2008 06:01:04 +0000 (06:01 +0000)
svn path=/trunk/; revision=7170

gio/gvolume.c

index 4530701a6eda5f639808f213e1223161858a3444..64229b88f2f0991c72ecb453a92b2119d150ee55 100644 (file)
@@ -532,9 +532,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); /&ast; mounted, so never NULL &ast;/
  *   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); /&ast; assume not NULL &ast;/
  * </programlisting>
  *
  * then the expression