Doxygen fixes

This commit is contained in:
Klaus Basan
2014-01-20 13:56:36 +01:00
parent f0b97aac24
commit 60422376bb
8 changed files with 31 additions and 109 deletions

View File

@@ -361,26 +361,23 @@ namespace BlackMisc
BlackMisc::PhysicalQuantities::CTime bookedWhen() const;
/*!
* \brief Get atis
* \brief Get ATIS
* \return
*/
const CInformationMessage &getAtis() const { return m_atis; }
/*!
* \brief Set ATIS
* \param msg
*/
void setAtis(const CInformationMessage &atis) { this->m_atis = atis;}
/*!
* \brief Set ATIS Message
* \param atis
*/
void setAtisMessage(const QString &atis) { this->m_atis.setMessage(atis); }
/*!
* \brief Get METAR
* \return
*/
const CInformationMessage &getMetar() const { return m_metar; }