Further overhaul of package line comments.

This commit is contained in:
Jeroen van Rijn
2025-10-09 23:05:29 +02:00
parent 2bc409eab5
commit 7a9ea3ee6d
147 changed files with 155 additions and 186 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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>.
-2
View File
@@ -1,2 +0,0 @@
// package shoco is an implementation of the shoco short string compressor.
package compress_shoco
+1 -1
View File
@@ -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 -1
View File
@@ -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>.