forked from qt-creator/qt-creator
Documentation: Add ProjectExplorer plugin..
Reformat existing documentation to qdoc.
This commit is contained in:
@@ -37,6 +37,12 @@ namespace ProjectExplorer
|
||||
|
||||
unsigned int Task::s_nextId = 1;
|
||||
|
||||
/*!
|
||||
\class ProjectExplorer::Task
|
||||
\brief Build issue (warning or error).
|
||||
\sa ProjectExplorer::TaskHub
|
||||
*/
|
||||
|
||||
Task::Task() : taskId(0), type(Unknown), line(-1)
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user