summaryrefslogtreecommitdiff
path: root/glib/gshell.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2011-02-01 16:17:23 -0200
committerJohan Dahlin <jdahlin@litl.com>2011-02-01 16:18:02 -0200
commitfdaaa22b58b20c285bc0c328cd6a97bb6c0f0258 (patch)
treebf587460011d2ab01ef6c1dbed6830c9219e10a7 /glib/gshell.c
parentad1f882a1c8b4a20daba877d3504280e512b104e (diff)
downloadglib-fdaaa22b58b20c285bc0c328cd6a97bb6c0f0258.tar.gz
Correct gtk-doc SECTION: syntax
g-ir-scanner does not allow a space between the : and the section name.
Diffstat (limited to 'glib/gshell.c')
-rw-r--r--glib/gshell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gshell.c b/glib/gshell.c
index 1461f29ba..5ae58ffb5 100644
--- a/glib/gshell.c
+++ b/glib/gshell.c
@@ -33,7 +33,7 @@
#include "glibintl.h"
/**
- * SECTION: shell
+ * SECTION:shell
* @title: Shell-related Utilities
* @short_description: shell-like commandline handling
**/