Fix some doxygen warnings

This commit is contained in:
Nyall Dawson 2020-06-15 10:05:15 +10:00
parent 74400c7ff8
commit 67896ebabc
3 changed files with 8 additions and 8 deletions

View File

@ -18,8 +18,8 @@ A registry class to hold localized data paths which can be used for basemaps, lo
Paths are meant to be absolute paths and are stored by order of preference.
If a layer from one of the paths is loaded, it will be saved as localized in the project file.
For instance, if you have C:\my_maps in your localized paths,
C:\my_maps\my_country\ortho.tif will be save in your project as localized:my_country\ortho.tif
For instance, if you have `C:/my_maps` in your localized paths,
`C:/my_maps/my_country/ortho.tif` will be save in your project as `localized:my_country/ortho.tif`.
The resolving of the file paths happens in QgsPathResolver.

View File

@ -31,8 +31,8 @@
* Paths are meant to be absolute paths and are stored by order of preference.
*
* If a layer from one of the paths is loaded, it will be saved as localized in the project file.
* For instance, if you have C:\my_maps in your localized paths,
* C:\my_maps\my_country\ortho.tif will be save in your project as localized:my_country\ortho.tif
* For instance, if you have `C:/my_maps` in your localized paths,
* `C:/my_maps/my_country/ortho.tif` will be save in your project as `localized:my_country/ortho.tif`.
*
* The resolving of the file paths happens in QgsPathResolver.
*

View File

@ -910,10 +910,10 @@ void _getProperties( const QDomDocument &doc, QgsProjectPropertyKey &project_pro
}
/**
Returns the data defined server properties collection found in "doc" to "dataDefinedServerProperties".
\param doc xml document
\param dataDefinedServerProperties property collection of the server overrides
\since QGIS 3.14
* Returns the data defined server properties collection found in "doc" to "dataDefinedServerProperties".
* \param doc xml document
* \param dataDefinedServerPropertyDefinitions property collection of the server overrides
* \since QGIS 3.14
**/
QgsPropertyCollection getDataDefinedServerProperties( const QDomDocument &doc, const QgsPropertiesDefinition &dataDefinedServerPropertyDefinitions )
{