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 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);