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:
@@ -259,7 +259,9 @@ TempFileSaver::~TempFileSaver()
|
||||
QFile::remove(m_filePath.toString());
|
||||
}
|
||||
|
||||
/*! \class Utils::FileUtils
|
||||
/*!
|
||||
\class Utils::FileUtils
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The FileUtils class contains file and directory related convenience
|
||||
functions.
|
||||
|
||||
Reference in New Issue
Block a user