Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix documentation
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent a214d77 commit 93db95f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/server/qgsfcgiserverrequest.h
Expand Up @@ -28,7 +28,7 @@

/**
* \ingroup server
* \class QgsFcgiServerResquest
* \class QgsFcgiServerRequest
* \brief Class defining fcgi request
* \since QGIS 3.0
*/
Expand Down
3 changes: 2 additions & 1 deletion src/server/qgsfilterresponsedecorator.h
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion src/server/qgsserverinterfaceimpl.h
Expand Up @@ -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
*/
Expand Down
6 changes: 3 additions & 3 deletions src/server/services/wms/qgswmsserviceexception.h
Expand Up @@ -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:
Expand Down Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down

0 comments on commit 93db95f

Please sign in to comment.