Skip to content

Commit 2626df9

Browse files
committed
fix doxygen warnings
1 parent 5504d39 commit 2626df9

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

cmake_templates/Doxyfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@ INPUT = @CMAKE_SOURCE_DIR@/doc \
601601
@CMAKE_SOURCE_DIR@/src/core/symbology-ng \
602602
@CMAKE_SOURCE_DIR@/src/core/gps \
603603
@CMAKE_SOURCE_DIR@/src/gui \
604-
@CMAKE_SOURCE_DIR@/src/attributetable \
605-
@CMAKE_SOURCE_DIR@/src/raster \
604+
@CMAKE_SOURCE_DIR@/src/gui/attributetable \
605+
@CMAKE_SOURCE_DIR@/src/gui/raster \
606606
@CMAKE_SOURCE_DIR@/src/analysis/interpolation \
607607
@CMAKE_SOURCE_DIR@/src/analysis/raster \
608608
@CMAKE_SOURCE_DIR@/src/analysis/vector \

src/core/gps/qgsgpsconnection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class CORE_EXPORT QgsGPSConnection : public QObject
7272

7373
/**Constructor
7474
@param dev input device for the connection (e.g. serial device). The class takes ownership of the object
75-
@param pollIntervall update intervall in milliseconds*/
75+
*/
7676
QgsGPSConnection( QIODevice* dev );
7777
virtual ~QgsGPSConnection();
7878
/**Opens connection to device*/

src/gui/attributetable/qgsattributetablememorymodel.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class QgsAttributeTableMemoryModel : public QgsAttributeTableModel
3535
public:
3636
/**
3737
* Constructor
38+
* @param theCanvas map canvas pointer
3839
* @param theLayer layer pointer
3940
*/
4041
QgsAttributeTableMemoryModel( QgsMapCanvas *theCanvas, QgsVectorLayer *theLayer );

src/gui/attributetable/qgsattributetablemodel.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class GUI_EXPORT QgsAttributeTableModel: public QAbstractTableModel
3636
public:
3737
/**
3838
* Constructor
39+
* @param canvas map canvas pointer
3940
* @param theLayer layer pointer
4041
* @param parent parent pointer
4142
*/
@@ -180,7 +181,7 @@ class GUI_EXPORT QgsAttributeTableModel: public QAbstractTableModel
180181
/**
181182
* Launched when a feature has been added
182183
* @param fid feature id
183-
* @parem inOperation guard insertion with beginInsertRows() / endInsertRows()
184+
* @param inOperation guard insertion with beginInsertRows() / endInsertRows()
184185
*/
185186
virtual void featureAdded( QgsFeatureId fid, bool inOperation = true );
186187

0 commit comments

Comments
 (0)