Doxygen style

This commit is contained in:
Mat Sutcliffe
2021-09-18 00:51:48 +01:00
parent 57d32da826
commit 312dec792b
66 changed files with 75 additions and 75 deletions

View File

@@ -397,7 +397,7 @@ namespace BlackMisc::PhysicalQuantities
return U::defaultUnit();
}
/**
/*!
* All symbols
*/
template <class U> static const QStringList &allSymbols()
@@ -414,7 +414,7 @@ namespace BlackMisc::PhysicalQuantities
return symbols;
}
/**
/*!
* All symbols case insensitive
*/
template <class U> static const QStringList &allSymbolsLowerCase()
@@ -431,7 +431,7 @@ namespace BlackMisc::PhysicalQuantities
return symbols;
}
/**
/*!
* Are symbols case sensitive?
*/
template <class U> static bool hasCaseSensitiveSymbols()

View File

@@ -49,7 +49,7 @@ namespace BlackMisc::Simulation
CInterpolatorLinear m_linear;
};
/**
/*!
* CInterpolatorMulti which can be used with QMap/QHash
* \remark Use case is emulated driver
*/