Documentation - Fix whitespaces (#807)

- Reformatted multi-line documentation comments to improve readability
- Removed trailing whitespace and unnecessary separators
- Improved logical grouping of related documentation items
This commit is contained in:
luzpaz
2025-11-08 04:24:07 -05:00
committed by GitHub
parent 03dce08137
commit e525500470
66 changed files with 170 additions and 169 deletions
@@ -35,7 +35,7 @@
//!
//! Examples:
//! @code
//! Item tab[100]; // an example with a C array
//! Item tab[100]; // an example with a C array
//! NCollection_Array1<Item> ttab (tab[0], 1, 100);
//!
//! NCollection_Array1<Item> tttab (ttab(10), 10, 20); // a slice of ttab