Skip to content

Commit

Permalink
fix dox again
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 23, 2021
1 parent e25ff6f commit a173f46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/auth/qgsauthmethodmetadata.h
Expand Up @@ -46,9 +46,9 @@ class CORE_EXPORT QgsAuthMethodMetadata

/**
* Construct an authentication method metadata container
* \param _key Textual key of the library plugin
* \param _description Description of the library plugin
* \param _library File name of library plugin (empty if the provider is not loaded from a library)
* \param key Textual key of the library plugin
* \param description Description of the library plugin
* \param library File name of library plugin (empty if the provider is not loaded from a library)
*/
QgsAuthMethodMetadata( const QString &key, const QString &description, const QString &library = QString() )
Expand Down

0 comments on commit a173f46

Please sign in to comment.