Skip to content

Commit

Permalink
Fix class tag definition
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent 93db95f commit 0cfb0f1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions src/server/qgsservicenativeloader.h
Expand Up @@ -34,8 +34,8 @@ class QgsServerInterface;

/**
* \ingroup server
* QgsServiceNativeLoader
* Class defining the native service module loader for QGIS server services
* \class QgsServiceNativeLoader
* \brief Class defining the native service module loader for QGIS server services
*
* This class provides methods for loading and managing hook for native (C++) modules
*
Expand Down
6 changes: 3 additions & 3 deletions src/server/services/wcs/qgswcsserviceexception.h
Expand Up @@ -27,7 +27,7 @@ namespace QgsWcs

/**
* \ingroup server
* \class QgsserviceException
* \class QgsWcs::QgsserviceException
* \brief Exception class for WFS service exceptions.
* \since QGIS 3.0
*/
Expand Down Expand Up @@ -55,7 +55,7 @@ namespace QgsWcs

/**
* \ingroup server
* \class QgsSecurityAccessException
* \class QgsWcs::QgsSecurityAccessException
* \brief Exception thrown when data access violates access controls
* \since QGIS 3.0
*/
Expand All @@ -73,7 +73,7 @@ namespace QgsWcs

/**
* \ingroup server
* \class QgsRequestNotWellFormedException
* \class QgsWcs::QgsRequestNotWellFormedException
* \brief Exception thrown in case of malformed request
* \since QGIS 3.0
*/
Expand Down
13 changes: 7 additions & 6 deletions src/server/services/wfs/qgswfsparameters.h
Expand Up @@ -27,14 +27,15 @@
#include "qgsserverrequest.h"
#include "qgsprojectversion.h"

/**
* \ingroup server
* QgsWfsParameters provides an interface to retrieve and manipulate WFS
* parameters received from the client.
* \since QGIS 3.0
*/
namespace QgsWfs
{

/**
* \ingroup server
* \class QgsWfs::QgsWfsParameters
* \brief Provides an interface to retrieve and manipulate WFS parameters received from the client.
* \since QGIS 3.0
*/
class QgsWfsParameters
{
Q_GADGET
Expand Down
8 changes: 4 additions & 4 deletions src/server/services/wfs/qgswfsserviceexception.h
Expand Up @@ -27,7 +27,7 @@ namespace QgsWfs

/**
* \ingroup server
* \class QgsserviceException
* \class QgsWfs::QgsServiceException
* \brief Exception class for WFS service exceptions.
* \since QGIS 3.0
*/
Expand Down Expand Up @@ -55,7 +55,7 @@ namespace QgsWfs

/**
* \ingroup server
* \class QgsSecurityAccessException
* \class QgsWfs::QgsSecurityAccessException
* \brief Exception thrown when data access violates access controls
* \since QGIS 3.0
*/
Expand All @@ -73,7 +73,7 @@ namespace QgsWfs

/**
* \ingroup server
* \class QgsRequestNotWellFormedException
* \class QgsWfs::QgsRequestNotWellFormedException
* \brief Exception thrown in case of malformed request
* \since QGIS 3.0
*/
Expand All @@ -91,7 +91,7 @@ namespace QgsWfs

/**
* \ingroup server
* \class QgsBadRequestException
* \class QgsWfs::QgsBadRequestException
* \brief Exception thrown in case of malformed request
* \since QGIS 3.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsserviceexception.h
Expand Up @@ -27,7 +27,7 @@ namespace QgsWms

/**
* \ingroup server
* \class QgsWms::QgsserviceException
* \class QgsWms::QgsServiceException
* \brief Exception class for WMS service exceptions.
*
* The most important codes are:
Expand Down

0 comments on commit 0cfb0f1

Please sign in to comment.