minor fix, only in doxygen comments

This commit is contained in:
Mathew Sutcliffe
2013-10-21 03:43:09 +01:00
parent a9624dfc80
commit ac1b014f1b
3 changed files with 12 additions and 12 deletions

View File

@@ -65,13 +65,13 @@ namespace BlackCore
public slots:
/*!
* CAtcListManager is responsible for connecting these slots.
* \{
* @{
*/
void update(const QString& callsign, const BlackMisc::PhysicalQuantities::CFrequency& freq,
const BlackMisc::Geo::CCoordinateGeodetic& pos, const BlackMisc::PhysicalQuantities::CLength& range);
void remove(const QString& callsign);
void clear();
/*! \} */
/*! @} */
private:
BlackMisc::CAtcList m_list;

View File

@@ -125,8 +125,8 @@ protected:
return CMath::trunc(factor) + (CMath::trunc(part2) + part3 / SubdivPolicy::fraction()) / SubdivPolicy::fraction(); }
};
//! \{
//! Metapolicy that can be used to modify template parameters of converters
//! @{
struct One {
static double factor() { return 1; } //!< factor \return
};
@@ -163,7 +163,7 @@ protected:
static double fraction() { return 100.0f; } //!< fraction \return
static double subfactor() { return float(Subfactor); } //!< subfactor \return
};
//! \}
//! @}
private:
QString m_name; //!< name, e.g. "meter"