Skip to content

Commit

Permalink
Add missing @endcond
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 9, 2018
1 parent 2378a37 commit 180b549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/analysis/processing/qgsalgorithmfilter.cpp
Expand Up @@ -140,3 +140,5 @@ QVariantMap QgsFilterAlgorithm::processAlgorithm( const QVariantMap &parameters,
return outputs;
}


///@endcond PRIVATE
2 changes: 2 additions & 0 deletions src/analysis/processing/qgsalgorithmfilter.h
Expand Up @@ -72,4 +72,6 @@ class QgsFilterAlgorithm : public QgsProcessingAlgorithm
QList<Output *> mOutputs;
};

///@cond PRIVATE

#endif // QGSFILTERALGORITHM_H

0 comments on commit 180b549

Please sign in to comment.