mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-02 00:02:12 -05:00
Fix documentation
This commit is contained in:
parent
a214d773f7
commit
93db95f4d8
@ -28,7 +28,7 @@
|
||||
|
||||
/**
|
||||
* \ingroup server
|
||||
* \class QgsFcgiServerResquest
|
||||
* \class QgsFcgiServerRequest
|
||||
* \brief Class defining fcgi request
|
||||
* \since QGIS 3.0
|
||||
*/
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user