Skip to content

Commit

Permalink
Change docstring order
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 4, 2018
1 parent 0b96e3a commit 715edb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/qgsvectordataprovider.sip.in
Expand Up @@ -139,9 +139,9 @@ FeatureAvailability.NoFeaturesAvailable.
Calls empty() internally. Providers should override empty()
instead if they provide an optimized version of this call.

.. versionadded:: 3.4

.. seealso:: :py:func:`empty`

.. versionadded:: 3.4
%End

virtual QgsFields fields() const = 0;
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectordataprovider.h
Expand Up @@ -177,8 +177,8 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
* Calls empty() internally. Providers should override empty()
* instead if they provide an optimized version of this call.
*
* \since QGIS 3.4
* \see empty()
* \since QGIS 3.4
*/
virtual QgsFeatureSource::FeatureAvailability hasFeatures() const final;

Expand Down

0 comments on commit 715edb1

Please sign in to comment.