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 PluginDetailsView::PluginDetailsView(QWidget *parent)
|
||||
Constructs a new view with given \a parent widget.
|
||||
*/
|
||||
PluginDetailsView::PluginDetailsView(QWidget *parent)
|
||||
@@ -57,7 +56,6 @@ PluginDetailsView::PluginDetailsView(QWidget *parent)
|
||||
}
|
||||
|
||||
/*!
|
||||
\fn PluginDetailsView::~PluginDetailsView()
|
||||
\internal
|
||||
*/
|
||||
PluginDetailsView::~PluginDetailsView()
|
||||
@@ -66,7 +64,6 @@ PluginDetailsView::~PluginDetailsView()
|
||||
}
|
||||
|
||||
/*!
|
||||
\fn void PluginDetailsView::update(PluginSpec *spec)
|
||||
Reads the given \a spec and displays its values
|
||||
in this PluginDetailsView.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user