Simplify docs to hide the copyright

This commit is contained in:
gingerBill
2022-01-17 19:00:47 +00:00
parent 97922406fe
commit c85ac955f7
16 changed files with 65 additions and 45 deletions
+2
View File
@@ -6,6 +6,8 @@
Jeroen van Rijn: Initial implementation, optimization.
Ginger Bill: Cosmetic changes.
*/
// package image implements a general 2D image library to be used with other image related packages
package image
import "core:bytes"
+5
View File
@@ -6,6 +6,11 @@
Jeroen van Rijn: Initial implementation.
Ginger Bill: Cosmetic changes.
*/
// package png implements a PNG image reader
//
// The PNG specification is at https://www.w3.org/TR/PNG/.
package png
import "core:compress"