Skip to content

Commit b696e9b

Browse files
committed
Minor updates to the doc strings
1 parent 1e3661c commit b696e9b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

src/core/qgsfeatureiterator.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,13 @@ class CORE_EXPORT QgsFeatureIterator
276276
% End
277277
#endif
278278

279-
//! construct invalid iterator
279+
//! Construct invalid iterator
280280
QgsFeatureIterator() = default;
281-
//! construct a valid iterator
281+
//! Construct a valid iterator
282282
QgsFeatureIterator( QgsAbstractFeatureIterator *iter SIP_TRANSFER );
283-
//! copy constructor copies the iterator, increases ref.count
283+
//! Copy constructor copies the iterator, increases ref.count
284284
QgsFeatureIterator( const QgsFeatureIterator &fi );
285-
//! destructor deletes the iterator if it has no more references
285+
//! Destructor deletes the iterator if it has no more references
286286
~QgsFeatureIterator();
287287

288288
QgsFeatureIterator &operator=( const QgsFeatureIterator &other );

src/core/qgsprovidermetadata.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ class CORE_EXPORT QgsProviderMetadata
5858
/**
5959
* Metadata for provider with direct provider creation function pointer, where
6060
* no library is involved.
61-
* \note not available in Python bindings
6261
* \since QGIS 3.0
6362
*/
6463
#ifndef SIP_RUN

src/core/qgsproviderregistry.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ class CORE_EXPORT QgsProviderRegistry
181181

182182
/**
183183
* \brief register a new vector data provider from its \a providerMetadata
184-
* \param providerMetadata QgsProviderMetadata instance describing the new provider
185184
* \note ownership of the QgsProviderMetadata instance is transferred to the registry
186185
* \since QGIS 3.2
187186
*/

0 commit comments

Comments
 (0)