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:
authorJeroen Bakker <jeroen@blender.org>2021-01-05 17:44:09 +0300
committerJeroen Bakker <jeroen@blender.org>2021-01-05 17:50:58 +0300
commitcffa39358faa0c365cf12f9dc72eb138d823767a (patch)
tree68cfc59d0c13af0a42dd1eb89073d970e32af869 /source/blender/compositor/operations/COM_DilateErodeOperation.h
parent36ae6e66c1068b5579c725c3353d39afe96c9d29 (diff)
Cleanup: Compositor comment style
Diffstat (limited to 'source/blender/compositor/operations/COM_DilateErodeOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_DilateErodeOperation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/compositor/operations/COM_DilateErodeOperation.h b/source/blender/compositor/operations/COM_DilateErodeOperation.h
index 95a799ab648..2af5c8990ee 100644
--- a/source/blender/compositor/operations/COM_DilateErodeOperation.h
+++ b/source/blender/compositor/operations/COM_DilateErodeOperation.h
@@ -41,7 +41,7 @@ class DilateErodeThresholdOperation : public NodeOperation {
DilateErodeThresholdOperation();
/**
- * the inner loop of this program
+ * The inner loop of this operation.
*/
void executePixel(float output[4], int x, int y, void *data);
@@ -88,7 +88,7 @@ class DilateDistanceOperation : public NodeOperation {
DilateDistanceOperation();
/**
- * the inner loop of this program
+ * The inner loop of this operation.
*/
void executePixel(float output[4], int x, int y, void *data);
@@ -123,7 +123,7 @@ class ErodeDistanceOperation : public DilateDistanceOperation {
ErodeDistanceOperation();
/**
- * the inner loop of this program
+ * The inner loop of this operation.
*/
void executePixel(float output[4], int x, int y, void *data);
@@ -148,7 +148,7 @@ class DilateStepOperation : public NodeOperation {
DilateStepOperation();
/**
- * the inner loop of this program
+ * The inner loop of this operation.
*/
void executePixel(float output[4], int x, int y, void *data);