diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-20 16:23:16 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-20 16:23:16 +0000 |
commit | ac1e9f31ced461e6a999e71eb1bc50965e1a1597 (patch) | |
tree | 4eaefa2d9f053ed4c1740ec9b052b09418acb2cd /os/hal/lib/streams/chprintf.h | |
parent | e15fc5236be4f5b091ba3a946acaad5dda1d7904 (diff) | |
download | ChibiOS-ac1e9f31ced461e6a999e71eb1bc50965e1a1597.tar.gz ChibiOS-ac1e9f31ced461e6a999e71eb1bc50965e1a1597.tar.bz2 ChibiOS-ac1e9f31ced461e6a999e71eb1bc50965e1a1597.zip |
Documentation cleanup, not finished.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12567 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/lib/streams/chprintf.h')
-rw-r--r-- | os/hal/lib/streams/chprintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/lib/streams/chprintf.h b/os/hal/lib/streams/chprintf.h index 833ac27f4..9eb3afd01 100644 --- a/os/hal/lib/streams/chprintf.h +++ b/os/hal/lib/streams/chprintf.h @@ -18,7 +18,7 @@ * @file chprintf.h
* @brief Mini printf-like functionality.
*
- * @addtogroup chprintf
+ * @addtogroup HAL_CHPRINTF
* @{
*/
|