Doxygen/style

This commit is contained in:
Klaus Basan
2019-10-19 02:41:48 +02:00
parent 7a1b5a0237
commit afe72b029f
4 changed files with 32 additions and 25 deletions

View File

@@ -240,8 +240,10 @@ namespace BlackCore
//! AudioTxOnTransceiversDto
struct AudioTxOnTransceiversDto
{
//! Names @{
static QByteArray getDtoName() { return "AudioTxOnTransceiversDto"; }
static QByteArray getShortDtoName() { return "AT"; }
//! @}
//! Properties @{
std::string callsign;
@@ -256,8 +258,10 @@ namespace BlackCore
//! AudioRxOnTransceiversDto
struct AudioRxOnTransceiversDto
{
//! Names @{
static QByteArray getDtoName() { return "AudioRxOnTransceiversDto"; }
static QByteArray getShortDtoName() { return "AR"; }
//! @}
//! Properties @{
std::string callsign;