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:
Orgad Shaneh
2013-06-05 08:43:52 +03:00
committed by Orgad Shaneh
parent 506b4ca9a8
commit 81fc8ff210
20 changed files with 7 additions and 217 deletions

View File

@@ -104,6 +104,9 @@ bool ProcessHandle::equals(const ProcessHandle &rhs) const
}
/*!
\brief Returns the widget used to configure this run configuration. Ownership is transferred to the caller
*/
RunConfigWidget *IRunConfigurationAspect::createConfigurationWidget()
{
return 0;
@@ -200,12 +203,6 @@ bool RunConfiguration::ensureConfigured(QString *errorMessage)
}
/*!
\fn virtual QWidget *ProjectExplorer::RunConfiguration::createConfigurationWidget()
\brief Returns the widget used to configure this run configuration. Ownership is transferred to the caller
*/
BuildConfiguration *RunConfiguration::activeBuildConfiguration() const
{
if (!target())