From d81f6baf317b3d8abf2062209271b9db2c995c3d Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Fri, 19 Dec 2025 14:38:54 +1100 Subject: dxgen(png): Add details for ff_png_chunk_type enum --- include/tinyff/image/png.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/tinyff/image/png.h') diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h index e04fbdd..f26c7a1 100644 --- a/include/tinyff/image/png.h +++ b/include/tinyff/image/png.h @@ -55,6 +55,12 @@ typedef struct { * * Enumerates the different types of PNG chunks. * + * @details + * - FF_PNG_CHUNK_TYPE_IHDR: Image Header Chunk + * - FF_PNG_CHUNK_TYPE_PLTE: Palette Chunk + * - FF_PNG_CHUNK_TYPE_IDAT: Image Data Chunk + * - FF_PNG_CHUNK_TYPE_IEND: Image End Chunk + * * @see ff_png_chunk */ typedef enum { -- cgit v1.2.3