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_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);