aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/id.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/id.cpp')
-rw-r--r--src/plugins/coreplugin/id.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/plugins/coreplugin/id.cpp b/src/plugins/coreplugin/id.cpp
index 8e3523b6b9..2db0ea2bb6 100644
--- a/src/plugins/coreplugin/id.cpp
+++ b/src/plugins/coreplugin/id.cpp
@@ -40,13 +40,14 @@ namespace Core {
/*!
\class Core::Id
+ \inmodule QtCreator
\brief The Id class encapsulates an identifier that is unique
within a specific running \QC process.
\c{Core::Id} is used as facility to identify objects of interest
- in a more typesafe and faster manner than a plain \c QString or
- \c QByteArray would provide.
+ in a more typesafe and faster manner than a plain QString or
+ QByteArray would provide.
An id is associated with a plain 7-bit-clean ASCII name used
for display and persistency.
@@ -214,7 +215,7 @@ QVariant Id::toSetting() const
}
/*!
- Reconstructs an id from a persistent value.
+ Reconstructs an id from the persistent value \a variant.
\sa toSetting()
*/
@@ -277,8 +278,6 @@ Id Id::withSuffix(const char *suffix) const
/*!
\overload
-
- \sa stringSuffix()
*/
Id Id::withSuffix(const QString &suffix) const