Skip to content

Commit a214d77

Browse files
committedJul 13, 2018
More doc
1 parent cb6b983 commit a214d77

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
 

‎python/server/auto_generated/qgsservicemodule.sip.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
class QgsServiceModule
1515
{
1616
%Docstring
17-
QgsServiceModule
1817
Class defining the service module interface for QGIS server services
1918

2019
This class acts as a service registrar for services.
2120

2221
For dynamic modules, a QgsServiceModule instance is returned from the QGS_ServiceModule_Init() entry point
22+
23+
.. versionadded:: 3.0
2324
%End
2425

2526
%TypeHeaderCode

‎src/server/qgsaccesscontrol.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class QgsAccessControlPlugin;
3434
* \ingroup server
3535
* \class QgsAccessControl
3636
* \brief A helper class that centralize the restrictions given by all the access control filter plugins.
37+
*
3738
* \since QGIS 2.14
3839
**/
3940
class SERVER_EXPORT QgsAccessControl : public QgsFeatureFilterProvider

‎src/server/qgsservicemodule.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ class QgsServerInterface;
2828

2929
/**
3030
* \ingroup server
31-
* QgsServiceModule
32-
* Class defining the service module interface for QGIS server services
31+
* \class QgsServiceModule
32+
* \brief Class defining the service module interface for QGIS server services
3333
*
3434
* This class acts as a service registrar for services.
3535
*
3636
* For dynamic modules, a QgsServiceModule instance is returned from the QGS_ServiceModule_Init() entry point
37+
*
38+
* \since QGIS 3.0
3739
*/
3840
class SERVER_EXPORT QgsServiceModule
3941
{

0 commit comments

Comments
 (0)
Please sign in to comment.