[glib] docs: Fix early termination of some documentation comments
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] docs: Fix early termination of some documentation comments
- Date: Sat, 13 Aug 2016 08:39:00 +0000 (UTC)
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]