diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-21 18:40:05 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-21 18:40:05 +0000 |
commit | f55231f5ba91116a7cd634c5905d266d643db8a8 (patch) | |
tree | ea2e1857728d6bf65d3da87a5b32aa980782f9e8 /os/hal/lib/streams/chprintf.c | |
parent | 40f162e046764db29cd97ea0b9a37a7fb63b360d (diff) | |
download | ChibiOS-f55231f5ba91116a7cd634c5905d266d643db8a8.tar.gz ChibiOS-f55231f5ba91116a7cd634c5905d266d643db8a8.tar.bz2 ChibiOS-f55231f5ba91116a7cd634c5905d266d643db8a8.zip |
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12569 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/lib/streams/chprintf.c')
-rw-r--r-- | os/hal/lib/streams/chprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/lib/streams/chprintf.c b/os/hal/lib/streams/chprintf.c index f83e5d54f..93c7b0cd3 100644 --- a/os/hal/lib/streams/chprintf.c +++ b/os/hal/lib/streams/chprintf.c @@ -24,6 +24,7 @@ * @brief Mini printf-like functionality.
*
* @addtogroup HAL_CHPRINTF
+ * @details Mini printf-like functionality.
* @{
*/
|