[glib] docs: Fix early termination of some documentation comments



commit 03b43f3f6a985a31391d993fe317295a9fe1200d
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Sat Aug 13 10:27:28 2016 +0200

    docs: Fix early termination of some documentation comments
    
    As spotted by cppcheck, which has an eye for these things.

 glib/docs.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/docs.c b/glib/docs.c
index 875504a..781869d 100644
--- a/glib/docs.c
+++ b/glib/docs.c
@@ -2587,9 +2587,9 @@
  *
  *   membuf = g_malloc (8192);
  *
- *   /* Some computation on membuf */
+ *   /<!-- -->* Some computation on membuf *<!-- -->/
  *
- *   /* membuf will be automatically freed here */
+ *   /<!-- -->* membuf will be automatically freed here *<!-- -->/
  *   return TRUE;
  * }
  * ]|


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]