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 Sep 25, 2012
1 parent a24f9c5 commit 4c97806
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion python/core/composer/qgscomposeritem.sip
Expand Up @@ -212,7 +212,6 @@ class QgsComposerItem: QObject, QGraphicsRectItem
bool _readXML( const QDomElement& itemElem, const QDomDocument& doc );

/** Whether this item has a frame or not.
* @param none
* @return boolean - true if there is a frame around this item, otherwise false.
* @note deprecated since 1.8 don't use!
* @see hasFrame
Expand Down
2 changes: 1 addition & 1 deletion python/core/qgsvectordataprovider.sip
Expand Up @@ -88,7 +88,7 @@ class QgsVectorDataProvider : QgsDataProvider
* Gets the feature at the given feature ID.
* @param featureId id of the feature
* @param feature feature which will receive the data
* @param fetchGeoemtry if true, geometry will be fetched from the provider
* @param fetchGeometry if true, geometry will be fetched from the provider
* @param fetchAttributes a list containing the indexes of the attribute fields to copy
* @return True when feature was found, otherwise false
*
Expand Down
1 change: 0 additions & 1 deletion src/core/composer/qgscomposeritem.h
Expand Up @@ -160,7 +160,6 @@ class CORE_EXPORT QgsComposerItem: public QObject, public QGraphicsRectItem
bool _readXML( const QDomElement& itemElem, const QDomDocument& doc );

/** Whether this item has a frame or not.
* @param none
* @return boolean - true if there is a frame around this item, otherwise false.
* @note deprecated since 1.8 don't use!
* @see hasFrame
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectordataprovider.h
Expand Up @@ -124,7 +124,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider
* Gets the feature at the given feature ID.
* @param featureId id of the feature
* @param feature feature which will receive the data
* @param fetchGeoemtry if true, geometry will be fetched from the provider
* @param fetchGeometry if true, geometry will be fetched from the provider
* @param fetchAttributes a list containing the indexes of the attribute fields to copy
* @return True when feature was found, otherwise false
*
Expand Down

0 comments on commit 4c97806

Please sign in to comment.