1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

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

View File

@@ -117,10 +117,7 @@ Geom2d_BezierCurve::Geom2d_BezierCurve(const TColgp_Array1OfPnt2d& Poles,
Init(npoles, nweights);
}
//=======================================================================
// function : Increase
// purpose : increase degree
//=======================================================================
//=================================================================================================
void Geom2d_BezierCurve::Increase(const Standard_Integer Deg)
{