Skip to content

Commit

Permalink
Fix docstring for findNodes
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 28, 2018
1 parent c3b3f7e commit e01cb7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -85,7 +85,7 @@ Returns a string representation of the expression

QList<const QgsRasterCalcNode *> findNodes( const QgsRasterCalcNode::Type type ) const;
%Docstring
Populates a list of nodes of a specific type.
Returns a list of nodes of a specific ``type``

.. versionadded:: 3.6
%End
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/raster/qgsrastercalcnode.h
Expand Up @@ -114,7 +114,7 @@ class ANALYSIS_EXPORT QgsRasterCalcNode
QString toString( bool cStyle = false ) const;

/**
* Populates a list of nodes of a specific type.
* Returns a list of nodes of a specific \a type
* \since QGIS 3.6
*/
QList<const QgsRasterCalcNode *> findNodes( const QgsRasterCalcNode::Type type ) const;
Expand Down

0 comments on commit e01cb7c

Please sign in to comment.