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 bmp implements a Microsoft BMP image reader and writer.
// Reader and writer for Microsoft `BMP` images.
package core_image_bmp
import "core:image"
+1 -1
View File
@@ -1,2 +1,2 @@
// package image implements a general 2D image library to be used with other image related packages.
// General 2D image types and procedures to be used with other image related packages.
package image
+1 -1
View File
@@ -1,4 +1,4 @@
// package jpeg implements a reader for baseline JPEG images.
// Reader for baseline `JPEG` images.
package jpeg
import "core:bytes"
+1 -1
View File
@@ -1,5 +1,5 @@
/*
package netpbm implements readers and writers for PBM, PGM, PPM, PAM and PFM images.
Readers and writers for `PBM`, `PGM`, `PPM`, `PAM` and `PFM` images.
Formats:
+1 -1
View File
@@ -1,5 +1,5 @@
/*
package png implements a PNG image reader.
Reader for `PNG` images.
The PNG specification is at [[ https://www.w3.org/TR/PNG/ ]].
+1 -1
View File
@@ -1,4 +1,4 @@
// package qoi implements a QOI image reader.
// Reader and writer for `QOI` images.
//
// The QOI specification is at [[ https://qoiformat.org ]].
package qoi
+1 -1
View File
@@ -1,4 +1,4 @@
// package tga implements a TGA image reader and writer for 8-bit RGB and RGBA images.
// Reader and writer for 8-bit RGB and RGBA `TGA` images.
package tga
/*