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:
@@ -109,7 +109,8 @@ namespace BlackGui
|
||||
//! Restore state
|
||||
void restoreState();
|
||||
|
||||
//! Tune in/invoke @{
|
||||
//! Tune in/invoke
|
||||
//! @{
|
||||
void tuneInAtcCom1();
|
||||
void tuneInAtcCom2();
|
||||
void requestTextMessage();
|
||||
|
||||
@@ -89,12 +89,14 @@ namespace BlackGui
|
||||
//! Follow in simulator
|
||||
void requestFollowInSimulator();
|
||||
|
||||
//! Enable/disable parts @{
|
||||
//! Enable/disable parts
|
||||
//! @{
|
||||
void requestEnableParts();
|
||||
void requestDisableParts();
|
||||
//! @}
|
||||
|
||||
//! Enable/disable parts @{
|
||||
//! Enable/disable parts
|
||||
//! @{
|
||||
void request0PitchOnGround();
|
||||
void requestNullPitchOnGround();
|
||||
//! @}
|
||||
|
||||
@@ -504,7 +504,8 @@ namespace BlackGui
|
||||
//! Settings have been changed
|
||||
void settingsChanged();
|
||||
|
||||
//! \name Change selection modes @{
|
||||
//! Change selection modes
|
||||
//! @{
|
||||
void setMultiSelection();
|
||||
void setExtendedSelection();
|
||||
void setSingleSelection();
|
||||
@@ -518,7 +519,8 @@ namespace BlackGui
|
||||
//! \remark Default implementation, can be overridden with specifi implementation
|
||||
virtual QString getRememberedLastJsonDirectory() const;
|
||||
|
||||
//! Clipboard cut/copy/paste @{
|
||||
//! Clipboard cut/copy/paste
|
||||
//! @{
|
||||
virtual void copy() = 0;
|
||||
virtual void cut() = 0;
|
||||
virtual void paste() = 0;
|
||||
|
||||
Reference in New Issue
Block a user