summaryrefslogtreecommitdiff
path: root/gobject/genums.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-06 08:04:52 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-06 08:07:16 -0500
commit323242578524a1b6355d8451015b14ca75aa0afa (patch)
tree49349b60f68f79652335e9ebd437087ae174f6c0 /gobject/genums.c
parenta35d8a4c77fbb9a8dd143742c29c0807ec99412b (diff)
downloadglib-323242578524a1b6355d8451015b14ca75aa0afa.tar.gz
Docs: replace <literal> by `
Diffstat (limited to 'gobject/genums.c')
-rw-r--r--gobject/genums.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/genums.c b/gobject/genums.c
index c1fe35d5e..d8f1d30b1 100644
--- a/gobject/genums.c
+++ b/gobject/genums.c
@@ -258,7 +258,7 @@ g_flags_register_static (const gchar *name,
* enumeration values. The array is terminated by a struct with all
* members being 0.
*
- * This function is meant to be called from the <literal>complete_type_info</literal>
+ * This function is meant to be called from the `complete_type_info`
* function of a #GTypePlugin implementation, as in the following
* example:
*