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/freestyle/intern/stroke/ChainingIterators.h')
-rw-r--r--source/blender/freestyle/intern/stroke/ChainingIterators.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/freestyle/intern/stroke/ChainingIterators.h b/source/blender/freestyle/intern/stroke/ChainingIterators.h
index 93aba258358..66e0c30bea9 100644
--- a/source/blender/freestyle/intern/stroke/ChainingIterators.h
+++ b/source/blender/freestyle/intern/stroke/ChainingIterators.h
@@ -198,7 +198,7 @@ class ChainingIterator : public ViewEdgeInternal::ViewEdgeIterator {
return "ChainingIterator";
}
- /** Inits the iterator context.
+ /** Initializes the iterator context.
* This method is called each time a new chain is started.
* It can be used to reset some history information that you might want to keep.
*/
@@ -299,7 +299,7 @@ class ChainSilhouetteIterator : public ChainingIterator {
*/
virtual int traverse(const AdjacencyIterator &it);
- /** Inits the iterator context */
+ /** Initializes the iterator context */
virtual int init()
{
return 0;
@@ -406,7 +406,7 @@ class ChainPredicateIterator : public ChainingIterator {
*/
virtual int traverse(const AdjacencyIterator &it);
- /** Inits the iterator context */
+ /** Initializes the iterator context. */
virtual int init()
{
return 0;