rename doc macros

This commit is contained in:
2021-08-04 16:31:32 +03:00
parent 0c7ce272e6
commit 25def958a1
140 changed files with 963 additions and 983 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,11 +27,12 @@
#include "piconditionvar.h"
//! @brief PICloudClient
class PIP_CLOUD_EXPORT PICloudClient: public PIIODevice, public PICloudBase
{
PIIODEVICE(PICloudClient)
public:
//! PICloudClient
explicit PICloudClient(const PIString & path = PIString(), PIIODevice::DeviceMode mode = PIIODevice::ReadWrite);
virtual ~PICloudClient();

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