mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-24 19:36:05 +08:00
Documentation - Fix whitespaces and typos (#819)
- Fixed inconsistent whitespace and line breaks in comments
- Corrected spelling errors ("witch" → "which", "sprcified" → "specified", "nul" → "null", etc.)
- Improved formatting consistency in documentation comments
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
|
||||
//! Test a point with +- an offset (Tol) and returns
|
||||
//! On if some points are OUT an some are IN
|
||||
//! (Caution: Internal use . see the code for more details)
|
||||
//! (Caution: Internal use. see the code for more details)
|
||||
Standard_EXPORT TopAbs_State
|
||||
TestOnRestriction(const gp_Pnt2d& Puv,
|
||||
const Standard_Real Tol,
|
||||
|
||||
Reference in New Issue
Block a user