From c9f5da1d19e6ace5d6a7c650fe996f359e11d1a5 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Mon, 8 Jun 2026 10:24:03 +1000 Subject: docs(headers): Clean up comments across public headers --- include/tinyff/image/png.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/tinyff/image/png.h') diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h index fb064db..5d55b40 100644 --- a/include/tinyff/image/png.h +++ b/include/tinyff/image/png.h @@ -63,8 +63,7 @@ typedef struct { ff_png_chunk_handler_ptr handler; } ff_png_chunk_handler; -// Handler declarations -// Massive W.I.P +// Chunk handler declarations // Required by definition ff_result ff_png_header_handler(ff_ctx* ctx, uint8_t *buf, size_t len, ff_png_ctx* png_ctx); // IHDR -- cgit v1.2.3