Fix documentation

This commit is contained in:
Blottiere Paul 2018-07-10 18:34:23 +01:00
parent a214d773f7
commit 93db95f4d8
4 changed files with 7 additions and 6 deletions

View File

@ -28,7 +28,7 @@
/**
* \ingroup server
* \class QgsFcgiServerResquest
* \class QgsFcgiServerRequest
* \brief Class defining fcgi request
* \since QGIS 3.0
*/

View File

@ -28,7 +28,8 @@
/**
* \ingroup server
* \class QgsFilterResponseDecorator
* Class defining decorator for calling filter's hooks
* \brief Class defining decorator for calling filter's hooks
* \since QGIS 3.0
*/
class QgsFilterResponseDecorator: public QgsServerResponse
{

View File

@ -27,7 +27,7 @@
/**
* \ingroup server
* \class QgsServerInterface
* \class QgsServerInterfaceImpl
* \brief Interfaces exposed by QGIS Server and made available to plugins.
* \since QGIS 2.8
*/

View File

@ -27,7 +27,7 @@ namespace QgsWms
/**
* \ingroup server
* \class QgsserviceException
* \class QgsWms::QgsserviceException
* \brief Exception class for WMS service exceptions.
*
* The most important codes are:
@ -61,7 +61,7 @@ namespace QgsWms
/**
* \ingroup server
* \class QgsSecurityException
* \class QgsWms::QgsSecurityException
* \brief Exception thrown when data access violates access controls
* \since QGIS 3.0
*/
@ -79,7 +79,7 @@ namespace QgsWms
/**
* \ingroup server
* \class QgsBadRequestException
* \class QgsWms::QgsBadRequestException
* \brief Exception thrown in case of malformed request
* \since QGIS 3.0
*/