From 9390642d4942851ce991e12b0d60a9a1404d06e7 Mon Sep 17 00:00:00 2001 From: jgv Date: Mon, 14 Sep 2020 18:51:50 +0300 Subject: [PATCH] 0025495: Documentation - Enumeration Approx_ParameterizationType is not documented --- src/Approx/Approx_ParametrizationType.hxx | 6 +++--- src/Approx/Approx_Status.hxx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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, -- 2.39.5