Skip to content

Commit

Permalink
update since documentation tags
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Bernasocchi <marco@opengis.ch>

Signed-off-by: Marco Bernasocchi <marco@opengis.ch>
  • Loading branch information
mbernasocchi committed Apr 8, 2019
1 parent 9481745 commit 3a26327
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions python/server/auto_generated/qgsserversettings.sip.in
Expand Up @@ -143,7 +143,7 @@ Returns the server-wide max height of a WMS GetMap request. The lower one of thi

:return: the max height of a WMS GetMap request.

.. versionadded:: 3.8
.. versionadded:: 3.6.2
%End

int wmsMaxWidth() const;
Expand All @@ -152,7 +152,7 @@ Returns the server-wide max width of a WMS GetMap request. The lower one of this

:return: the max width of a WMS GetMap request.

.. versionadded:: 3.8
.. versionadded:: 3.6.2
%End

};
Expand Down
8 changes: 4 additions & 4 deletions src/server/qgsserversettings.h
Expand Up @@ -63,8 +63,8 @@ class SERVER_EXPORT QgsServerSettingsEnv : public QObject
QGIS_SERVER_CACHE_SIZE,
QGIS_SERVER_SHOW_GROUP_SEPARATOR, //! Show group (thousands) separator when formatting numeric values, defaults to FALSE (since QGIS 3.8)
QGIS_SERVER_OVERRIDE_SYSTEM_LOCALE, //! Override system locale (since QGIS 3.8)
QGIS_SERVER_WMS_MAX_HEIGHT, //! Maximum height for a WMS request. The most conservative between this and the project one is used (since QGIS 3.8)
QGIS_SERVER_WMS_MAX_WIDTH //! Maximum width for a WMS request. The most conservative between this and the project one is used (since QGIS 3.8)
QGIS_SERVER_WMS_MAX_HEIGHT, //! Maximum height for a WMS request. The most conservative between this and the project one is used (since QGIS 3.6.2)
QGIS_SERVER_WMS_MAX_WIDTH //! Maximum width for a WMS request. The most conservative between this and the project one is used (since QGIS 3.6.2)
};
Q_ENUM( EnvVar )
};
Expand Down Expand Up @@ -189,14 +189,14 @@ class SERVER_EXPORT QgsServerSettings
/**
* Returns the server-wide max height of a WMS GetMap request. The lower one of this and the project configuration is used.
* \returns the max height of a WMS GetMap request.
* \since QGIS 3.8
* \since QGIS 3.6.2
*/
int wmsMaxHeight() const;

/**
* Returns the server-wide max width of a WMS GetMap request. The lower one of this and the project configuration is used.
* \returns the max width of a WMS GetMap request.
* \since QGIS 3.8
* \since QGIS 3.6.2
*/
int wmsMaxWidth() const;

Expand Down

0 comments on commit 3a26327

Please sign in to comment.