File tree 4 files changed +13
-17
lines changed
4 files changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ 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
39
40
*
40
41
* This class provides methods for loading and managing hook for native (C++) modules
41
42
*
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ namespace QgsWcs
31
31
32
32
/* *
33
33
* \ingroup server
34
+ * \class QgsWcs::Service
35
+ * \since QGIS 3.0
34
36
*/
35
37
class Service : public QgsService
36
38
{
@@ -102,6 +104,8 @@ namespace QgsWcs
102
104
103
105
/* *
104
106
* \ingroup server
107
+ * \class QgsWcsModule
108
+ * \since QGIS 3.0
105
109
*/
106
110
class QgsWcsModule : public QgsServiceModule
107
111
{
@@ -124,8 +128,3 @@ QGISEXTERN void QGS_ServiceModule_Exit( QgsServiceModule * )
124
128
{
125
129
// Nothing to do
126
130
}
127
-
128
-
129
-
130
-
131
-
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ namespace QgsWfs
37
37
38
38
/* *
39
39
* \ingroup server
40
+ * \class QgsWfs::Service
41
+ * \since QGIS 3.0
40
42
*/
41
43
class Service : public QgsService
42
44
{
@@ -126,6 +128,8 @@ namespace QgsWfs
126
128
127
129
/* *
128
130
* \ingroup server
131
+ * \class QgsWfsModule
132
+ * \since QGIS 3.0
129
133
*/
130
134
class QgsWfsModule : public QgsServiceModule
131
135
{
@@ -148,8 +152,3 @@ QGISEXTERN void QGS_ServiceModule_Exit( QgsServiceModule * )
148
152
{
149
153
// Nothing to do
150
154
}
151
-
152
-
153
-
154
-
155
-
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ namespace QgsWms
40
40
41
41
/* *
42
42
* \ingroup server
43
+ * \class QgsWms::Service
44
+ * \since QGIS 3.0
43
45
*/
44
46
class Service : public QgsService
45
47
{
@@ -154,12 +156,12 @@ namespace QgsWms
154
156
QString mVersion ;
155
157
QgsServerInterface *mServerIface = nullptr ;
156
158
};
157
-
158
-
159
159
} // namespace QgsWms
160
160
161
161
/* *
162
162
* \ingroup server
163
+ * \class QgsWmsModule
164
+ * \since QGIS 3.0
163
165
*/
164
166
class QgsWmsModule : public QgsServiceModule
165
167
{
@@ -182,8 +184,3 @@ QGISEXTERN void QGS_ServiceModule_Exit( QgsServiceModule * )
182
184
{
183
185
// Nothing to do
184
186
}
185
-
186
-
187
-
188
-
189
-
You can’t perform that action at this time.
0 commit comments