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. --- .../blender/freestyle/intern/stroke/AdvancedFunctions0D.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h') diff --git a/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h b/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h index 87f132b1ff3..f47808e6fc8 100644 --- a/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h +++ b/source/blender/freestyle/intern/stroke/AdvancedFunctions0D.h @@ -52,7 +52,7 @@ class DensityF0D : public UnaryFunction0D { public: /*! Builds the functor from the gaussian sigma value. - * \param sigma + * \param sigma: * sigma indicates the x value for which the gaussian function is 0.5. It leads to the window size value. * (the larger, the smoother) */ @@ -111,9 +111,9 @@ private: public: /*! Builds the functor from name of the * Map that must be read. - * \param iMapName + * \param iMapName: * The name of the map. - * \param level + * \param level: * The level of the pyramid from which the pixel must be read. */ ReadMapPixelF0D(const char *iMapName, int level) : UnaryFunction0D() @@ -142,9 +142,9 @@ private: public: /*! Builds the functor - * \param nOrientation + * \param nOrientation: * The integer belonging to [0,4] indicating the orientation (E,NE,N,NW) we are interested in. - * \param level + * \param level: * The level of the pyramid from which the pixel must be read. */ ReadSteerableViewMapPixelF0D(unsigned nOrientation, int level) : UnaryFunction0D() @@ -172,7 +172,7 @@ private: public: /*! Builds the functor - * \param level + * \param level: * The level of the pyramid from which the pixel must be read. */ ReadCompleteViewMapPixelF0D(int level) : UnaryFunction0D() @@ -200,7 +200,7 @@ private: public: /*! Builds the functor - * \param level + * \param level: * The level of the pyramid from which the pixel must be read. */ GetViewMapGradientNormF0D(int level) : UnaryFunction0D() -- cgit v1.2.3