API Documentation: Fix warnings.

This commit is contained in:
Friedemann Kleint
2011-03-28 14:58:12 +02:00
parent 66780b845e
commit 0e89104b45
16 changed files with 41 additions and 51 deletions

View File

@@ -73,7 +73,7 @@ typedef QPair<QString, QString> Mapping;
typedef DebuggerSourcePathMappingWidget::SourcePathMap SourcePathMap;
/*!
\class SourcePathMappingModel
\class Debugger::Internal::SourcePathMappingModel
\brief Model for DebuggerSourcePathMappingWidget.
@@ -194,7 +194,7 @@ void SourcePathMappingModel::setTarget(int row, const QString &t)
}
/*!
\class DebuggerSourcePathMappingWidget
\class Debugger::Internal::DebuggerSourcePathMappingWidget
\brief Widget for maintaining a set of source path mappings for the debugger.