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_AntiAliasOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_AntiAliasOperation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/compositor/operations/COM_AntiAliasOperation.h b/source/blender/compositor/operations/COM_AntiAliasOperation.h
index 34243cd34b6..25781196b1f 100644
--- a/source/blender/compositor/operations/COM_AntiAliasOperation.h
+++ b/source/blender/compositor/operations/COM_AntiAliasOperation.h
@@ -26,14 +26,14 @@
#include "DNA_node_types.h"
/**
- * @brief AntiAlias operations
+ * \brief AntiAlias operations
* it only supports anti aliasing on BW buffers.
- * @ingroup operation
+ * \ingroup operation
*/
class AntiAliasOperation : public NodeOperation {
protected:
/**
- * @brief Cached reference to the reader
+ * \brief Cached reference to the reader
*/
SocketReader *m_valueReader;
public: