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:
@@ -1086,6 +1086,7 @@ ProcessResult ProcessPrivate::interpretExitCode(int exitCode)
|
||||
|
||||
/*!
|
||||
\class Utils::Process
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The Process class provides functionality for with processes.
|
||||
|
||||
@@ -1596,6 +1597,7 @@ QString Process::readAllStandardError()
|
||||
|
||||
/*!
|
||||
\class Utils::SynchronousProcess
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The SynchronousProcess class runs a synchronous process in its own
|
||||
event loop that blocks only user input events. Thus, it allows for the GUI to
|
||||
|
||||
Reference in New Issue
Block a user