From 44d4a61ed03ac6fc51485ea5621f45098817bcee Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 5 Sep 2018 14:56:29 +1000 Subject: Cleanup: replace doxy @ with backslash The rest of Blender uses backslashes. --- .../blender/compositor/operations/COM_GaussianAlphaXBlurOperation.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.h') diff --git a/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.h b/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.h index 985f56e3ef6..50b3d68426c 100644 --- a/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.h +++ b/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.h @@ -38,17 +38,17 @@ public: GaussianAlphaXBlurOperation(); /** - * @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); /** - * @brief initialize the execution + * \brief initialize the execution */ void initExecution(); /** - * @brief Deinitialize the execution + * \brief Deinitialize the execution */ void deinitExecution(); -- cgit v1.2.3