mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Further overhaul of package line comments.
This commit is contained in:
@@ -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
@@ -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,4 +1,4 @@
|
||||
// package jpeg implements a reader for baseline JPEG images.
|
||||
// Reader for baseline `JPEG` images.
|
||||
package jpeg
|
||||
|
||||
import "core:bytes"
|
||||
|
||||
@@ -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,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,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,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
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user