Skip to content
Permalink
Browse files
Fix doc warning
  • Loading branch information
nyalldawson committed May 10, 2017
1 parent 271a1e3 commit 1006aa9
Showing 1 changed file with 4 additions and 0 deletions.
@@ -24,6 +24,8 @@
#include "qgsgeometry.h"
#include "qgswkbtypes.h"

///@cond PRIVATE

QgsCentroidAlgorithm::QgsCentroidAlgorithm()
{
addParameter( new QgsProcessingParameterVector( QStringLiteral( "INPUT" ), QObject::tr( "Input layer" ) ) );
@@ -146,3 +148,5 @@ QVariantMap QgsBufferAlgorithm::run( const QVariantMap &parameters, QgsProcessin
outputs.insert( QStringLiteral( "OUTPUT_LAYER" ), dest );
return outputs;
}

///@endcond

0 comments on commit 1006aa9

Please sign in to comment.