mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Doxygen, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
52ce9f9205
commit
0fa9bcb520
@@ -235,8 +235,9 @@ namespace BlackCore
|
||||
void killRequestReceived(const QString &reason);
|
||||
|
||||
private:
|
||||
//! \private
|
||||
//! \cond
|
||||
friend BlackFsdTest::CTestFSDClient;
|
||||
//! \endcond
|
||||
|
||||
//! Send FSD message
|
||||
template <class T>
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace BlackCore
|
||||
//! PDU identifier
|
||||
static QString pdu() { return "$PO"; }
|
||||
|
||||
QString m_timestamp;
|
||||
QString m_timestamp; //!< timestamp
|
||||
|
||||
private:
|
||||
Pong();
|
||||
|
||||
@@ -22,7 +22,7 @@ namespace BlackCore
|
||||
{
|
||||
namespace Fsd
|
||||
{
|
||||
//! From/to string serialization @{
|
||||
//! \cond
|
||||
template<typename T>
|
||||
inline QString toQString(const T& value);
|
||||
|
||||
@@ -79,7 +79,7 @@ namespace BlackCore
|
||||
|
||||
template<>
|
||||
AtisLineType fromQString(const QString &str);
|
||||
//! @}
|
||||
//! \endcond
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user