mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
[doxygen] Fix broken groupings
This commit is contained in:
@@ -136,7 +136,8 @@ namespace BlackMisc
|
||||
//! \copydoc Mixin::String::toQString
|
||||
QString convertToQString(bool i18n = false) const;
|
||||
|
||||
//! Check values @{
|
||||
//! Check values
|
||||
//! @{
|
||||
bool isNaNVector() const;
|
||||
bool isNaNVectorDouble() const;
|
||||
bool isInfVector() const;
|
||||
|
||||
@@ -36,7 +36,8 @@ namespace BlackMisc
|
||||
withAltitude(withAltitude), extrude(extrude)
|
||||
{ }
|
||||
|
||||
//! Setting members @{
|
||||
//! Setting members
|
||||
//! @{
|
||||
bool withAltitude = true;
|
||||
bool extrude = false;
|
||||
bool tessellate = true;
|
||||
|
||||
Reference in New Issue
Block a user