mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix doxygen warning
This commit is contained in:
parent
af9b4a7f45
commit
2bf54de8ba
@ -32,7 +32,7 @@ class QgsCapabilitiesCache: QObject
|
||||
void insertCapabilitiesDocument( const QString& configFilePath, const QString& version, const QDomDocument* doc );
|
||||
|
||||
/** Remove capabilities document
|
||||
* @param configFilePath the project file path
|
||||
* @param path the project file path
|
||||
* @note added in QGIS 2.16
|
||||
*/
|
||||
void removeCapabilitiesDocument( const QString& path );
|
||||
|
@ -45,7 +45,7 @@ class SERVER_EXPORT QgsCapabilitiesCache : public QObject
|
||||
void insertCapabilitiesDocument( const QString& configFilePath, const QString& key, const QDomDocument* doc );
|
||||
|
||||
/** Remove capabilities document
|
||||
* @param configFilePath the project file path
|
||||
* @param path the project file path
|
||||
* @note added in QGIS 2.16
|
||||
*/
|
||||
void removeCapabilitiesDocument( const QString& path );
|
||||
|
Loading…
x
Reference in New Issue
Block a user