forked from qt-creator/qt-creator
Doc: replace deprecated QDoc commands
The \i and \o commands were replaced with \li and \bold was replaced with \b in QDoc for Qt 5. The \input command was replaced with \include in the docs. Change-Id: I257d1bebb8ebc739ca20e0d29fcf0406ecb14534 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
committed by
Oswald Buddenhagen
parent
276320caac
commit
419c6de735
@@ -582,12 +582,12 @@ void ErrorSymbolGroupNode::debug(std::ostream &os, const std::string &visitingFu
|
||||
Provides accessors for fixed-up symbol group value and a dumping facility
|
||||
consisting of:
|
||||
\list
|
||||
\o 'Simple' dumping done when running the DumpVisitor. This produces one
|
||||
\li 'Simple' dumping done when running the DumpVisitor. This produces one
|
||||
line of formatted output shown for the class. These values
|
||||
values are always displayed, while still allowing for expansion of the structure
|
||||
in the debugger.
|
||||
It also pre-determines some information for complex dumping (type, container).
|
||||
\o 'Complex' dumping: Obscures the symbol group children by fake children, for
|
||||
\li 'Complex' dumping: Obscures the symbol group children by fake children, for
|
||||
example container children, to be run when calling SymbolGroup::dump with an iname.
|
||||
The fake children are appended to the child list (other children are just marked as
|
||||
obscured for GDBMI dumping so that SymbolGroupValue expressions still work as before).
|
||||
|
||||
Reference in New Issue
Block a user