Fixed prettyprint of template types.

This commit is contained in:
Roberto Raggi
2009-05-19 12:33:55 +02:00
parent 339cb43454
commit 33b11f23d3
5 changed files with 31 additions and 5 deletions

View File

@@ -44,6 +44,9 @@ public:
Overview();
~Overview();
bool richText() const;
void setRichText(bool richText);
bool showArgumentNames() const;
void setShowArgumentNames(bool showArgumentNames);
@@ -77,6 +80,7 @@ private:
bool _showReturnTypes: 1;
bool _showFunctionSignatures: 1;
bool _showFullyQualifiedNames: 1;
bool _richText: 1;
};
} // end of namespace CPlusPlus