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:
@@ -41,6 +41,7 @@ namespace Utils {
|
||||
|
||||
/*!
|
||||
\class Utils::ProcessArgs
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The ProcessArgs class provides functionality for dealing with
|
||||
shell-quoted process arguments.
|
||||
@@ -1398,6 +1399,7 @@ QString ProcessArgs::toString() const
|
||||
|
||||
/*!
|
||||
\class Utils::CommandLine
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The CommandLine class represents a command line of a QProcess or
|
||||
similar utility.
|
||||
|
||||
Reference in New Issue
Block a user