File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 28
28
29
29
/* *
30
30
* \ingroup server
31
- * \class QgsFcgiServerResquest
31
+ * \class QgsFcgiServerRequest
32
32
* \brief Class defining fcgi request
33
33
* \since QGIS 3.0
34
34
*/
Original file line number Diff line number Diff line change 28
28
/* *
29
29
* \ingroup server
30
30
* \class QgsFilterResponseDecorator
31
- * Class defining decorator for calling filter's hooks
31
+ * \brief Class defining decorator for calling filter's hooks
32
+ * \since QGIS 3.0
32
33
*/
33
34
class QgsFilterResponseDecorator : public QgsServerResponse
34
35
{
Original file line number Diff line number Diff line change 27
27
28
28
/* *
29
29
* \ingroup server
30
- * \class QgsServerInterface
30
+ * \class QgsServerInterfaceImpl
31
31
* \brief Interfaces exposed by QGIS Server and made available to plugins.
32
32
* \since QGIS 2.8
33
33
*/
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ namespace QgsWms
27
27
28
28
/* *
29
29
* \ingroup server
30
- * \class QgsserviceException
30
+ * \class QgsWms:: QgsserviceException
31
31
* \brief Exception class for WMS service exceptions.
32
32
*
33
33
* The most important codes are:
@@ -61,7 +61,7 @@ namespace QgsWms
61
61
62
62
/* *
63
63
* \ingroup server
64
- * \class QgsSecurityException
64
+ * \class QgsWms:: QgsSecurityException
65
65
* \brief Exception thrown when data access violates access controls
66
66
* \since QGIS 3.0
67
67
*/
@@ -79,7 +79,7 @@ namespace QgsWms
79
79
80
80
/* *
81
81
* \ingroup server
82
- * \class QgsBadRequestException
82
+ * \class QgsWms:: QgsBadRequestException
83
83
* \brief Exception thrown in case of malformed request
84
84
* \since QGIS 3.0
85
85
*/
You can’t perform that action at this time.
0 commit comments