@@ -355,7 +355,8 @@ Returns the WFS service url defined in a QGIS project.
355355Returns the Layer ids list defined in a QGIS project as published in WFS.
356356
357357:param project: the QGIS project
358- @return the Layer ids list.
358+
359+ :return: the Layer ids list.
359360%End
360361
361362
@@ -365,31 +366,35 @@ Returns the Layer precision defined in a QGIS project for the WFS GetFeature.
365366
366367:param project: the QGIS project
367368:param layerId: the layer id in the project
368- @return the layer precision for WFS GetFeature.
369+
370+ :return: the layer precision for WFS GetFeature.
369371%End
370372
371373 QStringList wfstUpdateLayerIds( const QgsProject &project );
372374%Docstring
373375Returns the Layer ids list defined in a QGIS project as published as WFS-T with update capabilities.
374376
375377:param project: the QGIS project
376- @return the Layer ids list.
378+
379+ :return: the Layer ids list.
377380%End
378381
379382 QStringList wfstInsertLayerIds( const QgsProject &project );
380383%Docstring
381384Returns the Layer ids list defined in a QGIS project as published as WFS-T with insert capabilities.
382385
383386:param project: the QGIS project
384- @return the Layer ids list.
387+
388+ :return: the Layer ids list.
385389%End
386390
387391 QStringList wfstDeleteLayerIds( const QgsProject &project );
388392%Docstring
389393Returns the Layer ids list defined in a QGIS project as published as WFS-T with delete capabilities.
390394
391395:param project: the QGIS project
392- @return the Layer ids list.
396+
397+ :return: the Layer ids list.
393398%End
394399
395400 QString wcsServiceUrl( const QgsProject &project );
0 commit comments