Coding - Function guard update (#610)

- Removed verbose function header comments (name, purpose) across multiple C++ source files.
- Introduced a single-line separator comment before each function for consistent formatting.
- Applied the change in visualization, modeling, algorithms, foundation, and application framework modules.
This commit is contained in:
Pasukhin Dmitry
2025-07-13 13:16:51 +01:00
committed by GitHub
parent d04384f9d4
commit 0947067ed5
176 changed files with 504 additions and 1299 deletions
@@ -186,10 +186,7 @@ BRepProj_Projection::BRepProj_Projection(const TopoDS_Shape& Wire,
BuildSection(Shape, CylSurf.Shape());
}
//=======================================================================
// function : BRepProj_Projection
// purpose : Conical projection
//=======================================================================
//=================================================================================================
BRepProj_Projection::BRepProj_Projection(const TopoDS_Shape& Wire,
const TopoDS_Shape& Shape,