mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Further overhaul of package line comments.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// package compress is a collection of utilities to aid with other compression packages.
|
||||
// A collection of utilities to aid with other `compress`ion packages.
|
||||
package compress
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// package gzip implements a small GZIP unpacker as an example.
|
||||
// A small `GZIP` unpacker.
|
||||
package compress_gzip
|
||||
/*
|
||||
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
// package shoco is an implementation of the shoco short string compressor.
|
||||
package compress_shoco
|
||||
@@ -1,4 +1,4 @@
|
||||
// package shoco is an implementation of the shoco short string compressor.
|
||||
// `Shoco` short string compression and decompression.
|
||||
package compress_shoco
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// package zlib implements Deflate decompression.
|
||||
// `Deflate` decompression of raw and `ZLIB`-type streams.
|
||||
package compress_zlib
|
||||
/*
|
||||
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
|
||||
|
||||
Reference in New Issue
Block a user