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 cd00d582b30..11cbfb1b831 100644
--- a/source/blender/freestyle/intern/stroke/Predicates0D.h
+++ b/source/blender/freestyle/intern/stroke/Predicates0D.h
@@ -137,7 +137,7 @@ class TrueUP0D : public UnaryPredicate0D {
{
}
- /** Returns the string "TrueUP0D"*/
+ /** Returns the string "TrueUP0D". */
string getName() const
{
return "TrueUP0D";
@@ -160,7 +160,7 @@ class FalseUP0D : public UnaryPredicate0D {
{
}
- /** Returns the string "FalseUP0D"*/
+ /** Returns the string "FalseUP0D". */
string getName() const
{
return "FalseUP0D";