[Telepathy-commits] [telepathy-qt4/master] Random find: fix indentation in doxygen for generic list types generated by types-gen
Olli Salli
olli.salli at collabora.co.uk
Mon Sep 29 13:05:11 PDT 2008
---
tools/qt4-types-gen.py | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/tools/qt4-types-gen.py b/tools/qt4-types-gen.py
index 089e17e..e1670da 100644
--- a/tools/qt4-types-gen.py
+++ b/tools/qt4-types-gen.py
@@ -226,14 +226,14 @@ void registerTypes()
for (val, array_of) in self.required_arrays:
real = 'QList<%s>' % array_of
self.decl("""\
- /**
- * \\struct %s
- * \\ingroup list
+/**
+ * \\struct %s
+ * \\ingroup list
%s\
- *
- * Generic list type with %s elements. Convertible with
- * %s, but needed to have a discrete type in the Qt4 type system.
- */
+ *
+ * Generic list type with %s elements. Convertible with
+ * %s, but needed to have a discrete type in the Qt4 type system.
+ */
""" % (val, get_headerfile_cmd(self.realinclude, self.prettyinclude), array_of, real))
self.decl(self.faketype(val, real))
self.to_declare.append(self.namespace + '::' + val)
--
1.5.6.5
More information about the Telepathy-commits
mailing list