Fix doxygen warnings

Fixes #188
This commit is contained in:
Mat Sutcliffe
2023-02-05 16:32:51 +00:00
committed by Lars Toenning
parent 5e5b3f830d
commit 7691e42a5b
175 changed files with 570 additions and 664 deletions

View File

@@ -503,8 +503,8 @@ namespace BlackMisc::Simulation::Settings
CSetting<Settings::TSimulatorXP> m_simSettingsXP { this, &CMultiSimulatorSettings::onXPSettingsChanged }; //!< XP settings
CSetting<Settings::TSimulatorFG> m_simSettingsFG { this, &CMultiSimulatorSettings::onFGSettingsChanged }; //!< FG settings
//! Settings changed, this will only detect if settings are changed elsewhere
//! @{
//! Settings changed, this will only detect if settings are changed elsewhere
void onFsxSettingsChanged();
void onFs9SettingsChanged();
void onP3DSettingsChanged();

View File

@@ -163,8 +163,8 @@ namespace BlackMisc::Simulation::Settings
}
protected:
//! The JSON members
//! @{
//! The JSON members
static constexpr char JsonDBusServerAddress[] = "dbusserveradress";
static constexpr char JsonDrawingLabels[] = "drawinglabels";
static constexpr char JsonLabelColor[] = "labelcolor";