fix doxygen warnings

This commit is contained in:
Juergen E. Fischer 2012-09-25 20:01:06 +02:00
parent a24f9c5165
commit 4c97806d26
4 changed files with 2 additions and 4 deletions

View File

@ -212,7 +212,6 @@ class QgsComposerItem: QObject, QGraphicsRectItem
bool _readXML( const QDomElement& itemElem, const QDomDocument& doc ); bool _readXML( const QDomElement& itemElem, const QDomDocument& doc );
/** Whether this item has a frame or not. /** Whether this item has a frame or not.
* @param none
* @return boolean - true if there is a frame around this item, otherwise false. * @return boolean - true if there is a frame around this item, otherwise false.
* @note deprecated since 1.8 don't use! * @note deprecated since 1.8 don't use!
* @see hasFrame * @see hasFrame

View File

@ -88,7 +88,7 @@ class QgsVectorDataProvider : QgsDataProvider
* Gets the feature at the given feature ID. * Gets the feature at the given feature ID.
* @param featureId id of the feature * @param featureId id of the feature
* @param feature feature which will receive the data * @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 * @param fetchAttributes a list containing the indexes of the attribute fields to copy
* @return True when feature was found, otherwise false * @return True when feature was found, otherwise false
* *

View File

@ -160,7 +160,6 @@ class CORE_EXPORT QgsComposerItem: public QObject, public QGraphicsRectItem
bool _readXML( const QDomElement& itemElem, const QDomDocument& doc ); bool _readXML( const QDomElement& itemElem, const QDomDocument& doc );
/** Whether this item has a frame or not. /** Whether this item has a frame or not.
* @param none
* @return boolean - true if there is a frame around this item, otherwise false. * @return boolean - true if there is a frame around this item, otherwise false.
* @note deprecated since 1.8 don't use! * @note deprecated since 1.8 don't use!
* @see hasFrame * @see hasFrame

View File

@ -124,7 +124,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider
* Gets the feature at the given feature ID. * Gets the feature at the given feature ID.
* @param featureId id of the feature * @param featureId id of the feature
* @param feature feature which will receive the data * @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 * @param fetchAttributes a list containing the indexes of the attribute fields to copy
* @return True when feature was found, otherwise false * @return True when feature was found, otherwise false
* *