Skip to content

Commit

Permalink
Dox fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 28, 2019
1 parent 71c7a33 commit c52a6e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/core/auth/qgsauthmethodregistry.h
Expand Up @@ -72,11 +72,14 @@ class CORE_EXPORT QgsAuthMethodRegistry
*/
std::unique_ptr< QgsAuthMethod > authMethod( const QString &authMethodKey );

#if 0

/**
* Returns the auth method capabilities
\param authMethodKey identificator of the auth method
*/
// int authMethodCapabilities( const QString& authMethodKey ) const;
#endif

/**
* Returns the GUI edit widget associated with the auth method
Expand Down
2 changes: 1 addition & 1 deletion src/core/pal/pal.h
Expand Up @@ -296,7 +296,7 @@ namespace pal
* \brief For tabu search : how many iteration a feature will be tabu
* \param tenure consiser a feature as tabu for tenure iteration after updating feature in solution
*/
void setTenure( int mTenure );
void setTenure( int tenure );

/**
* \brief For *CHAIN, select the max size of a transformation chain
Expand Down

0 comments on commit c52a6e7

Please sign in to comment.