mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[doxygen] \see must be placed after params
This commit is contained in:
parent
e48cf98edb
commit
ed5076201a
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user