mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fix some doxygen warnings
This commit is contained in:
parent
74400c7ff8
commit
67896ebabc
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
*
|
||||
|
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user