Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/compositor/operations/COM_ConvertColorProfileOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_ConvertColorProfileOperation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/compositor/operations/COM_ConvertColorProfileOperation.h b/source/blender/compositor/operations/COM_ConvertColorProfileOperation.h
index 3dc7b67df8d..3b7272e86f6 100644
--- a/source/blender/compositor/operations/COM_ConvertColorProfileOperation.h
+++ b/source/blender/compositor/operations/COM_ConvertColorProfileOperation.h
@@ -37,17 +37,17 @@ private:
SocketReader *m_inputOperation;
/**
- * @brief color profile where to convert from
+ * \brief color profile where to convert from
*/
int m_fromProfile;
/**
- * @brief color profile where to convert to
+ * \brief color profile where to convert to
*/
int m_toProfile;
/**
- * @brief is color predivided
+ * \brief is color predivided
*/
bool m_predivided;
public: