summaryrefslogtreecommitdiff
path: root/glib/gmarkup.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gmarkup.c')
-rw-r--r--glib/gmarkup.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/glib/gmarkup.c b/glib/gmarkup.c
index 0c2a9bece..9422abde4 100644
--- a/glib/gmarkup.c
+++ b/glib/gmarkup.c
@@ -85,6 +85,11 @@
* - Character references
*
* - Sections marked as CDATA
+
+ * ## An example parser # {#example}
+ *
+ * Here is an example for a markup parser:
+ * [markup-example.c](https://gitlab.gnome.org/GNOME/glib/-/blob/HEAD/glib/tests/markup-example.c)
*/
G_DEFINE_QUARK (g-markup-error-quark, g_markup_error)