summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlban Browaeys <prahal@yahoo.com>2012-04-10 00:48:08 +0200
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-13 12:30:07 +0100
commitc992c64af097576d1023dc793a6d4752360ff564 (patch)
tree1f9f386aca2f84c9dfee18cb31c3900226ffe19c
parent0065a23ce403becdaf86139b5bb29d0d9fe2f3cc (diff)
downloadtelepathy-glib-c992c64af097576d1023dc793a6d4752360ff564.tar.gz
Codegen: fix comment line start leftover.
Generated telepathy-glib/_gen/telepathy-enums-gtk-doc.h from: /usr/bin/python ../tools/c-constants-gen.py Tp _gen/stable-spec.xml _gen/telepathy-enums has incorrect comment. Fix it with the same remedy as in 5c58330c32f39a9dd6aaaef37f54461922cf6124 "many fixes to documentation comments" ie remove the newline between '*' and identifier. Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48363
-rw-r--r--tools/c-constants-gen.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/c-constants-gen.py b/tools/c-constants-gen.py
index c74d4fdc9..4cba640c2 100644
--- a/tools/c-constants-gen.py
+++ b/tools/c-constants-gen.py
@@ -101,8 +101,7 @@ extern "C" {
enum.getAttribute('name') + 's'
self.d("""\
/**
- *
-%s:
+ * %s:
""" % (self.prefix + name).replace('_', ''))
vals = get_by_path(enum, 'enumvalue')
for val in vals: