Skip to content

Commit 1006aa9

Browse files
committed
Fix doc warning
1 parent 271a1e3 commit 1006aa9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/processing/qgsnativealgorithms.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#include "qgsgeometry.h"
2525
#include "qgswkbtypes.h"
2626

27+
///@cond PRIVATE
28+
2729
QgsCentroidAlgorithm::QgsCentroidAlgorithm()
2830
{
2931
addParameter( new QgsProcessingParameterVector( QStringLiteral( "INPUT" ), QObject::tr( "Input layer" ) ) );
@@ -146,3 +148,5 @@ QVariantMap QgsBufferAlgorithm::run( const QVariantMap &parameters, QgsProcessin
146148
outputs.insert( QStringLiteral( "OUTPUT_LAYER" ), dest );
147149
return outputs;
148150
}
151+
152+
///@endcond

0 commit comments

Comments
 (0)