mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Add more package lines for the docs
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// package gzip implements a small GZIP implementation as an example.
|
||||
package compress_gzip
|
||||
/*
|
||||
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
|
||||
Made available under Odin's BSD-3 license.
|
||||
@@ -86,5 +88,4 @@ Example:
|
||||
}
|
||||
bytes.buffer_destroy(&buf)
|
||||
}
|
||||
*/
|
||||
package compress_gzip
|
||||
*/
|
||||
Reference in New Issue
Block a user