mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
[doxygen] Fix broken groupings
This commit is contained in:
@@ -25,7 +25,8 @@ namespace BlackMisc
|
||||
//! Set models
|
||||
virtual void setModels(const CAircraftModelList &models) = 0;
|
||||
|
||||
//! Ctor, dtor, copy operators (CLANG warnings) @{
|
||||
//! Ctor, dtor, copy operators (CLANG warnings)
|
||||
//! @{
|
||||
IModelsSetable() {}
|
||||
virtual ~IModelsSetable() {}
|
||||
IModelsSetable(const IModelsSetable &) = default;
|
||||
@@ -40,7 +41,8 @@ namespace BlackMisc
|
||||
//! Update models
|
||||
virtual int updateModels(const CAircraftModelList &models) = 0;
|
||||
|
||||
//! Ctor, dtor, copy operators (CLANG warnings) @{
|
||||
//! Ctor, dtor, copy operators (CLANG warnings)
|
||||
//! @{
|
||||
IModelsUpdatable() {}
|
||||
virtual ~IModelsUpdatable() {}
|
||||
IModelsUpdatable(const IModelsUpdatable &) = default;
|
||||
@@ -55,7 +57,8 @@ namespace BlackMisc
|
||||
//! Set models
|
||||
virtual void setModelsForSimulator(const CAircraftModelList &models, const CSimulatorInfo &simulator) = 0;
|
||||
|
||||
//! Ctor, dtor, copy operators (CLANG warnings) @{
|
||||
//! Ctor, dtor, copy operators (CLANG warnings)
|
||||
//! @{
|
||||
IModelsForSimulatorSetable() {}
|
||||
virtual ~IModelsForSimulatorSetable() {}
|
||||
IModelsForSimulatorSetable(const IModelsForSimulatorSetable &) = default;
|
||||
@@ -70,7 +73,8 @@ namespace BlackMisc
|
||||
//! Set models
|
||||
virtual int updateModelsForSimulator(const CAircraftModelList &models, const CSimulatorInfo &simulator) = 0;
|
||||
|
||||
//! Ctor, dtor, copy operators (CLANG warnings) @{
|
||||
//! Ctor, dtor, copy operators (CLANG warnings)
|
||||
//! @{
|
||||
IModelsForSimulatorUpdatable() {}
|
||||
virtual ~IModelsForSimulatorUpdatable() {}
|
||||
IModelsForSimulatorUpdatable(const IModelsForSimulatorUpdatable &) = default;
|
||||
@@ -85,7 +89,8 @@ namespace BlackMisc
|
||||
//! Simulator
|
||||
virtual BlackMisc::Simulation::CSimulatorInfo getSelectedSimulator() const = 0;
|
||||
|
||||
//! Ctor, dtor, copy operators (CLANG warnings) @{
|
||||
//! Ctor, dtor, copy operators (CLANG warnings)
|
||||
//! @{
|
||||
ISimulatorSelectable() {}
|
||||
virtual ~ISimulatorSelectable() {}
|
||||
ISimulatorSelectable(const ISimulatorSelectable &) = default;
|
||||
|
||||
Reference in New Issue
Block a user