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_PreviewOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_PreviewOperation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_PreviewOperation.h b/source/blender/compositor/operations/COM_PreviewOperation.h
index 75317748897..cf447dd8e99 100644
--- a/source/blender/compositor/operations/COM_PreviewOperation.h
+++ b/source/blender/compositor/operations/COM_PreviewOperation.h
@@ -33,7 +33,7 @@ protected:
unsigned char *m_outputBuffer;
/**
- * @brief holds reference to the SDNA bNode, where this nodes will render the preview image for
+ * \brief holds reference to the SDNA bNode, where this nodes will render the preview image for
*/
bNodePreview *m_preview;
SocketReader *m_input;