mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix doxygen warnings
This commit is contained in:
parent
a24f9c5165
commit
4c97806d26
@ -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
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user