From 1606d4ea9f25f856f271bfcfd71f7ba8fe0aed77 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 18 May 2012 15:37:58 +0000 Subject: Documentation related fix. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4209 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/various/chprintf.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'os/various/chprintf.c') diff --git a/os/various/chprintf.c b/os/various/chprintf.c index 3cb66bf91..7b02ab3ba 100644 --- a/os/various/chprintf.c +++ b/os/various/chprintf.c @@ -21,6 +21,14 @@ Concepts and parts of this file have been contributed by Fabio Utzig. */ +/** + * @file chprintf.c + * @brief Mini printf-like functionality. + * + * @addtogroup chprintf + * @{ + */ + #include #include "ch.h" -- cgit v1.2.3