doxygen @ tags replaced to \

This commit is contained in:
2022-03-14 21:19:31 +03:00
parent 9bf1a11701
commit 54b5372356
142 changed files with 1079 additions and 1079 deletions

View File

@@ -1,5 +1,5 @@
/*! @file pistreampacker.h
* @brief Simple packet wrap aroud any PIIODevice
/*! \file pistreampacker.h
* \brief Simple packet wrap aroud any PIIODevice
*/
/*
PIP - Platform Independent Primitives
@@ -90,7 +90,7 @@ public:
//! \{
//! \fn void received(uchar * readed, int size)
//! @brief Handler to receive data. \a PIIODevice::threadedReadEvent()
//! \brief Handler to receive data. \a PIIODevice::threadedReadEvent()
//! can be connected to this handler
//! \}
@@ -99,10 +99,10 @@ public:
//! \{
//! \fn void packetReceiveEvent(PIByteArray data)
//! @brief Raise on packet successfully received
//! \brief Raise on packet successfully received
//! \fn void sendRequest(PIByteArray data)
//! @brief Raise from \a send() function. This data should
//! \brief Raise from \a send() function. This data should
//! be directly sended to your device. You can
//! connect this event to \a PIIODevice::write() handler