From 62fc51338d7259c2ea39f38bd8c7d9552e9b2002 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 12 Jun 2022 16:18:47 +0300 Subject: doxygen shows no warnings + Does not mean documentation is done, but it's a nice little achievement nonetheless. --- include/apos/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/debug.h') diff --git a/include/apos/debug.h b/include/apos/debug.h index db0e1b5..6d428fe 100644 --- a/include/apos/debug.h +++ b/include/apos/debug.h @@ -329,7 +329,7 @@ enum serial_dev { * * @param fmt Format string. Integer subset of normal printf formatting. */ -void __printf dbg(const char *fmt, ...); +void dbg(const char *fmt, ...) __printf; /** * Initialize debugging, set up serial driver etc. -- cgit v1.3