Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 29, 2016
1 parent af9b4a7 commit 2bf54de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/server/qgscapabilitiescache.sip
Expand Up @@ -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 );
Expand Down
2 changes: 1 addition & 1 deletion src/server/qgscapabilitiescache.h
Expand Up @@ -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 );
Expand Down

0 comments on commit 2bf54de

Please sign in to comment.