forked from qt-creator/qt-creator
Doc: edit debugger API docs
Remove \brief commands from function descriptions. Use QDoc commands for notes and lists. Write GDB in all caps. Fix punctuation and style and grammar issues. Change-Id: I7f5bf0f53ad643eb4e2981c0d4e39c453dff5558 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -193,7 +193,7 @@ void SourcePathMappingModel::setTarget(int row, const QString &t)
|
||||
\brief The DebuggerSourcePathMappingWidget class is a widget for maintaining
|
||||
a set of source path mappings for the debugger.
|
||||
|
||||
Path mappings to be applied using source path substitution in gdb.
|
||||
Path mappings to be applied using source path substitution in GDB.
|
||||
*/
|
||||
|
||||
DebuggerSourcePathMappingWidget::DebuggerSourcePathMappingWidget(QWidget *parent) :
|
||||
|
||||
Reference in New Issue
Block a user