Skip to content

Commit

Permalink
fix doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 13, 2012
1 parent 5504d39 commit 2626df9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmake_templates/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@ INPUT = @CMAKE_SOURCE_DIR@/doc \
@CMAKE_SOURCE_DIR@/src/core/symbology-ng \
@CMAKE_SOURCE_DIR@/src/core/gps \
@CMAKE_SOURCE_DIR@/src/gui \
@CMAKE_SOURCE_DIR@/src/attributetable \
@CMAKE_SOURCE_DIR@/src/raster \
@CMAKE_SOURCE_DIR@/src/gui/attributetable \
@CMAKE_SOURCE_DIR@/src/gui/raster \
@CMAKE_SOURCE_DIR@/src/analysis/interpolation \
@CMAKE_SOURCE_DIR@/src/analysis/raster \
@CMAKE_SOURCE_DIR@/src/analysis/vector \
Expand Down
2 changes: 1 addition & 1 deletion src/core/gps/qgsgpsconnection.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class CORE_EXPORT QgsGPSConnection : public QObject

/**Constructor
@param dev input device for the connection (e.g. serial device). The class takes ownership of the object
@param pollIntervall update intervall in milliseconds*/
*/
QgsGPSConnection( QIODevice* dev );
virtual ~QgsGPSConnection();
/**Opens connection to device*/
Expand Down
1 change: 1 addition & 0 deletions src/gui/attributetable/qgsattributetablememorymodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class QgsAttributeTableMemoryModel : public QgsAttributeTableModel
public:
/**
* Constructor
* @param theCanvas map canvas pointer
* @param theLayer layer pointer
*/
QgsAttributeTableMemoryModel( QgsMapCanvas *theCanvas, QgsVectorLayer *theLayer );
Expand Down
3 changes: 2 additions & 1 deletion src/gui/attributetable/qgsattributetablemodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class GUI_EXPORT QgsAttributeTableModel: public QAbstractTableModel
public:
/**
* Constructor
* @param canvas map canvas pointer
* @param theLayer layer pointer
* @param parent parent pointer
*/
Expand Down Expand Up @@ -180,7 +181,7 @@ class GUI_EXPORT QgsAttributeTableModel: public QAbstractTableModel
/**
* Launched when a feature has been added
* @param fid feature id
* @parem inOperation guard insertion with beginInsertRows() / endInsertRows()
* @param inOperation guard insertion with beginInsertRows() / endInsertRows()
*/
virtual void featureAdded( QgsFeatureId fid, bool inOperation = true );

Expand Down

0 comments on commit 2626df9

Please sign in to comment.