diff options
author | Erik Verbruggen <[email protected]> | 2010-07-28 17:33:21 +0200 |
---|---|---|
committer | Erik Verbruggen <[email protected]> | 2010-07-28 17:34:00 +0200 |
commit | 6bbc732a2911e6f4093bb88ae3132a9d4a33ba43 (patch) | |
tree | b492c9c56c2e8cf3a93f1ffeb7751da35141bffd /src/libs/cplusplus/Overview.cpp | |
parent | 28be7bc4b49b4afda96fdf16c8a0edeaea991a1d (diff) |
Sprinkled a bit of doxymentation over various classes.
Diffstat (limited to 'src/libs/cplusplus/Overview.cpp')
-rw-r--r-- | src/libs/cplusplus/Overview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/cplusplus/Overview.cpp b/src/libs/cplusplus/Overview.cpp index aabad07a19d..d252b0f2a4a 100644 --- a/src/libs/cplusplus/Overview.cpp +++ b/src/libs/cplusplus/Overview.cpp @@ -158,6 +158,8 @@ QString Overview::prettyType(const FullySpecifiedType &ty, * \param the name for the named-type to use * \param the control where the name is registered * \return the pretty-printed name + * + * \todo Remove this method, and do it "for real" using the class CPlusPlus::Rewrite. */ QString Overview::prettyTypeWithName(const FullySpecifiedType &type, const Name *name, |