Skip to content

Commit 79c180a

Browse files
committedDec 13, 2017
Fix doxygen warning
1 parent af0e369 commit 79c180a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
 

‎python/core/qgsdataitem.sip

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,6 @@ class QgsZipItem : QgsDataCollectionItem
751751

752752

753753

754-
755754
/************************************************************************
756755
* This file has been generated automatically from *
757756
* *

‎src/core/qgsdataitem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ QStringList QgsZipItem::getZipFileList()
15421542
}
15431543

15441544
///@cond PRIVATE
1545-
///
1545+
15461546
QgsProjectHomeItem::QgsProjectHomeItem( QgsDataItem *parent, const QString &name, const QString &dirPath, const QString &path )
15471547
: QgsDirectoryItem( parent, name, dirPath, path )
15481548
{

‎src/core/qgsdataitem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ class CORE_EXPORT QgsProjectHomeItem : public QgsDirectoryItem
723723

724724
};
725725
#endif
726-
726+
///@endcond
727727

728728
#endif // QGSDATAITEM_H
729729

0 commit comments

Comments
 (0)
Please sign in to comment.