forked from qt-creator/qt-creator
Doc: Add "\inmodule QtCreator" to \class and \namespace docs
To get rid of QDoc warnings. Change-Id: Idd39b7ae4327798c376f424c94d6617bcaee2258 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -50,6 +50,7 @@ static QRect stringToRectangle(const QString &v)
|
||||
|
||||
/*!
|
||||
\class Utils::PersistentSettingsReader
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The PersistentSettingsReader class reads a QVariantMap of arbitrary,
|
||||
nested data structures from an XML file.
|
||||
@@ -349,6 +350,7 @@ FilePath PersistentSettingsReader::filePath()
|
||||
|
||||
/*!
|
||||
\class Utils::PersistentSettingsWriter
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The PersistentSettingsWriter class serializes a QVariantMap of
|
||||
arbitrary, nested data structures to an XML file.
|
||||
|
||||
Reference in New Issue
Block a user