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_GaussianXBlurOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_GaussianXBlurOperation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/compositor/operations/COM_GaussianXBlurOperation.h b/source/blender/compositor/operations/COM_GaussianXBlurOperation.h
index 88d8ed44de6..6e7c9adbd9b 100644
--- a/source/blender/compositor/operations/COM_GaussianXBlurOperation.h
+++ b/source/blender/compositor/operations/COM_GaussianXBlurOperation.h
@@ -37,7 +37,7 @@ public:
GaussianXBlurOperation();
/**
- * @brief the inner loop of this program
+ * \brief the inner loop of this program
*/
void executePixel(float output[4], int x, int y, void *data);
@@ -47,12 +47,12 @@ public:
list<cl_kernel> *clKernelsToCleanUp);
/**
- * @brief initialize the execution
+ * \brief initialize the execution
*/
void initExecution();
/**
- * @brief Deinitialize the execution
+ * \brief Deinitialize the execution
*/
void deinitExecution();