Skip to content

Commit

Permalink
fix doxygen comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 2, 2016
1 parent 9ae6e6f commit 5a2bb5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/raster/qgscolorrampshader.h
Expand Up @@ -75,7 +75,7 @@ class CORE_EXPORT QgsColorRampShader : public QgsRasterShaderFunction
// \brief Get the color ramp type as a string
QString colorRampTypeAsQString();

/** \brief Get the original color ramp name
/** Get the original color ramp name
* @note added in QGIS 3.0
* @see setColorRampName()
*/
Expand All @@ -87,13 +87,13 @@ class CORE_EXPORT QgsColorRampShader : public QgsRasterShaderFunction
//! \brief Set the color ramp type
void setColorRampType( QgsColorRampShader::ColorRamp_TYPE theColorRampType );

/** \brief Set the source color ramp name
/** Sets the source color ramp name
* @note added in QGIS 3.0
* @see colorRampName()
*/
void setColorRampName( const QString& theName );

// \brief Set the color ramp type
//! \brief Set the color ramp type
void setColorRampType( const QString& theType );

//! \brief Generates and new RGB value based on one input value
Expand Down

0 comments on commit 5a2bb5d

Please sign in to comment.