mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-25 03:45:48 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user