]> OCCT Git - occt-copy.git/commitdiff
0025495: Documentation - Enumeration Approx_ParameterizationType is not documented
authorjgv <jgv@opencascade.com>
Mon, 14 Sep 2020 15:51:50 +0000 (18:51 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 18 Sep 2020 14:46:59 +0000 (17:46 +0300)
src/Approx/Approx_ParametrizationType.hxx
src/Approx/Approx_Status.hxx

index 121f5bfd378779fdd3d29f9fa54f1771bc6771ad..0a19d2864933758fe7ec8302895f57b17cc0085f 100644 (file)
@@ -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
index a5785392645ab1c42de92ffd84f2fb1875281bf5..4827a10e6e46b5c77889f76be6f9b5784c08baad 100644 (file)
@@ -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,