Documentation related fix.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4208 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-05-18 15:37:51 +00:00
parent 1224a467df
commit 2b355b28c2
2 changed files with 9 additions and 1 deletions

View File

@ -25,6 +25,14 @@
for full details of how and when the exception can be applied.
*/
/**
* @file chprintf.c
* @brief Mini printf-like functionality.
*
* @addtogroup chprintf
* @{
*/
#include <stdarg.h>
#include "ch.h"

View File

@ -29,7 +29,7 @@
* @file chprintf.h
* @brief Mini printf-like functionality.
*
* @addtogroup event_timer
* @addtogroup chprintf
* @{
*/