mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
[doxygen] Fix broken groupings
This commit is contained in:
@@ -499,27 +499,32 @@ namespace BlackMisc
|
||||
// -- Simulators
|
||||
// --------------------------------------------------
|
||||
|
||||
//! Simulator FSX @{
|
||||
//! Simulator FSX
|
||||
//! @{
|
||||
static const QPixmap &simulatorFSX();
|
||||
static const QPixmap &simulatorFSX16();
|
||||
//! @}
|
||||
|
||||
//! Simulator P3D @{
|
||||
//! Simulator P3D
|
||||
//! @{
|
||||
static const QPixmap &simulatorP3D();
|
||||
static const QPixmap &simulatorP3D16();
|
||||
//! @}
|
||||
|
||||
//! Simulator FS9 @{
|
||||
//! Simulator FS9
|
||||
//! @{
|
||||
static const QPixmap &simulatorFS9();
|
||||
static const QPixmap &simulatorFS916();
|
||||
//! @}
|
||||
|
||||
//! Simulator FG @{
|
||||
//! Simulator FG
|
||||
//! @{
|
||||
static const QPixmap &simulatorFG();
|
||||
static const QPixmap &simulatorFG16();
|
||||
//! @}
|
||||
|
||||
//! Simulator XPlane @{
|
||||
//! Simulator XPlane
|
||||
//! @{
|
||||
static const QPixmap &simulatorXPlane();
|
||||
static const QPixmap &simulatorXPlane16();
|
||||
//! @}
|
||||
|
||||
Reference in New Issue
Block a user