Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Doxygen fix
  • Loading branch information
m-kuhn committed May 2, 2016
1 parent 7c1fb36 commit e57edc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayer.h
Expand Up @@ -1325,7 +1325,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
/**
* Returns the alias of an attribute name or a null string if there is no alias.
*
* @see {@attributeDisplayName( int attributeIndex )} which returns the field name
* @see {attributeDisplayName( int attributeIndex )} which returns the field name
* if no alias is defined.
*/
QString attributeAlias( int attributeIndex ) const;
Expand Down
1 change: 0 additions & 1 deletion src/gui/attributetable/qgsorganizetablecolumnsdialog.h
Expand Up @@ -33,7 +33,6 @@ class GUI_EXPORT QgsOrganizeTableColumnsDialog : public QDialog, private Ui::Qgs
/**
* Constructor
* @param vl The concerned vector layer
* @param visible the current list of visible fields name
* @param parent parent object
* @param flags window flags
*/
Expand Down

0 comments on commit e57edc3

Please sign in to comment.