mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 20:55:42 +08:00
Doxygen fixes
This commit is contained in:
@@ -375,22 +375,17 @@ namespace BlackMisc
|
||||
}
|
||||
|
||||
/*!
|
||||
* \brief Value hash
|
||||
* \return
|
||||
* \copydoc CValueObject::getValueHash()
|
||||
*/
|
||||
virtual uint getValueHash() const;
|
||||
|
||||
/*!
|
||||
* \brief Is valid transponder code?
|
||||
* \param transponderCode
|
||||
* \return
|
||||
*/
|
||||
static bool isValidTransponderCode(const QString &transponderCode);
|
||||
|
||||
/*!
|
||||
* \brief Is valid transponder code?
|
||||
* \param transponderCode
|
||||
* \return
|
||||
*/
|
||||
static bool isValidTransponderCode(qint32 transponderMode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user