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. --- .../freestyle/intern/stroke/AdvancedFunctions1D.h | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h') diff --git a/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h b/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h index ec698ca5e68..6624d9d255c 100644 --- a/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h +++ b/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h @@ -54,11 +54,11 @@ private: public: /*! Builds the functor. - * \param sigma + * \param sigma: * Thesigma used in DensityF0D and determining the window size used in each density query. - * \param iType + * \param iType: * The integration method used to compute a single value from a set of values. - * \param sampling + * \param sampling: * The resolution used to sample the chain: the corresponding 0D function is evaluated at each sample point and * the result is obtained by combining the resulting values into a single one, following the method specified * by iType. @@ -98,9 +98,9 @@ class LocalAverageDepthF1D : public UnaryFunction1D { public: /*! Builds the functor. - * \param sigma + * \param sigma: * The sigma used in DensityF0D and determining the window size used in each density query. - * \param iType + * \param iType: * The integration method used to compute a single value from a set of values. */ LocalAverageDepthF1D(real sigma, IntegrationType iType = MEAN) @@ -134,13 +134,13 @@ class GetCompleteViewMapDensityF1D : public UnaryFunction1D { public: /*! Builds the functor. - * \param level + * \param level: * The level of the pyramid from which * the pixel must be read. - * \param iType + * \param iType: * The integration method used to compute * a single value from a set of values. - * \param sampling + * \param sampling: * The resolution used to sample the chain: the corresponding 0D function * is evaluated at each sample point and the result is obtained by * combining the resulting values into a single one, following the @@ -176,13 +176,13 @@ class GetDirectionalViewMapDensityF1D : public UnaryFunction1D { public: /*! Builds the functor. - * \param iOrientation + * \param iOrientation: * The number of the directional map we must work with. - * \param level + * \param level: * The level of the pyramid from which the pixel must be read. - * \param iType + * \param iType: * The integration method used to compute a single value from a set of values. - * \param sampling + * \param sampling: * The resolution used to sample the chain: the corresponding 0D function is evaluated at each sample point and * the result is obtained by combining the resulting values into a single one, following the method specified * by iType. @@ -220,11 +220,11 @@ private: public: /*! Builds the functor from the level of the pyramid from which the pixel must be read. - * \param level + * \param level: * The level of the pyramid from which the pixel must be read. - * \param iType + * \param iType: * The integration method used to compute a single value from a set of values. - * \param sampling + * \param sampling: * The resolution used to sample the chain: the corresponding 0D function is evaluated at each sample point and * the result is obtained by combining the resulting values into a single one, following the method specified * by iType. @@ -262,11 +262,11 @@ private: public: /*! Builds the functor from the level of the pyramid from which the pixel must be read. - * \param level + * \param level: * The level of the pyramid from which the pixel must be read. - * \param iType + * \param iType: * The integration method used to compute a single value from a set of values. - * \param sampling + * \param sampling: * The resolution used to sample the chain: the corresponding 0D function is evaluated at each sample point and * the result is obtained by combining the resulting values into a single one, following the method specified * by iType. -- cgit v1.2.3