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:
@@ -5,6 +5,7 @@
|
||||
|
||||
/*!
|
||||
\class Utils::TreeView
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The TreeView adds setActivationMode to QTreeView
|
||||
to allow for single click/double click behavior on
|
||||
@@ -15,6 +16,7 @@
|
||||
|
||||
/*!
|
||||
\class Utils::TreeWidget
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The TreeWidget adds setActivationMode to QTreeWidget
|
||||
to allow for single click/double click behavior on
|
||||
@@ -25,6 +27,7 @@
|
||||
|
||||
/*!
|
||||
\class Utils::ListView
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The ListView adds setActivationMode to QListView
|
||||
to allow for single click/double click behavior on
|
||||
@@ -35,6 +38,7 @@
|
||||
|
||||
/*!
|
||||
\class Utils::ListWidget
|
||||
\inmodule QtCreator
|
||||
|
||||
\brief The ListWidget adds setActivationMode to QListWidget
|
||||
to allow for single click/double click behavior on
|
||||
|
||||
Reference in New Issue
Block a user