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 picloudbase.h
* @brief PICloud Base - Base class for PICloudClient and PICloud Server
/*! \file picloudbase.h
* \brief PICloud Base - Base class for PICloudClient and PICloud Server
*/
/*
PIP - Platform Independent Primitives

View File

@@ -1,5 +1,5 @@
/*! @file picloudclient.h
* @brief PICloud Client
/*! \file picloudclient.h
* \brief PICloud Client
*/
/*
PIP - Platform Independent Primitives
@@ -27,7 +27,7 @@
#include "piconditionvar.h"
//! @brief PICloudClient
//! \brief PICloudClient
class PIP_CLOUD_EXPORT PICloudClient: public PIIODevice, public PICloudBase
{

View File

@@ -1,5 +1,5 @@
/*! @file picloudserver.h
* @brief PICloud Server
/*! \file picloudserver.h
* \brief PICloud Server
*/
/*
PIP - Platform Independent Primitives

View File

@@ -1,5 +1,5 @@
/*! @file picloudtcp.h
* @brief PICloud TCP transport
/*! \file picloudtcp.h
* \brief PICloud TCP transport
*/
/*
PIP - Platform Independent Primitives