Skip to content

Commit cb6b983

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

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed
 

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
class QgsAccessControl : QgsFeatureFilterProvider
1717
{
1818
%Docstring
19-
A helper class that centralize the restrictions given by all the
20-
access control filter plugins.
19+
A helper class that centralize the restrictions given by all the access control filter plugins.
2120

2221
.. versionadded:: 2.14
2322
%End

‎src/server/qgsaccesscontrol.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ class QgsAccessControlPlugin;
3333
/**
3434
* \ingroup server
3535
* \class QgsAccessControl
36-
* \brief A helper class that centralize the restrictions given by all the
37-
* access control filter plugins.
36+
* \brief A helper class that centralize the restrictions given by all the access control filter plugins.
3837
* \since QGIS 2.14
3938
**/
4039
class SERVER_EXPORT QgsAccessControl : public QgsFeatureFilterProvider

‎src/server/services/wms/qgswmsparameters.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@
3030
#include "qgsgeometry.h"
3131
#include "qgsprojectversion.h"
3232

33-
/**
34-
* \ingroup server
35-
* QgsWmsParameters provides an interface to retrieve and manipulate WMS
36-
* parameters received from the client.
37-
* \since QGIS 3.0
38-
*/
3933
namespace QgsWms
4034
{
4135
struct QgsWmsParametersLayer
@@ -74,6 +68,12 @@ namespace QgsWms
7468
QList<QgsWmsParametersHighlightLayer> mHighlightLayers; // list of highlight layers for this composer map
7569
};
7670

71+
/**
72+
* \ingroup server
73+
* \class QgsWmsParameters
74+
* \brief Interface to retrieve and manipulate WMS parameters received from the client.
75+
* \since QGIS 3.0
76+
*/
7777
class QgsWmsParameters
7878
{
7979
Q_GADGET

‎src/server/services/wms/qgswmsserviceexception.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ namespace QgsWms
2929
* \ingroup server
3030
* \class QgsserviceException
3131
* \brief Exception class for WMS service exceptions.
32-
* \since QGIS 3.0
3332
*
3433
* The most important codes are:
3534
* * "InvalidFormat"
3635
* * "Invalid CRS"
3736
* * "LayerNotDefined" / "StyleNotDefined"
3837
* * "OperationNotSupported"
38+
*
39+
* \since QGIS 3.0
3940
*/
4041
class QgsServiceException : public QgsOgcServiceException
4142
{

0 commit comments

Comments
 (0)
Please sign in to comment.