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

View File

@@ -45,7 +45,7 @@ class Geom2d_Curve;
class Geom_Surface;
class OSD_FileSystem;
//! The BRepTools package provides utilities for BRep
//! The BRepTools package provides utilities for BRep
//! data structures.
//!
//! * WireExplorer: Tool to explore the topology of

View File

@@ -167,9 +167,9 @@ protected:
//!
//! If the first shape has the reversed orientation
//! then the both shapes are reversed.
//! If the first shape has the internal or external orientation then: <br>
//! If the first shape has the internal or external orientation then:
//! - the second shape is oriented forward (reversed) if it's orientation
//! is equal (not equal) to the orientation of the first shape; <br>
//! is equal (not equal) to the orientation of the first shape;
//! - the first shape is oriented forward.
Standard_EXPORT virtual void replace(const TopoDS_Shape& shape,
const TopoDS_Shape& newshape,

View File

@@ -98,7 +98,7 @@ public:
//! Writes the geometry calling WriteGeometry.
//!
//! Dumps the shapes from last to first.
//! For each shape :
//! For each shape:
//! Write the type.
//! calls WriteGeometry(S).
//! Write the flags, the subshapes.