summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-04-12 16:30:13 +0200
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-12 15:44:06 +0100
commit0065a23ce403becdaf86139b5bb29d0d9fe2f3cc (patch)
tree2ab2e1d0171df022e06f7ec2684b2d0759530468
parenta769d111600b58452622279128f040f50ebe48f6 (diff)
Fix gtk-doc comments for auto-generated constants headers
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48592 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--tools/c-constants-gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/c-constants-gen.py b/tools/c-constants-gen.py
index 0bcaaf4fb..c74d4fdc9 100644
--- a/tools/c-constants-gen.py
+++ b/tools/c-constants-gen.py
@@ -67,7 +67,7 @@ extern "C" {
flags.getAttribute('name')
self.d("""\
/**
-%s:
+ * %s:
""" % (self.prefix + name).replace('_', ''))
for flag in get_by_path(flags, 'flag'):
self.do_gtkdoc(flag, value_prefix)