Fix doxygen warning

This commit is contained in:
Nyall Dawson 2016-06-29 10:15:50 +10:00
parent af9b4a7f45
commit 2bf54de8ba
2 changed files with 2 additions and 2 deletions

View File

@ -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 );

View File

@ -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 );