summaryrefslogtreecommitdiff
path: root/src/libs/extensionsystem/pluginerrorview.cpp
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2013-06-05 08:43:52 +0300
committerOrgad Shaneh <orgads@gmail.com>2013-06-05 10:07:14 +0200
commit81fc8ff2109149eee203dd8148c14a7ffd9f4695 (patch)
tree69fd84f5aedc5882051e29474f04638e893eebf3 /src/libs/extensionsystem/pluginerrorview.cpp
parent506b4ca9a802d8dd27d20d7dc5df34c9af53dfb9 (diff)
downloadqt-creator-81fc8ff2109149eee203dd8148c14a7ffd9f4695.tar.gz
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>
Diffstat (limited to 'src/libs/extensionsystem/pluginerrorview.cpp')
-rw-r--r--src/libs/extensionsystem/pluginerrorview.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/extensionsystem/pluginerrorview.cpp b/src/libs/extensionsystem/pluginerrorview.cpp
index 7d4c9e825a..81d3c63f1b 100644
--- a/src/libs/extensionsystem/pluginerrorview.cpp
+++ b/src/libs/extensionsystem/pluginerrorview.cpp
@@ -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.
*/