diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 16:11:33 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 16:11:33 +0200 |
| commit | 248b0fe9e155e1a00a04cb7b1fc687601d401d7c (patch) | |
| tree | e9415d31f1da14a1f8453790ce4c130aca06ecfc /core/container | |
| parent | af189b45f37dcb01ba37230f6a04bcf5260b2a48 (diff) | |
More package lines
Diffstat (limited to 'core/container')
| -rw-r--r-- | core/container/bit_array/doc.odin | 2 | ||||
| -rw-r--r-- | core/container/priority_queue/doc.odin | 2 | ||||
| -rw-r--r-- | core/container/rbtree/doc.odin | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/container/bit_array/doc.odin b/core/container/bit_array/doc.odin index 6d35d48d1..3ff6f5765 100644 --- a/core/container/bit_array/doc.odin +++ b/core/container/bit_array/doc.odin @@ -1,4 +1,4 @@ -// package bit_array implements a dynamically-sized array of bits +// package bit_array implements a dynamically-sized array of bits. package container_dynamic_bit_array /* diff --git a/core/container/priority_queue/doc.odin b/core/container/priority_queue/doc.odin index a71a9dd28..7cba4af8d 100644 --- a/core/container/priority_queue/doc.odin +++ b/core/container/priority_queue/doc.odin @@ -1,2 +1,2 @@ -// package priority_queue implements a Priority Queue data structure +// package priority_queue implements a Priority Queue data structure. package container_priority_queue
\ No newline at end of file diff --git a/core/container/rbtree/doc.odin b/core/container/rbtree/doc.odin index 691442e8e..3ff154d18 100644 --- a/core/container/rbtree/doc.odin +++ b/core/container/rbtree/doc.odin @@ -1,2 +1,2 @@ -// package rbtree implements a red-black tree +// package rbtree implements a red-black tree. package container_rbtree
\ No newline at end of file |