Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More doc
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent cb6b983 commit a214d77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion python/server/auto_generated/qgsservicemodule.sip.in
Expand Up @@ -14,12 +14,13 @@
class QgsServiceModule
{
%Docstring
QgsServiceModule
Class defining the service module interface for QGIS server services

This class acts as a service registrar for services.

For dynamic modules, a QgsServiceModule instance is returned from the QGS_ServiceModule_Init() entry point

.. versionadded:: 3.0
%End

%TypeHeaderCode
Expand Down
1 change: 1 addition & 0 deletions src/server/qgsaccesscontrol.h
Expand Up @@ -34,6 +34,7 @@ class QgsAccessControlPlugin;
* \ingroup server
* \class QgsAccessControl
* \brief A helper class that centralize the restrictions given by all the access control filter plugins.
*
* \since QGIS 2.14
**/
class SERVER_EXPORT QgsAccessControl : public QgsFeatureFilterProvider
Expand Down
6 changes: 4 additions & 2 deletions src/server/qgsservicemodule.h
Expand Up @@ -28,12 +28,14 @@ class QgsServerInterface;

/**
* \ingroup server
* QgsServiceModule
* Class defining the service module interface for QGIS server services
* \class QgsServiceModule
* \brief Class defining the service module interface for QGIS server services
*
* This class acts as a service registrar for services.
*
* For dynamic modules, a QgsServiceModule instance is returned from the QGS_ServiceModule_Init() entry point
*
* \since QGIS 3.0
*/
class SERVER_EXPORT QgsServiceModule
{
Expand Down

0 comments on commit a214d77

Please sign in to comment.