Skip to content

Commit 5a2bb5d

Browse files
committed
fix doxygen comments
1 parent 9ae6e6f commit 5a2bb5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/core/raster/qgscolorrampshader.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class CORE_EXPORT QgsColorRampShader : public QgsRasterShaderFunction
7575
// \brief Get the color ramp type as a string
7676
QString colorRampTypeAsQString();
7777

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

90-
/** \brief Set the source color ramp name
90+
/** Sets the source color ramp name
9191
* @note added in QGIS 3.0
9292
* @see colorRampName()
9393
*/
9494
void setColorRampName( const QString& theName );
9595

96-
// \brief Set the color ramp type
96+
//! \brief Set the color ramp type
9797
void setColorRampType( const QString& theType );
9898

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

0 commit comments

Comments
 (0)