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

@@ -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)
{