Skip to content

Commit

Permalink
fix documentation check
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Dec 3, 2020
1 parent 7abc7b3 commit 1ca1841
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/3d/qgscolorramptexture.cpp
Expand Up @@ -17,6 +17,8 @@

#include "qgscolorramptexture.h"

/// @cond PRIVATE

// ColorRampTextureGenerator

ColorRampTextureGenerator::ColorRampTextureGenerator( const QgsColorRampShader &colorRampShader, double verticalScale )
Expand Down Expand Up @@ -111,3 +113,5 @@ Qt3DRender::QTextureImageDataGeneratorPtr ColorRampTexture::dataGenerator() cons
{
return Qt3DRender::QTextureImageDataGeneratorPtr( new ColorRampTextureGenerator( mColorRampShader, mVerticalScale ) );
}

/// @endcond

0 comments on commit 1ca1841

Please sign in to comment.