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/Predicates0D.h')
-rw-r--r--source/blender/freestyle/intern/stroke/Predicates0D.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/stroke/Predicates0D.h b/source/blender/freestyle/intern/stroke/Predicates0D.h
index f511c0ceade..90b6d99f2db 100644
--- a/source/blender/freestyle/intern/stroke/Predicates0D.h
+++ b/source/blender/freestyle/intern/stroke/Predicates0D.h
@@ -65,8 +65,8 @@ class UnaryPredicate0D {
/*! The () operator. Must be overload by inherited classes.
* \param it:
- * The Interface0DIterator pointing onto the Interface0D at which we wish to evaluate the predicate.
- * \return true if the condition is satisfied, false otherwise.
+ * The Interface0DIterator pointing onto the Interface0D at which we wish to evaluate the
+ * predicate. \return true if the condition is satisfied, false otherwise.
*/
virtual int operator()(Interface0DIterator &it);