rename doc macros
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*! \file picloudserver.h
|
||||
* \brief PICloud Server
|
||||
/*! @file picloudserver.h
|
||||
* @brief PICloud Server
|
||||
*/
|
||||
/*
|
||||
PIP - Platform Independent Primitives
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*! \file picloudtcp.h
|
||||
* \brief PICloud TCP transport
|
||||
/*! @file picloudtcp.h
|
||||
* @brief PICloud TCP transport
|
||||
*/
|
||||
/*
|
||||
PIP - Platform Independent Primitives
|
||||
|
||||
Reference in New Issue
Block a user