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/dbg.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'include/tinyff/dbg.h') diff --git a/include/tinyff/dbg.h b/include/tinyff/dbg.h index 379e6ce..74a5fbb 100644 --- a/include/tinyff/dbg.h +++ b/include/tinyff/dbg.h @@ -1,11 +1,8 @@ #ifndef DBG_H #define DBG_H -// Debug writes extra messages to a stream of the user's choice -// To enable debug, the user needs to include this header -// Then they can use the ff_set_debug_stream function to set the stream -// And then use ff_dprintf to print debug messages -// By default, debug is disabled +// Debug logging writes to a user-supplied stream. +// By default debug is disabled. Enable via ff_set_debug_stream. #define FF_DEBUG_ENABLED 1 -- cgit v1.2.3