From e757c4a3bec8b0e8d198531a28327332af00a9ba Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 12 Dec 2018 12:50:58 +1100 Subject: Cleanup: use colon separator after parameter Helps separate variable names from descriptive text. Was already used in some parts of the code, double space and dashes were used elsewhere. --- source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h') diff --git a/source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h b/source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h index c65f121e9ba..5fcabfe9e0e 100644 --- a/source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h +++ b/source/blender/freestyle/intern/stroke/AdvancedPredicates1D.h @@ -52,10 +52,10 @@ class DensityLowerThanUP1D : public UnaryPredicate1D { public: /*! Builds the functor. - * \param threshold + * \param threshold: * The value of the threshold density. * Any Interface1D having a density lower than this threshold will match. - * \param sigma + * \param sigma: * The sigma value defining the density evaluation window size used in the DensityF0D functor. */ DensityLowerThanUP1D(double threshold, double sigma = 2) -- cgit v1.2.3