aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/TypePrettyPrinter.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-07-17 14:28:07 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-07-18 10:25:28 +0200
commit35211c04b1ad643f34dfc8ae7c9b1a330cb4ed2b (patch)
tree7e37612bc877c88fc93867ee74db58058d20a7d5 /src/libs/cplusplus/TypePrettyPrinter.cpp
parentf02971235250f7f337ec60cbdc03a6f2c3b47fd0 (diff)
Doc: move docs from h files to cpp files
QDoc does not look for docs in header files. Change-Id: I4530233d647fdc2f5ca44c73aee7e0125df07979 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/libs/cplusplus/TypePrettyPrinter.cpp')
-rw-r--r--src/libs/cplusplus/TypePrettyPrinter.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libs/cplusplus/TypePrettyPrinter.cpp b/src/libs/cplusplus/TypePrettyPrinter.cpp
index 2d70b9d789..6ec363ba92 100644
--- a/src/libs/cplusplus/TypePrettyPrinter.cpp
+++ b/src/libs/cplusplus/TypePrettyPrinter.cpp
@@ -42,6 +42,14 @@
using namespace CPlusPlus;
+/*!
+ \class TypePrettyPrinter
+
+ \brief The TypePrettyPrinter class is a helper class for the Overview class.
+ This class does the main type conversion work.
+
+ Do not use this class directly, use Overview instead.
+ */
TypePrettyPrinter::TypePrettyPrinter(const Overview *overview)
: _overview(overview)