Documentation - Fix whitespaces and typos (#821)

- Removed excessive whitespace between words in comments
- Removed <br> syntax
- Fixed spelling errors ("hilight" → "highlights", "texte" → "text")
- Improved comment formatting and structure
This commit is contained in:
luzpaz
2025-11-13 04:30:53 -05:00
committed by GitHub
parent 396b677095
commit df59c53e79
159 changed files with 1017 additions and 1012 deletions
@@ -36,13 +36,13 @@ public:
//! Empty constructor, undefined algorithm.
Standard_EXPORT BRepClass_FaceClassifier();
//! Creates an algorithm to classify the Point P with
//! Creates an algorithm to classify the Point P with
//! Tolerance <T> on the face described by <F>.
Standard_EXPORT BRepClass_FaceClassifier(BRepClass_FaceExplorer& F,
const gp_Pnt2d& P,
const Standard_Real Tol);
//! Creates an algorithm to classify the Point P with
//! Creates an algorithm to classify the Point P with
//! Tolerance <T> on the face <F>.
//! Recommended to use Bnd_Box if the number of edges > 10
//! and the geometry is mostly spline
@@ -52,7 +52,7 @@ public:
const Standard_Boolean theUseBndBox = Standard_False,
const Standard_Real theGapCheckTol = 0.1);
//! Classify the Point P with Tolerance <T> on the
//! Classify the Point P with Tolerance <T> on the
//! face described by <F>.
//! Recommended to use Bnd_Box if the number of edges > 10
//! and the geometry is mostly spline
@@ -62,7 +62,7 @@ public:
const Standard_Boolean theUseBndBox = Standard_False,
const Standard_Real theGapCheckTol = 0.1);
//! Creates an algorithm to classify the Point P with
//! Creates an algorithm to classify the Point P with
//! Tolerance <T> on the face <F>.
//! Recommended to use Bnd_Box if the number of edges > 10
//! and the geometry is mostly spline
@@ -72,7 +72,7 @@ public:
const Standard_Boolean theUseBndBox = Standard_False,
const Standard_Real theGapCheckTol = 0.1);
//! Classify the Point P with Tolerance <T> on the
//! Classify the Point P with Tolerance <T> on the
//! face described by <F>.
//! Recommended to use Bnd_Box if the number of edges > 10
//! and the geometry is mostly spline