Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix doc
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent 78daade commit 7ca72d0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/server/qgsservicenativeloader.h
Expand Up @@ -36,10 +36,10 @@ class QgsServerInterface;
* \ingroup server
* \class QgsServiceNativeLoader
* \brief Class defining the native service module loader for QGIS server services
* \since QGIS 3.0
*
* This class provides methods for loading and managing hook for native (C++) modules
*
* \since QGIS 3.0
*/
class SERVER_EXPORT QgsServiceNativeLoader
{
Expand Down
4 changes: 2 additions & 2 deletions src/server/services/wcs/qgswcs.cpp
Expand Up @@ -32,7 +32,7 @@ namespace QgsWcs
/**
* \ingroup server
* \class QgsWcs::Service
* \brief OGC web service specialised for WCS
* \brief OGC web service specialized for WCS
* \since QGIS 3.0
*/
class Service: public QgsService
Expand Down Expand Up @@ -106,7 +106,7 @@ namespace QgsWcs
/**
* \ingroup server
* \class QgsWcsModule
* \brief Service module specialised for WCS
* \brief Service module specialized for WCS
* \since QGIS 3.0
*/
class QgsWcsModule: public QgsServiceModule
Expand Down
4 changes: 2 additions & 2 deletions src/server/services/wfs/qgswfs.cpp
Expand Up @@ -38,7 +38,7 @@ namespace QgsWfs
/**
* \ingroup server
* \class QgsWfs::Service
* \brief OGC web service specialised for WFS
* \brief OGC web service specialized for WFS
* \since QGIS 3.0
*/
class Service: public QgsService
Expand Down Expand Up @@ -130,7 +130,7 @@ namespace QgsWfs
/**
* \ingroup server
* \class QgsWfsModule
* \brief Service module specialised for WFS
* \brief Service module specialized for WFS
* \since QGIS 3.0
*/
class QgsWfsModule: public QgsServiceModule
Expand Down
4 changes: 2 additions & 2 deletions src/server/services/wms/qgswms.cpp
Expand Up @@ -41,7 +41,7 @@ namespace QgsWms
/**
* \ingroup server
* \class QgsWms::Service
* \brief OGC web service specialised for WMS
* \brief OGC web service specialized for WMS
* \since QGIS 3.0
*/
class Service: public QgsService
Expand Down Expand Up @@ -162,7 +162,7 @@ namespace QgsWms
/**
* \ingroup server
* \class QgsWmsModule
* \brief Service module specialised for WMS
* \brief Service module specialized for WMS
* \since QGIS 3.0
*/
class QgsWmsModule: public QgsServiceModule
Expand Down

0 comments on commit 7ca72d0

Please sign in to comment.