aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <[email protected]>2013-06-05 14:29:24 +0200
committerLeena Miettinen <[email protected]>2013-06-20 11:22:47 +0200
commit41411165bac561d3cd93a793c6ae76dcb2937e12 (patch)
treecc9e5e516899407448ad8eadd207909ee3115493 /src/plugins/debugger/debuggersourcepathmappingwidget.cpp
parent440725322abf0189c0cb28baddebe76bc26c5f05 (diff)
Doc: use standard wording in \brief commands
QDoc does some magic with the \class and \namespaces and \brief commands, so the following wording must be used: "The xxx class yyy ..." Change-Id: Id231f30e8464898b776888d5423523de404aae34 Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggersourcepathmappingwidget.cpp')
-rw-r--r--src/plugins/debugger/debuggersourcepathmappingwidget.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
index 93cbed5375e..5896140b369 100644
--- a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
+++ b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
@@ -68,7 +68,8 @@ typedef DebuggerSourcePathMappingWidget::SourcePathMap SourcePathMap;
/*!
\class Debugger::Internal::SourcePathMappingModel
- \brief Model for DebuggerSourcePathMappingWidget.
+ \brief The SourcePathMappingModel class is a model for the
+ DebuggerSourcePathMappingWidget class.
Maintains mappings and a dummy placeholder row for adding new mappings.
*/
@@ -189,7 +190,8 @@ void SourcePathMappingModel::setTarget(int row, const QString &t)
/*!
\class Debugger::Internal::DebuggerSourcePathMappingWidget
- \brief Widget for maintaining a set of source path mappings for the debugger.
+ \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.
*/