Skip to content

Commit 37dbbb6

Browse files
committed
Update ID structure comment formatting
Replaces ASCII box drawing characters in the ID structure comment with plus and dash characters for improved readability and consistency.
1 parent b5a112f commit 37dbbb6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/foundation/id_allocator.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ namespace nativeapi {
1313
* Provides unique IDs for different object types with thread-safe allocation.
1414
*
1515
* ID Structure (32 bits):
16-
* ┌────────────┬──────────────────────────┐
17-
* Type (8) Sequence (24)
18-
* └────────────┴──────────────────────────┘
16+
* +------------+--------------------------+
17+
* | Type (8) | Sequence (24) |
18+
* +------------+--------------------------+
1919
* Bits: 31-24 23-0
2020
*
2121
* Field Details:

0 commit comments

Comments
 (0)