Skip to content

Commit

Permalink
@sa -> \see
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 3, 2017
1 parent dfb5f56 commit 60ae5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsmaplayer.h
Expand Up @@ -493,7 +493,7 @@ class CORE_EXPORT QgsMapLayer : public QObject
* \param resultFlag a reference to a flag that will be set to false if
* we did not manage to save the default style.
* \returns a QString with any status messages
* @sa loadNamedStyle() and \see saveNamedStyle()
* \see loadNamedStyle() and \see saveNamedStyle()
*/
virtual QString saveDefaultStyle( bool &resultFlag );

Expand All @@ -508,7 +508,7 @@ class CORE_EXPORT QgsMapLayer : public QObject
* \param resultFlag a reference to a flag that will be set to false if
* we did not manage to save the default style.
* \returns a QString with any status messages
* @sa saveDefaultStyle()
* \see saveDefaultStyle()
*/
virtual QString saveNamedStyle( const QString &uri, bool &resultFlag );

Expand Down

0 comments on commit 60ae5a5

Please sign in to comment.