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 69c1c3a commit cb6b983
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions python/server/auto_generated/qgsaccesscontrol.sip.in
Expand Up @@ -16,8 +16,7 @@
class QgsAccessControl : QgsFeatureFilterProvider
{
%Docstring
A helper class that centralize the restrictions given by all the
access control filter plugins.
A helper class that centralize the restrictions given by all the access control filter plugins.

.. versionadded:: 2.14
%End
Expand Down
3 changes: 1 addition & 2 deletions src/server/qgsaccesscontrol.h
Expand Up @@ -33,8 +33,7 @@ class QgsAccessControlPlugin;
/**
* \ingroup server
* \class QgsAccessControl
* \brief A helper class that centralize the restrictions given by all the
* access control filter plugins.
* \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
12 changes: 6 additions & 6 deletions src/server/services/wms/qgswmsparameters.h
Expand Up @@ -30,12 +30,6 @@
#include "qgsgeometry.h"
#include "qgsprojectversion.h"

/**
* \ingroup server
* QgsWmsParameters provides an interface to retrieve and manipulate WMS
* parameters received from the client.
* \since QGIS 3.0
*/
namespace QgsWms
{
struct QgsWmsParametersLayer
Expand Down Expand Up @@ -74,6 +68,12 @@ namespace QgsWms
QList<QgsWmsParametersHighlightLayer> mHighlightLayers; // list of highlight layers for this composer map
};

/**
* \ingroup server
* \class QgsWmsParameters
* \brief Interface to retrieve and manipulate WMS parameters received from the client.
* \since QGIS 3.0
*/
class QgsWmsParameters
{
Q_GADGET
Expand Down
3 changes: 2 additions & 1 deletion src/server/services/wms/qgswmsserviceexception.h
Expand Up @@ -29,13 +29,14 @@ namespace QgsWms
* \ingroup server
* \class QgsserviceException
* \brief Exception class for WMS service exceptions.
* \since QGIS 3.0
*
* The most important codes are:
* * "InvalidFormat"
* * "Invalid CRS"
* * "LayerNotDefined" / "StyleNotDefined"
* * "OperationNotSupported"
*
* \since QGIS 3.0
*/
class QgsServiceException : public QgsOgcServiceException
{
Expand Down

0 comments on commit cb6b983

Please sign in to comment.