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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user