Skip to content
Permalink
Browse files
[doxygen] \see must be placed after params
  • 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.
@@ -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


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

0 comments on commit ed50762

Please sign in to comment.