[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

@@ -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;

View File

@@ -36,7 +36,8 @@ namespace BlackMisc
withAltitude(withAltitude), extrude(extrude)
{ }
//! Setting members @{
//! Setting members
//! @{
bool withAltitude = true;
bool extrude = false;
bool tessellate = true;