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

@@ -302,13 +302,11 @@ namespace BlackMisc
/*!
* \brief Enabled?
* \return
*/
bool isEnabled() const { return this->m_enabled;}
/*!
* \brief Enabled?
* \param
*/
void setEnabled(bool enable) { this->m_enabled = enable;}