mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
[doxygen] Fix broken groupings
This commit is contained in:
@@ -503,7 +503,8 @@ namespace BlackMisc
|
||||
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();
|
||||
|
||||
@@ -160,7 +160,8 @@ namespace BlackMisc
|
||||
}
|
||||
|
||||
protected:
|
||||
//! The JSON members @{
|
||||
//! The JSON members
|
||||
//! @{
|
||||
static constexpr char JsonDBusServerAddress[] = "dbusserveradress";
|
||||
static constexpr char JsonDrawingLabels[] = "drawinglabels";
|
||||
static constexpr char JsonLogRenderPhases[] = "renderPhases";
|
||||
|
||||
Reference in New Issue
Block a user