[glib: 1/2] docs: Fix markup error in code blocks for "DEPRECATED" macros
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] docs: Fix markup error in code blocks for "DEPRECATED" macros
- Date: Sun, 18 Sep 2022 14:02:40 +0000 (UTC)
commit bd3abd0bde82b5f7b908282ab04722c9122acc68
Author: Tom Levy <tomlevy93 gmail com>
Date: Sun Sep 18 13:09:09 2022 +0000
docs: Fix markup error in code blocks for "DEPRECATED" macros
glib/docs.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glib/docs.c b/glib/docs.c
index e1c6212440..a8e31fb873 100644
--- a/glib/docs.c
+++ b/glib/docs.c
@@ -2049,7 +2049,7 @@
* G_GNUC_END_IGNORE_DEPRECATIONS
* ]|
*
- * |[<!-- language="C" --
+ * |[<!-- language="C" -->
* static void
* test_deprecated_function (void)
* {
@@ -2083,7 +2083,7 @@
* meant to be portable across different compilers and must be placed
* before the function declaration.
*
- * |[<!-- language="C" --
+ * |[<!-- language="C" -->
* G_DEPRECATED
* int my_mistake (void);
* ]|
@@ -2100,7 +2100,7 @@
* is meant to be portable across different compilers and must be placed
* before the function declaration.
*
- * |[<!-- language="C" --
+ * |[<!-- language="C" -->
* G_DEPRECATED_FOR(my_replacement)
* int my_mistake (void);
* ]|
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]