[doxygen] Fix broken groupings

This commit is contained in:
Mat Sutcliffe
2020-08-01 19:08:08 +01:00
parent faf7f2a2cf
commit 2ae0352e75
115 changed files with 474 additions and 248 deletions

View File

@@ -160,7 +160,8 @@ namespace XSwiftBus
//! Get whether all wheels are on the ground
bool getAllWheelsOnGround() const { return m_onGroundAll.get(); }
//! COM Selection 6/7 @{
//! COM Selection 6/7
//! @{
int getComSelection() const { return m_comAudioSelection.get(); }
bool isCom1Selected() const { return this->getComSelection() == 6; }
bool isCom2Selected() const { return this->getComSelection() == 7; }