doxygen @ tags replaced to \
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*! @file piethutilbase.h
|
||||
* @brief Base class for ethernet utils
|
||||
/*! \file piethutilbase.h
|
||||
* \brief Base class for ethernet utils
|
||||
*/
|
||||
/*
|
||||
PIP - Platform Independent Primitives
|
||||
@@ -56,11 +56,11 @@ public:
|
||||
|
||||
protected:
|
||||
|
||||
/*! @brief Returns encrypted data if layer enabled,
|
||||
/*! \brief Returns encrypted data if layer enabled,
|
||||
* otherwise returns unchanged \"data\" */
|
||||
PIByteArray cryptData(const PIByteArray & data);
|
||||
|
||||
/*! @brief Returns decrypted data if layer enabled,
|
||||
/*! \brief Returns decrypted data if layer enabled,
|
||||
* otherwise returns unchanged \"data\". If decryption
|
||||
* was unsuccessfull returns empty %PIByteArray. */
|
||||
PIByteArray decryptData(const PIByteArray & data);
|
||||
|
||||
Reference in New Issue
Block a user