From cffa39358faa0c365cf12f9dc72eb138d823767a Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Tue, 5 Jan 2021 15:44:09 +0100 Subject: Cleanup: Compositor comment style --- source/blender/compositor/operations/COM_BokehImageOperation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/operations/COM_BokehImageOperation.h') diff --git a/source/blender/compositor/operations/COM_BokehImageOperation.h b/source/blender/compositor/operations/COM_BokehImageOperation.h index 7e3c026ace8..01ffa026152 100644 --- a/source/blender/compositor/operations/COM_BokehImageOperation.h +++ b/source/blender/compositor/operations/COM_BokehImageOperation.h @@ -108,7 +108,7 @@ class BokehImageOperation : public NodeOperation { BokehImageOperation(); /** - * \brief the inner loop of this program + * \brief The inner loop of this operation. */ void executePixelSampled(float output[4], float x, float y, PixelSampler sampler); -- cgit v1.2.3