rename doc macros
This commit is contained in:
@@ -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
|
||||
@@ -110,7 +110,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
|
||||
|
||||
//! \}
|
||||
@@ -119,10 +119,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user