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. --- source/blender/compositor/operations/COM_VectorBlurOperation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/compositor/operations/COM_VectorBlurOperation.h') diff --git a/source/blender/compositor/operations/COM_VectorBlurOperation.h b/source/blender/compositor/operations/COM_VectorBlurOperation.h index a33761166c6..fe8e9f20edb 100644 --- a/source/blender/compositor/operations/COM_VectorBlurOperation.h +++ b/source/blender/compositor/operations/COM_VectorBlurOperation.h @@ -29,14 +29,14 @@ class VectorBlurOperation : public NodeOperation, public QualityStepHelper { private: /** - * @brief Cached reference to the inputProgram + * \brief Cached reference to the inputProgram */ SocketReader *m_inputImageProgram; SocketReader *m_inputSpeedProgram; SocketReader *m_inputZProgram; /** - * @brief settings of the glare node. + * \brief settings of the glare node. */ NodeBlurData *m_settings; -- cgit v1.2.3