Skip to content

Commit

Permalink
[doxygen] \see must be placed after params
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Dec 6, 2017
1 parent e48cf98 commit ed50762
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/core/auth/qgsauthmanager.sip
Expand Up @@ -738,19 +738,19 @@ The display name of the Authentication Manager
void messageOut( const QString &message, const QString &tag = QgsAuthManager::AUTH_MAN_TAG, QgsAuthManager::MessageLevel level = QgsAuthManager::INFO ) const;
%Docstring
Custom logging signal to relay to console output and QgsMessageLog
.. seealso:: :py:class:`QgsMessageLog`
\param message Message to send
\param tag Associated tag (title)
\param level Message log level
.. seealso:: :py:class:`QgsMessageLog`
%End

void passwordHelperMessageOut( const QString &message, const QString &tag = QgsAuthManager::AUTH_MAN_TAG, QgsAuthManager::MessageLevel level = QgsAuthManager::INFO );
%Docstring
Custom logging signal to inform the user about master password <-> password manager interactions
@see QgsMessageLog
\param message Message to send
\param tag Associated tag (title)
\param level Message log level
.. seealso:: :py:class:`QgsMessageLog`
%End


Expand Down
4 changes: 2 additions & 2 deletions src/core/auth/qgsauthmanager.h
Expand Up @@ -691,19 +691,19 @@ class CORE_EXPORT QgsAuthManager : public QObject

/**
* Custom logging signal to relay to console output and QgsMessageLog
* \see QgsMessageLog
* \param message Message to send
* \param tag Associated tag (title)
* \param level Message log level
* \see QgsMessageLog
*/
void messageOut( const QString &message, const QString &tag = QgsAuthManager::AUTH_MAN_TAG, QgsAuthManager::MessageLevel level = QgsAuthManager::INFO ) const;

/**
* Custom logging signal to inform the user about master password <-> password manager interactions
* @see QgsMessageLog
* \param message Message to send
* \param tag Associated tag (title)
* \param level Message log level
* \see QgsMessageLog
*/
void passwordHelperMessageOut( const QString &message, const QString &tag = QgsAuthManager::AUTH_MAN_TAG, QgsAuthManager::MessageLevel level = QgsAuthManager::INFO );

Expand Down

0 comments on commit ed50762

Please sign in to comment.