Skip to content

Commit b3f9898

Browse files
committedAug 28, 2018
[Server] Fix weird docs indetation
1 parent 6b8d04b commit b3f9898

File tree

1 file changed

+133
-133
lines changed

1 file changed

+133
-133
lines changed
 

‎src/server/qgsserverprojectutils.h

Lines changed: 133 additions & 133 deletions
Original file line numberDiff line numberDiff line change
@@ -40,312 +40,312 @@ namespace QgsServerProjectUtils
4040

4141
/**
4242
* Returns if owsService capabilities are enabled.
43-
* \param project the QGIS project
44-
* \returns if owsService capabilities are enabled.
45-
*/
43+
* \param project the QGIS project
44+
* \returns if owsService capabilities are enabled.
45+
*/
4646
SERVER_EXPORT bool owsServiceCapabilities( const QgsProject &project );
4747

4848
/**
4949
* Returns the owsService title defined in project.
50-
* \param project the QGIS project
51-
* \returns the owsService title if defined in project.
52-
*/
50+
* \param project the QGIS project
51+
* \returns the owsService title if defined in project.
52+
*/
5353
SERVER_EXPORT QString owsServiceTitle( const QgsProject &project );
5454

5555
/**
5656
* Returns the owsService abstract defined in project.
57-
* \param project the QGIS project
58-
* \returns the owsService abstract if defined in project.
59-
*/
57+
* \param project the QGIS project
58+
* \returns the owsService abstract if defined in project.
59+
*/
6060
SERVER_EXPORT QString owsServiceAbstract( const QgsProject &project );
6161

6262
/**
6363
* Returns the owsService keywords defined in project.
64-
* \param project the QGIS project
65-
* \returns the owsService keywords if defined in project.
66-
*/
64+
* \param project the QGIS project
65+
* \returns the owsService keywords if defined in project.
66+
*/
6767
SERVER_EXPORT QStringList owsServiceKeywords( const QgsProject &project );
6868

6969
/**
7070
* Returns the owsService online resource defined in project.
71-
* \param project the QGIS project
72-
* \returns the owsService online resource if defined in project.
73-
*/
71+
* \param project the QGIS project
72+
* \returns the owsService online resource if defined in project.
73+
*/
7474
SERVER_EXPORT QString owsServiceOnlineResource( const QgsProject &project );
7575

7676
/**
7777
* Returns the owsService contact organization defined in project.
78-
* \param project the QGIS project
79-
* \returns the owsService contact organization if defined in project.
80-
*/
78+
* \param project the QGIS project
79+
* \returns the owsService contact organization if defined in project.
80+
*/
8181
SERVER_EXPORT QString owsServiceContactOrganization( const QgsProject &project );
8282

8383
/**
8484
* Returns the owsService contact position defined in project.
85-
* \param project the QGIS project
86-
* \returns the owsService contact position if defined in project.
87-
*/
85+
* \param project the QGIS project
86+
* \returns the owsService contact position if defined in project.
87+
*/
8888
SERVER_EXPORT QString owsServiceContactPosition( const QgsProject &project );
8989

9090
/**
9191
* Returns the owsService contact person defined in project.
92-
* \param project the QGIS project
93-
* \returns the owsService contact person if defined in project.
94-
*/
92+
* \param project the QGIS project
93+
* \returns the owsService contact person if defined in project.
94+
*/
9595
SERVER_EXPORT QString owsServiceContactPerson( const QgsProject &project );
9696

9797
/**
9898
* Returns the owsService contact mail defined in project.
99-
* \param project the QGIS project
100-
* \returns the owsService contact mail if defined in project.
101-
*/
99+
* \param project the QGIS project
100+
* \returns the owsService contact mail if defined in project.
101+
*/
102102
SERVER_EXPORT QString owsServiceContactMail( const QgsProject &project );
103103

104104
/**
105105
* Returns the owsService contact phone defined in project.
106-
* \param project the QGIS project
107-
* \returns the owsService contact phone if defined in project.
108-
*/
106+
* \param project the QGIS project
107+
* \returns the owsService contact phone if defined in project.
108+
*/
109109
SERVER_EXPORT QString owsServiceContactPhone( const QgsProject &project );
110110

111111
/**
112112
* Returns the owsService fees defined in project.
113-
* \param project the QGIS project
114-
* \returns the owsService fees if defined in project.
115-
*/
113+
* \param project the QGIS project
114+
* \returns the owsService fees if defined in project.
115+
*/
116116
SERVER_EXPORT QString owsServiceFees( const QgsProject &project );
117117

118118
/**
119119
* Returns the owsService access constraints defined in project.
120-
* \param project the QGIS project
121-
* \returns the owsService access constraints if defined in project.
122-
*/
120+
* \param project the QGIS project
121+
* \returns the owsService access constraints if defined in project.
122+
*/
123123
SERVER_EXPORT QString owsServiceAccessConstraints( const QgsProject &project );
124124

125125
/**
126126
* Returns the maximum width for WMS images defined in a QGIS project.
127-
* \param project the QGIS project
128-
* \returns width if defined in project, -1 otherwise.
129-
*/
127+
* \param project the QGIS project
128+
* \returns width if defined in project, -1 otherwise.
129+
*/
130130
SERVER_EXPORT int wmsMaxWidth( const QgsProject &project );
131131

132132
/**
133133
* Returns the maximum height for WMS images defined in a QGIS project.
134-
* \param project the QGIS project
135-
* \returns height if defined in project, -1 otherwise.
136-
*/
134+
* \param project the QGIS project
135+
* \returns height if defined in project, -1 otherwise.
136+
*/
137137
SERVER_EXPORT int wmsMaxHeight( const QgsProject &project );
138138

139139
/**
140140
* Returns the quality for WMS images defined in a QGIS project.
141-
* \param project the QGIS project
142-
* \returns quality if defined in project, -1 otherwise.
143-
*/
141+
* \param project the QGIS project
142+
* \returns quality if defined in project, -1 otherwise.
143+
*/
144144
SERVER_EXPORT int wmsImageQuality( const QgsProject &project );
145145

146146
/**
147147
* Returns if layer ids are used as name in WMS.
148-
* \param project the QGIS project
149-
* \returns if layer ids are used as name.
150-
*/
148+
* \param project the QGIS project
149+
* \returns if layer ids are used as name.
150+
*/
151151
SERVER_EXPORT bool wmsUseLayerIds( const QgsProject &project );
152152

153153
/**
154154
* Returns if the info format is SIA20145.
155-
* \param project the QGIS project
156-
* \returns if the info format is SIA20145.
157-
*/
155+
* \param project the QGIS project
156+
* \returns if the info format is SIA20145.
157+
*/
158158
SERVER_EXPORT bool wmsInfoFormatSia2045( const QgsProject &project );
159159

160160
/**
161161
* Returns if the geometry is displayed as Well Known Text in GetFeatureInfo request.
162-
* \param project the QGIS project
163-
* \returns if the geometry is displayed as Well Known Text in GetFeatureInfo request.
164-
*/
162+
* \param project the QGIS project
163+
* \returns if the geometry is displayed as Well Known Text in GetFeatureInfo request.
164+
*/
165165
SERVER_EXPORT bool wmsFeatureInfoAddWktGeometry( const QgsProject &project );
166166

167167
/**
168168
* Returns if the geometry has to be segmentize in GetFeatureInfo request.
169-
* \param project the QGIS project
170-
* \returns if the geometry has to be segmentize in GetFeatureInfo request.
171-
*/
169+
* \param project the QGIS project
170+
* \returns if the geometry has to be segmentize in GetFeatureInfo request.
171+
*/
172172
SERVER_EXPORT bool wmsFeatureInfoSegmentizeWktGeometry( const QgsProject &project );
173173

174174
/**
175175
* Returns the geometry precision for GetFeatureInfo request.
176-
* \param project the QGIS project
177-
* \returns the geometry precision for GetFeatureInfo request.
178-
*/
176+
* \param project the QGIS project
177+
* \returns the geometry precision for GetFeatureInfo request.
178+
*/
179179
SERVER_EXPORT int wmsFeatureInfoPrecision( const QgsProject &project );
180180

181181
/**
182182
* Returns the document element name for XML GetFeatureInfo request.
183-
* \param project the QGIS project
184-
* \returns the document element name for XML GetFeatureInfo request.
185-
*/
183+
* \param project the QGIS project
184+
* \returns the document element name for XML GetFeatureInfo request.
185+
*/
186186
SERVER_EXPORT QString wmsFeatureInfoDocumentElement( const QgsProject &project );
187187

188188
/**
189189
* Returns the document element namespace for XML GetFeatureInfo request.
190-
* \param project the QGIS project
191-
* \returns the document element namespace for XML GetFeatureInfo request.
192-
*/
190+
* \param project the QGIS project
191+
* \returns the document element namespace for XML GetFeatureInfo request.
192+
*/
193193
SERVER_EXPORT QString wmsFeatureInfoDocumentElementNs( const QgsProject &project );
194194

195195
/**
196196
* Returns the schema URL for XML GetFeatureInfo request.
197-
* \param project the QGIS project
198-
* \returns the schema URL for XML GetFeatureInfo request.
199-
*/
197+
* \param project the QGIS project
198+
* \returns the schema URL for XML GetFeatureInfo request.
199+
*/
200200
SERVER_EXPORT QString wmsFeatureInfoSchema( const QgsProject &project );
201201

202202
/**
203203
* Returns the mapping between layer name and wms layer name for GetFeatureInfo request.
204-
* \param project the QGIS project
205-
* \returns the mapping between layer name and wms layer name for GetFeatureInfo request.
206-
*/
204+
* \param project the QGIS project
205+
* \returns the mapping between layer name and wms layer name for GetFeatureInfo request.
206+
*/
207207
SERVER_EXPORT QHash<QString, QString> wmsFeatureInfoLayerAliasMap( const QgsProject &project );
208208

209209
/**
210210
* Returns if Inspire is activated.
211-
* \param project the QGIS project
212-
* \returns if Inspire is activated.
213-
*/
211+
* \param project the QGIS project
212+
* \returns if Inspire is activated.
213+
*/
214214
SERVER_EXPORT bool wmsInspireActivate( const QgsProject &project );
215215

216216
/**
217217
* Returns the Inspire language.
218-
* \param project the QGIS project
219-
* \returns the Inspire language if defined in project.
220-
*/
218+
* \param project the QGIS project
219+
* \returns the Inspire language if defined in project.
220+
*/
221221
SERVER_EXPORT QString wmsInspireLanguage( const QgsProject &project );
222222

223223
/**
224224
* Returns the Inspire metadata URL.
225-
* \param project the QGIS project
226-
* \returns the Inspire metadata URL if defined in project.
227-
*/
225+
* \param project the QGIS project
226+
* \returns the Inspire metadata URL if defined in project.
227+
*/
228228
SERVER_EXPORT QString wmsInspireMetadataUrl( const QgsProject &project );
229229

230230
/**
231231
* Returns the Inspire metadata URL type.
232-
* \param project the QGIS project
233-
* \returns the Inspire metadata URL type if defined in project.
234-
*/
232+
* \param project the QGIS project
233+
* \returns the Inspire metadata URL type if defined in project.
234+
*/
235235
SERVER_EXPORT QString wmsInspireMetadataUrlType( const QgsProject &project );
236236

237237
/**
238238
* Returns the Inspire temporal reference.
239-
* \param project the QGIS project
240-
* \returns the Inspire temporal reference if defined in project.
241-
*/
239+
* \param project the QGIS project
240+
* \returns the Inspire temporal reference if defined in project.
241+
*/
242242
SERVER_EXPORT QString wmsInspireTemporalReference( const QgsProject &project );
243243

244244
/**
245245
* Returns the Inspire metadata date.
246-
* \param project the QGIS project
247-
* \returns the Inspire metadata date if defined in project.
248-
*/
246+
* \param project the QGIS project
247+
* \returns the Inspire metadata date if defined in project.
248+
*/
249249
SERVER_EXPORT QString wmsInspireMetadataDate( const QgsProject &project );
250250

251251
/**
252252
* Returns the restricted composer list.
253-
* \param project the QGIS project
254-
* \returns the restricted composer list if defined in project.
255-
*/
253+
* \param project the QGIS project
254+
* \returns the restricted composer list if defined in project.
255+
*/
256256
SERVER_EXPORT QStringList wmsRestrictedComposers( const QgsProject &project );
257257

258258
/**
259259
* Returns the WMS service url defined in a QGIS project.
260-
* \param project the QGIS project
261-
* \returns url if defined in project, an empty string otherwise.
262-
*/
260+
* \param project the QGIS project
261+
* \returns url if defined in project, an empty string otherwise.
262+
*/
263263
SERVER_EXPORT QString wmsServiceUrl( const QgsProject &project );
264264

265265
/**
266266
* Returns the WMS root layer name defined in a QGIS project.
267-
* \param project the QGIS project
268-
* \returns root layer name if defined in project, an empty string otherwise.
269-
*/
267+
* \param project the QGIS project
268+
* \returns root layer name if defined in project, an empty string otherwise.
269+
*/
270270
SERVER_EXPORT QString wmsRootName( const QgsProject &project );
271271

272272
/**
273273
* Returns the restricted layer name list.
274-
* \param project the QGIS project
275-
* \returns the restricted layer name list if defined in project.
276-
*/
274+
* \param project the QGIS project
275+
* \returns the restricted layer name list if defined in project.
276+
*/
277277
SERVER_EXPORT QStringList wmsRestrictedLayers( const QgsProject &project );
278278

279279
/**
280280
* Returns the WMS output CRS list.
281-
* \param project the QGIS project
282-
* \returns the WMS output CRS list.
283-
*/
281+
* \param project the QGIS project
282+
* \returns the WMS output CRS list.
283+
*/
284284
SERVER_EXPORT QStringList wmsOutputCrsList( const QgsProject &project );
285285

286286
/**
287287
* Returns the WMS Extent restriction.
288-
* \param project the QGIS project
289-
* \returns the WMS Extent restriction.
290-
*/
288+
* \param project the QGIS project
289+
* \returns the WMS Extent restriction.
290+
*/
291291
SERVER_EXPORT QgsRectangle wmsExtent( const QgsProject &project );
292292

293293
/**
294294
* Returns the WFS service url defined in a QGIS project.
295-
* \param project the QGIS project
296-
* \returns url if defined in project, an empty string otherwise.
297-
*/
295+
* \param project the QGIS project
296+
* \returns url if defined in project, an empty string otherwise.
297+
*/
298298
SERVER_EXPORT QString wfsServiceUrl( const QgsProject &project );
299299

300300
/**
301301
* Returns the Layer ids list defined in a QGIS project as published in WFS.
302-
* \param project the QGIS project
303-
* \return the Layer ids list.
304-
*/
302+
* \param project the QGIS project
303+
* \return the Layer ids list.
304+
*/
305305
SERVER_EXPORT QStringList wfsLayerIds( const QgsProject &project );
306306

307307
/**
308308
* Returns the Layer precision defined in a QGIS project for the WFS GetFeature.
309-
* \param project the QGIS project
310-
* \param layerId the layer id in the project
311-
* \return the layer precision for WFS GetFeature.
312-
*/
309+
* \param project the QGIS project
310+
* \param layerId the layer id in the project
311+
* \return the layer precision for WFS GetFeature.
312+
*/
313313

314314
SERVER_EXPORT int wfsLayerPrecision( const QgsProject &project, const QString &layerId );
315315

316316
/**
317317
* Returns the Layer ids list defined in a QGIS project as published as WFS-T with update capabilities.
318-
* \param project the QGIS project
319-
* \return the Layer ids list.
320-
*/
318+
* \param project the QGIS project
319+
* \return the Layer ids list.
320+
*/
321321
SERVER_EXPORT QStringList wfstUpdateLayerIds( const QgsProject &project );
322322

323323
/**
324324
* Returns the Layer ids list defined in a QGIS project as published as WFS-T with insert capabilities.
325-
* \param project the QGIS project
326-
* \return the Layer ids list.
327-
*/
325+
* \param project the QGIS project
326+
* \return the Layer ids list.
327+
*/
328328
SERVER_EXPORT QStringList wfstInsertLayerIds( const QgsProject &project );
329329

330330
/**
331331
* Returns the Layer ids list defined in a QGIS project as published as WFS-T with delete capabilities.
332-
* \param project the QGIS project
333-
* \return the Layer ids list.
334-
*/
332+
* \param project the QGIS project
333+
* \return the Layer ids list.
334+
*/
335335
SERVER_EXPORT QStringList wfstDeleteLayerIds( const QgsProject &project );
336336

337337
/**
338338
* Returns the WCS service url defined in a QGIS project.
339-
* \param project the QGIS project
340-
* \returns url if defined in project, an empty string otherwise.
341-
*/
339+
* \param project the QGIS project
340+
* \returns url if defined in project, an empty string otherwise.
341+
*/
342342
SERVER_EXPORT QString wcsServiceUrl( const QgsProject &project );
343343

344344
/**
345345
* Returns the Layer ids list defined in a QGIS project as published in WCS.
346-
* \param project the QGIS project
347-
* \returns the Layer ids list.
348-
*/
346+
* \param project the QGIS project
347+
* \returns the Layer ids list.
348+
*/
349349
SERVER_EXPORT QStringList wcsLayerIds( const QgsProject &project );
350350

351351
/**

0 commit comments

Comments
 (0)
Please sign in to comment.