mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-11 09:33:52 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user