From 4c97806d262e27dda36df78fb04347e6b92470e3 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Tue, 25 Sep 2012 20:01:06 +0200 Subject: [PATCH] fix doxygen warnings --- python/core/composer/qgscomposeritem.sip | 1 - python/core/qgsvectordataprovider.sip | 2 +- src/core/composer/qgscomposeritem.h | 1 - src/core/qgsvectordataprovider.h | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/python/core/composer/qgscomposeritem.sip b/python/core/composer/qgscomposeritem.sip index 501f4047749..5400d94549d 100644 --- a/python/core/composer/qgscomposeritem.sip +++ b/python/core/composer/qgscomposeritem.sip @@ -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 diff --git a/python/core/qgsvectordataprovider.sip b/python/core/qgsvectordataprovider.sip index 50ba2e03514..bb23a83b107 100644 --- a/python/core/qgsvectordataprovider.sip +++ b/python/core/qgsvectordataprovider.sip @@ -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 * diff --git a/src/core/composer/qgscomposeritem.h b/src/core/composer/qgscomposeritem.h index b95fd0fb473..5053a6cc977 100644 --- a/src/core/composer/qgscomposeritem.h +++ b/src/core/composer/qgscomposeritem.h @@ -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 diff --git a/src/core/qgsvectordataprovider.h b/src/core/qgsvectordataprovider.h index cde6a3f9a8c..21d1183279c 100644 --- a/src/core/qgsvectordataprovider.h +++ b/src/core/qgsvectordataprovider.h @@ -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 *