diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 14:41:22 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 14:41:22 +0200 |
| commit | 5a154a1775449a839d713e9adba8ebea4d6e06de (patch) | |
| tree | 942ac8263e187fc3b5df1ca3fb03f697712149ed /core/compress/zlib/doc.odin | |
| parent | c3d4b1f0b5b0c0fb765b425d19033195ce4588a8 (diff) | |
Add more package lines for the docs
Diffstat (limited to 'core/compress/zlib/doc.odin')
| -rw-r--r-- | core/compress/zlib/doc.odin | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/compress/zlib/doc.odin b/core/compress/zlib/doc.odin index 6ae537a87..19ef1c045 100644 --- a/core/compress/zlib/doc.odin +++ b/core/compress/zlib/doc.odin @@ -1,3 +1,5 @@ +// package zlib implements Deflate decompression +package compress_zlib /* Copyright 2021 Jeroen van Rijn <nom@duclavier.com>. Made available under Odin's BSD-3 license. @@ -47,5 +49,4 @@ Example: fmt.printf("Input: %v bytes, output (%v bytes):\n%v\n", len(ODIN_DEMO), len(s), s) assert(len(s) == OUTPUT_SIZE) } -*/ -package compress_zlib +*/
\ No newline at end of file |