add doxygen via opencode
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
/*! \file picloudbase.h
|
||||
* \ingroup Cloud
|
||||
* \~\brief
|
||||
* \~english Base class for PICloudClient and PICloudServer
|
||||
* \~russian Базовый класс для PICloudClient и PICloudServer
|
||||
*/
|
||||
//! \file picloudbase.h
|
||||
//! \ingroup Cloud
|
||||
//! \brief
|
||||
//! \~english Base class for PICloudClient and PICloudServer
|
||||
//! \~russian Базовый класс для PICloudClient и PICloudServer
|
||||
//! \details
|
||||
//! \~english Provides common functionality for cloud client and server implementations.
|
||||
//! \~russian Обеспечивает общую функциональность для реализаций облачного клиента и сервера.
|
||||
/*
|
||||
PIP - Platform Independent Primitives
|
||||
PICloud Base - Base class for PICloudClient and PICloud Server
|
||||
@@ -31,10 +33,20 @@
|
||||
#include "pistreampacker.h"
|
||||
|
||||
|
||||
//! \brief
|
||||
//! \~english Base class for cloud client and server
|
||||
//! \~russian Базовый класс для облачного клиента и сервера
|
||||
|
||||
class PIP_CLOUD_EXPORT PICloudBase {
|
||||
public:
|
||||
//! \brief
|
||||
//! \~english Constructs PICloudBase
|
||||
//! \~russian Создает PICloudBase
|
||||
PICloudBase();
|
||||
|
||||
//! \brief
|
||||
//! \~english Returns server name
|
||||
//! \~russian Возвращает имя сервера
|
||||
PIString serverName() const;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user