From 0065a23ce403becdaf86139b5bb29d0d9fe2f3cc Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 12 Apr 2012 16:30:13 +0200 Subject: Fix gtk-doc comments for auto-generated constants headers Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48592 Reviewed-by: Simon McVittie --- tools/c-constants-gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3