docs: add missing '*' chars at start of doc-comments

This commit is contained in:
Stefan Sauer
2017-11-10 22:18:20 +01:00
parent e7adf0a1a3
commit 2812219adb
14 changed files with 16 additions and 18 deletions

View File

@@ -633,7 +633,7 @@ g_volume_enumerate_identifiers (GVolume *volume)
* then the expression
* |[<!-- language="C" -->
* (g_file_has_prefix (volume_activation_root, mount_root) ||
g_file_equal (volume_activation_root, mount_root))
* g_file_equal (volume_activation_root, mount_root))
* ]|
* will always be %TRUE.
*