Skip to content

Commit

Permalink
Fix doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 10, 2017
1 parent 271a1e3 commit 1006aa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/processing/qgsnativealgorithms.cpp
Expand Up @@ -24,6 +24,8 @@
#include "qgsgeometry.h"
#include "qgswkbtypes.h"

///@cond PRIVATE

QgsCentroidAlgorithm::QgsCentroidAlgorithm()
{
addParameter( new QgsProcessingParameterVector( QStringLiteral( "INPUT" ), QObject::tr( "Input layer" ) ) );
Expand Down Expand Up @@ -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.