Fix doxygen copydoc documentation

The following issues were fixed
* Fixed wrong/missing namespaces
* Fixed obvious typos in documentation
* Documentation not in sync with source code

refs #544
This commit is contained in:
Roland Winklmeier
2016-02-07 18:40:11 +01:00
parent dfb6798d31
commit 794bf0cd74
154 changed files with 399 additions and 399 deletions

View File

@@ -62,7 +62,7 @@ namespace BlackGui
void stopTimer() { Q_ASSERT(this->m_updateTimer); this->m_updateTimer->stopTimer(); }
protected:
//! \copydoc CRuntimeBasedComponent::runtimeHasBeenSet
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
void runtimeHasBeenSet() override;
private slots:

View File

@@ -68,7 +68,7 @@ namespace BlackGui
//! Get METAR for given ICAO airport code
void getMetar(const QString &airportIcaoCode);
//! \copydoc CAtcStationListModel::changedAtcStationConnectionStatus
//! \copydoc Models::CAtcStationListModel::changedAtcStationConnectionStatus
void changedAtcStationOnlineConnectionStatus(const BlackMisc::Aviation::CAtcStation &station, bool added);
protected:

View File

@@ -43,7 +43,7 @@ namespace BlackGui
bool playNotificationSounds() const;
protected:
//! \copydoc CRuntimeBasedComponent::runtimeHasBeenSet
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
virtual void runtimeHasBeenSet() override;
private slots:

View File

@@ -37,7 +37,7 @@ namespace BlackGui
//! Destructor
~CCockpitComponent();
//! \copydoc CDockWidgetInfoArea::setParentDockWidgetInfoArea
//! \copydoc CEnableForDockWidgetInfoArea::setParentDockWidgetInfoArea
virtual bool setParentDockWidgetInfoArea(BlackGui::CDockWidgetInfoArea *parentDockableWidget) override;
//! Is the info area shown?

View File

@@ -43,7 +43,7 @@ namespace BlackGui
//! Destructor
~CDbAircraftIcaoSelectorComponent();
//! \copydoc CWebDataReaderAware::setProvider
//! \copydoc BlackMisc::Network::CWebDataServicesAware::setProvider
virtual void setProvider(BlackMisc::Network::IWebDataServicesProvider *webDataReaderProvider) override;
//! Current aircraft ICAO

View File

@@ -37,7 +37,7 @@ namespace BlackGui
//! Destructor
virtual ~CDbAirlineIcaoSelectorBase();
//! \copydoc CWebDataReaderAware::setProvider
//! \copydoc BlackMisc::Network::CWebDataServicesAware::setProvider
virtual void setProvider(BlackMisc::Network::IWebDataServicesProvider *webDataReaderProvider) override;
//! Current airline ICAO

View File

@@ -49,7 +49,7 @@ namespace BlackGui
//! Destructor
~CDbAutoStashingComponent();
//! \copydoc CWebDataServicesAware::setProvider
//! \copydoc BlackMisc::Network::CWebDataServicesAware::setProvider
virtual void setProvider(BlackMisc::Network::IWebDataServicesProvider *webDataReaderProvider) override;
//! At least run once and completed

View File

@@ -43,7 +43,7 @@ namespace BlackGui
//! Destructor
~CDbCountrySelectorComponent();
//! \copydoc CWebDataReaderAware::setProvider
//! \copydoc BlackMisc::Network::CWebDataServicesAware::setProvider
virtual void setProvider(BlackMisc::Network::IWebDataServicesProvider *webDataReaderProvider) override;
//! Current country

View File

@@ -43,7 +43,7 @@ namespace BlackGui
//! Destructor
~CDbDistributorSelectorComponent();
//! \copydoc CWebDataReaderAware::setProvider
//! \copydoc BlackMisc::Network::CWebDataServicesAware::setProvider
virtual void setProvider(BlackMisc::Network::IWebDataServicesProvider *webDataReaderProvider) override;
//! Current distributor

View File

@@ -43,7 +43,7 @@ namespace BlackGui
//! Destructor
~CDbLiverySelectorComponent();
//! \copydoc CWebDataReaderAware::setProvider
//! \copydoc BlackMisc::Network::CWebDataServicesAware::setProvider
virtual void setProvider(BlackMisc::Network::IWebDataServicesProvider *webDataReaderProvider) override;
//! Current livery

View File

@@ -64,7 +64,7 @@ namespace BlackGui
//! Destructor
~CDbMappingComponent();
//! \copydoc CWebDataReaderAware::setProvider
//! \copydoc BlackMisc::Network::CWebDataServicesAware::setProvider
virtual void setProvider(BlackMisc::Network::IWebDataServicesProvider *provider) override;
//! Graceful shutdown

View File

@@ -49,7 +49,7 @@ namespace BlackGui
//! Destructor
~CDbStashComponent();
//! \copydoc CWebDataReaderAware::setProvider
//! \copydoc BlackMisc::Network::CWebDataServicesAware::setProvider
virtual void setProvider(BlackMisc::Network::IWebDataServicesProvider *provider) override;
//! Graceful shutdown

View File

@@ -108,7 +108,7 @@ namespace BlackGui
//! \remarks use this methods to hook up signal/slots with runtime
virtual void runtimeHasBeenSet() {}
//! \copydoc CRuntime::hasRemoteApplicationContext
//! \copydoc BlackCore::CRuntime::hasRemoteApplicationContext
bool hasRemoteApplicationContext() const { return this->m_runtime->hasRemoteApplicationContext(); }
//! Play a given notification sound

View File

@@ -48,7 +48,7 @@ namespace BlackGui
void setDBusTooltip(const QString &tooltip);
protected:
//! \copydoc CRuntimeBasedComponent::runtimeHasBeenSet
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
virtual void runtimeHasBeenSet() override;
private:

View File

@@ -69,7 +69,7 @@ namespace BlackGui
void onMainInfoAreaChanged(int currentTabIndex, QList<int> dockedIndexes, QList<int> floatingIndexes);
protected:
//! \copydoc CRuntimeBasedComponent::runtimeHasBeenSet
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
virtual void runtimeHasBeenSet() override;
private slots:

View File

@@ -52,7 +52,7 @@ namespace BlackGui
//! Numer of models
int countAircraftModels() const;
//! \copydoc CListModelBase::getModelsStartsWith
//! Find models starting with
BlackMisc::Simulation::CAircraftModelList findModelsStartingWith(const QString modelName, Qt::CaseSensitivity cs);
signals:
@@ -60,7 +60,7 @@ namespace BlackGui
void requestTextMessageWidget(const BlackMisc::Aviation::CCallsign &callsign);
protected:
//! \copydoc CRuntimeBasedComponent::runtimeHasBeenSet
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
virtual void runtimeHasBeenSet() override;
private slots:

View File

@@ -35,7 +35,7 @@ namespace BlackGui
~CRegisterComponent();
protected:
//! \copydoc CRuntimeBasedComponent::runtimeHasBeenSet
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
virtual void runtimeHasBeenSet() override;
private slots:

View File

@@ -85,7 +85,7 @@ namespace BlackGui
void setSettingsTab(SettingTab tab);
protected:
//! \copydoc CRuntimeBasedComponent::runtimeHasBeenSet
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
virtual void runtimeHasBeenSet() override;
private slots:

View File

@@ -38,7 +38,7 @@ namespace BlackGui
~CSettingsNetworkComponent();
protected:
//! \copydoc CRuntimeBasedComponent::runtimeHasBeenSet
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
virtual void runtimeHasBeenSet() override;
private:

View File

@@ -36,7 +36,7 @@ namespace BlackGui
~CSettingsSimulatorComponent();
protected:
//! \copydoc CRuntimeBasedComponent::runtimeHasBeenSet()
//! \copydoc CEnableForRuntime::runtimeHasBeenSet()
virtual void runtimeHasBeenSet() override;
private slots:

View File

@@ -75,7 +75,7 @@ namespace BlackGui
void showCorrespondingTab(const BlackMisc::Aviation::CCallsign &callsign);
protected:
//! \copydoc CRuntimeBasedComponent::runtimeHasBeenSet
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
void runtimeHasBeenSet() override;
private: