forked from qt-creator/qt-creator
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:
@@ -42,12 +42,10 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\group qtcreatorcdbext
|
\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).
|
Qt Creator CDB extensions are loaded into CDB.exe (see cdbengine.cpp).
|
||||||
|
They provide the following features:
|
||||||
|
|
||||||
It provides
|
|
||||||
|
|
||||||
\list
|
\list
|
||||||
\li Notification about the state of the debugging session:
|
\li Notification about the state of the debugging session:
|
||||||
|
@@ -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
|
If we have an item '*(Foo*)(address_of_Foo_D_Ptr)' and the
|
||||||
D-Ptr changes due to detaching, the expanded items (whose address
|
D-Ptr changes due to detaching, the expanded items (whose address
|
||||||
|
@@ -66,7 +66,8 @@ typedef std::vector<int>::size_type VectorIndexType;
|
|||||||
if (SymbolGroupValue sizeV = container["d"]["size"])
|
if (SymbolGroupValue sizeV = container["d"]["size"])
|
||||||
int size = sizeV.intValue()
|
int size = sizeV.intValue()
|
||||||
\endcode
|
\endcode
|
||||||
etc. \ingroup qtcreatorcdbext */
|
\ingroup qtcreatorcdbext
|
||||||
|
*/
|
||||||
|
|
||||||
unsigned SymbolGroupValue::verbose = 0;
|
unsigned SymbolGroupValue::verbose = 0;
|
||||||
|
|
||||||
@@ -691,7 +692,8 @@ static inline std::string resolveQtSymbol(const char *symbolC,
|
|||||||
|
|
||||||
Namespace, modules, and basic class
|
Namespace, modules, and basic class
|
||||||
names containing the module for fast lookup.
|
names containing the module for fast lookup.
|
||||||
\ingroup qtcreatorcdbext */
|
\ingroup qtcreatorcdbext
|
||||||
|
*/
|
||||||
|
|
||||||
const QtInfo &QtInfo::get(const SymbolGroupValueContext &ctx)
|
const QtInfo &QtInfo::get(const SymbolGroupValueContext &ctx)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user