Doc: edit qtcreatorcdbext docs

Fix capitalization, use standard wording, and
fix some QDoc commands.

Change-Id: Ic2e6cfd43b9aa24d69b2703334c3dc6fb2331299
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Leena Miettinen
2013-09-06 11:56:57 +02:00
parent 96eb2bf99b
commit 5358ffe903
3 changed files with 8 additions and 8 deletions

View File

@@ -42,12 +42,10 @@
/*!
\group qtcreatorcdbext
\title Qt Creator CDB extension
\title Qt Creator CDB Extensions
\brief QtCreatorCDB ext is an extension loaded into CDB.exe (see cdbengine.cpp).
It provides
Qt Creator CDB extensions are loaded into CDB.exe (see cdbengine.cpp).
They provide the following features:
\list
\li Notification about the state of the debugging session:

View File

@@ -808,7 +808,7 @@ WatchesSymbolGroup::InameExpressionMap
}
/*!
\brief Collapse all expanded pointer items.
Collapses all expanded pointer items.
If we have an item '*(Foo*)(address_of_Foo_D_Ptr)' and the
D-Ptr changes due to detaching, the expanded items (whose address

View File

@@ -66,7 +66,8 @@ typedef std::vector<int>::size_type VectorIndexType;
if (SymbolGroupValue sizeV = container["d"]["size"])
int size = sizeV.intValue()
\endcode
etc. \ingroup qtcreatorcdbext */
\ingroup qtcreatorcdbext
*/
unsigned SymbolGroupValue::verbose = 0;
@@ -691,7 +692,8 @@ static inline std::string resolveQtSymbol(const char *symbolC,
Namespace, modules, and basic class
names containing the module for fast lookup.
\ingroup qtcreatorcdbext */
\ingroup qtcreatorcdbext
*/
const QtInfo &QtInfo::get(const SymbolGroupValueContext &ctx)
{