forked from qt-creator/qt-creator
Doc: Remove \fn lines adjacent to functions
They are unneeded, some of them are unmaintained Change-Id: I0ad87e152d8e2328b486b2f904f7cf9613004afe Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
506b4ca9a8
commit
81fc8ff210
@@ -46,7 +46,6 @@
|
||||
using namespace ExtensionSystem;
|
||||
|
||||
/*!
|
||||
\fn PluginErrorView::PluginErrorView(QWidget *parent)
|
||||
Constructs a new error view with given \a parent widget.
|
||||
*/
|
||||
PluginErrorView::PluginErrorView(QWidget *parent)
|
||||
@@ -57,7 +56,6 @@ PluginErrorView::PluginErrorView(QWidget *parent)
|
||||
}
|
||||
|
||||
/*!
|
||||
\fn PluginErrorView::~PluginErrorView()
|
||||
\internal
|
||||
*/
|
||||
PluginErrorView::~PluginErrorView()
|
||||
@@ -66,7 +64,6 @@ PluginErrorView::~PluginErrorView()
|
||||
}
|
||||
|
||||
/*!
|
||||
\fn void PluginErrorView::update(PluginSpec *spec)
|
||||
Reads the given \a spec and displays its state and
|
||||
error information in this PluginErrorView.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user