File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ class QgsServerInterface;
36
36
* \ingroup server
37
37
* \class QgsServiceNativeLoader
38
38
* \brief Class defining the native service module loader for QGIS server services
39
- * \since QGIS 3.0
40
39
*
41
40
* This class provides methods for loading and managing hook for native (C++) modules
42
41
*
42
+ * \since QGIS 3.0
43
43
*/
44
44
class SERVER_EXPORT QgsServiceNativeLoader
45
45
{
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ namespace QgsWcs
32
32
/* *
33
33
* \ingroup server
34
34
* \class QgsWcs::Service
35
- * \brief OGC web service specialised for WCS
35
+ * \brief OGC web service specialized for WCS
36
36
* \since QGIS 3.0
37
37
*/
38
38
class Service : public QgsService
@@ -106,7 +106,7 @@ namespace QgsWcs
106
106
/* *
107
107
* \ingroup server
108
108
* \class QgsWcsModule
109
- * \brief Service module specialised for WCS
109
+ * \brief Service module specialized for WCS
110
110
* \since QGIS 3.0
111
111
*/
112
112
class QgsWcsModule : public QgsServiceModule
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ namespace QgsWfs
38
38
/* *
39
39
* \ingroup server
40
40
* \class QgsWfs::Service
41
- * \brief OGC web service specialised for WFS
41
+ * \brief OGC web service specialized for WFS
42
42
* \since QGIS 3.0
43
43
*/
44
44
class Service : public QgsService
@@ -130,7 +130,7 @@ namespace QgsWfs
130
130
/* *
131
131
* \ingroup server
132
132
* \class QgsWfsModule
133
- * \brief Service module specialised for WFS
133
+ * \brief Service module specialized for WFS
134
134
* \since QGIS 3.0
135
135
*/
136
136
class QgsWfsModule : public QgsServiceModule
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ namespace QgsWms
41
41
/* *
42
42
* \ingroup server
43
43
* \class QgsWms::Service
44
- * \brief OGC web service specialised for WMS
44
+ * \brief OGC web service specialized for WMS
45
45
* \since QGIS 3.0
46
46
*/
47
47
class Service : public QgsService
@@ -162,7 +162,7 @@ namespace QgsWms
162
162
/* *
163
163
* \ingroup server
164
164
* \class QgsWmsModule
165
- * \brief Service module specialised for WMS
165
+ * \brief Service module specialized for WMS
166
166
* \since QGIS 3.0
167
167
*/
168
168
class QgsWmsModule : public QgsServiceModule
You can’t perform that action at this time.
0 commit comments