Skip to content

Commit 4c97806

Browse files
committedSep 25, 2012
fix doxygen warnings
1 parent a24f9c5 commit 4c97806

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed
 

‎python/core/composer/qgscomposeritem.sip

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ class QgsComposerItem: QObject, QGraphicsRectItem
212212
bool _readXML( const QDomElement& itemElem, const QDomDocument& doc );
213213

214214
/** Whether this item has a frame or not.
215-
* @param none
216215
* @return boolean - true if there is a frame around this item, otherwise false.
217216
* @note deprecated since 1.8 don't use!
218217
* @see hasFrame

‎python/core/qgsvectordataprovider.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class QgsVectorDataProvider : QgsDataProvider
8888
* Gets the feature at the given feature ID.
8989
* @param featureId id of the feature
9090
* @param feature feature which will receive the data
91-
* @param fetchGeoemtry if true, geometry will be fetched from the provider
91+
* @param fetchGeometry if true, geometry will be fetched from the provider
9292
* @param fetchAttributes a list containing the indexes of the attribute fields to copy
9393
* @return True when feature was found, otherwise false
9494
*

‎src/core/composer/qgscomposeritem.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ class CORE_EXPORT QgsComposerItem: public QObject, public QGraphicsRectItem
160160
bool _readXML( const QDomElement& itemElem, const QDomDocument& doc );
161161

162162
/** Whether this item has a frame or not.
163-
* @param none
164163
* @return boolean - true if there is a frame around this item, otherwise false.
165164
* @note deprecated since 1.8 don't use!
166165
* @see hasFrame

‎src/core/qgsvectordataprovider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider
124124
* Gets the feature at the given feature ID.
125125
* @param featureId id of the feature
126126
* @param feature feature which will receive the data
127-
* @param fetchGeoemtry if true, geometry will be fetched from the provider
127+
* @param fetchGeometry if true, geometry will be fetched from the provider
128128
* @param fetchAttributes a list containing the indexes of the attribute fields to copy
129129
* @return True when feature was found, otherwise false
130130
*

0 commit comments

Comments
 (0)
Please sign in to comment.