mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
[doxygen] Fix broken groupings
This commit is contained in:
@@ -127,7 +127,8 @@ namespace BlackMisc
|
||||
//! Supported simulator
|
||||
bool supportsSimulator(const CSimulatorInfo &simulator) const { return m_simulator == simulator; }
|
||||
|
||||
//! Interface implementations @{
|
||||
//! Interface implementations
|
||||
//! @{
|
||||
virtual void setModels(const CAircraftModelList &models) override;
|
||||
virtual int updateModels(const CAircraftModelList &models) override;
|
||||
//! @}
|
||||
@@ -221,7 +222,8 @@ namespace BlackMisc
|
||||
//! Singleton
|
||||
static CMultiAircraftModelLoaderProvider &multiModelLoaderInstance();
|
||||
|
||||
//! Simulator specific loaders @{
|
||||
//! Simulator specific loaders
|
||||
//! @{
|
||||
IAircraftModelLoader *modelLoaderFsx() const { return m_loaderFsx; }
|
||||
IAircraftModelLoader *modelLoaderP3D() const { return m_loaderP3D; }
|
||||
IAircraftModelLoader *modelLoaderXP() const { return m_loaderXP; }
|
||||
|
||||
Reference in New Issue
Block a user