From: jgv Date: Mon, 14 Sep 2020 15:51:50 +0000 (+0300) Subject: 0025495: Documentation - Enumeration Approx_ParameterizationType is not documented X-Git-Tag: V7_5_0_beta~54 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=9390642d4942851ce991e12b0d60a9a1404d06e7;p=occt-copy.git 0025495: Documentation - Enumeration Approx_ParameterizationType is not documented --- diff --git a/src/Approx/Approx_ParametrizationType.hxx b/src/Approx/Approx_ParametrizationType.hxx index 121f5bfd37..0a19d28649 100644 --- a/src/Approx/Approx_ParametrizationType.hxx +++ b/src/Approx/Approx_ParametrizationType.hxx @@ -20,9 +20,9 @@ enum Approx_ParametrizationType { -Approx_ChordLength, -Approx_Centripetal, -Approx_IsoParametric + Approx_ChordLength, //!< parameters of points are proportionate to distances between them + Approx_Centripetal, //!< parameters of points are proportionate to square roots of distances between them + Approx_IsoParametric //!< parameters of points are distributed uniformly }; #endif // _Approx_ParametrizationType_HeaderFile diff --git a/src/Approx/Approx_Status.hxx b/src/Approx/Approx_Status.hxx index a578539264..4827a10e6e 100644 --- a/src/Approx/Approx_Status.hxx +++ b/src/Approx/Approx_Status.hxx @@ -17,7 +17,7 @@ #ifndef _Approx_Status_HeaderFile #define _Approx_Status_HeaderFile - +//! It is an auxiliary flag being used in inner computations enum Approx_Status { Approx_PointsAdded,