mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
[doxygen] Fix broken groupings
This commit is contained in:
@@ -104,15 +104,17 @@ namespace BlackMisc
|
||||
//! Set value in current unit
|
||||
void setCurrentUnitValue(double value);
|
||||
|
||||
//! As integer value @{
|
||||
//! As integer value
|
||||
//! @{
|
||||
int valueInteger(MU unit) const;
|
||||
QString valueIntegerAsString(MU unit) const { return QString::number(this->valueInteger(unit)); }
|
||||
// @}
|
||||
//! @}
|
||||
|
||||
//! As integer value in current unit @{
|
||||
//! As integer value in current unit
|
||||
//! @{
|
||||
int valueInteger() const;
|
||||
QString valueIntegerAsString() const { return QString::number(this->valueInteger()); }
|
||||
// @}
|
||||
//! @}
|
||||
|
||||
//! Is value an integer
|
||||
bool isInteger() const;
|
||||
|
||||
Reference in New Issue
Block a user