diff options
author | Leena Miettinen <[email protected]> | 2013-09-06 17:16:18 +0200 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2013-09-09 12:55:15 +0200 |
commit | 2b573a6d8267e657e4b21f77f8bd838350a3edfb (patch) | |
tree | b9516137132274183b4b71e119cf1bd1bdd928b7 /src/plugins/debugger/debuggersourcepathmappingwidget.cpp | |
parent | efbecf21dbdbc803c4c016fdb90803edec82cf19 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggersourcepathmappingwidget.cpp')
-rw-r--r-- | src/plugins/debugger/debuggersourcepathmappingwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp index 5896140b369..60854617f08 100644 --- a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp +++ b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp @@ -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) : |