mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
fix doxygen comments
This commit is contained in:
parent
9ae6e6ffe4
commit
5a2bb5d84c
@ -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()
|
||||
*/
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user