File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class CORE_EXPORT QgsColorRampShader : public QgsRasterShaderFunction
75
75
// \brief Get the color ramp type as a string
76
76
QString colorRampTypeAsQString ();
77
77
78
- /* * \brief Get the original color ramp name
78
+ /* * Get the original color ramp name
79
79
* @note added in QGIS 3.0
80
80
* @see setColorRampName()
81
81
*/
@@ -87,13 +87,13 @@ class CORE_EXPORT QgsColorRampShader : public QgsRasterShaderFunction
87
87
// ! \brief Set the color ramp type
88
88
void setColorRampType ( QgsColorRampShader::ColorRamp_TYPE theColorRampType );
89
89
90
- /* * \brief Set the source color ramp name
90
+ /* * Sets the source color ramp name
91
91
* @note added in QGIS 3.0
92
92
* @see colorRampName()
93
93
*/
94
94
void setColorRampName ( const QString& theName );
95
95
96
- // \brief Set the color ramp type
96
+ // ! \brief Set the color ramp type
97
97
void setColorRampType ( const QString& theType );
98
98
99
99
// ! \brief Generates and new RGB value based on one input value
You can’t perform that action at this time.
0 commit comments