From 8123162b04c1c590c4d9c997c413c14a381dadfa Mon Sep 17 00:00:00 2001 From: lottaviano Date: Sun, 28 Jun 2009 17:34:37 +0000 Subject: [PATCH] Add documentation formatting. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2717 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/mware/formatwr.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bertos/mware/formatwr.c b/bertos/mware/formatwr.c index cbea0612..8c79d81f 100644 --- a/bertos/mware/formatwr.c +++ b/bertos/mware/formatwr.c @@ -51,16 +51,16 @@ * \endcode * * Code size on AVR4 with GCC 3.4.1 (-O2): - * PRINTF_FULL 2912byte (0xB60) - * PRINTF_NOFLOAT 1684byte (0x694) - * PRINTF_REDUCED 924byte (0x39C) - * PRINTF_NOMODIFIERS 416byte (0x1A0) + * \li PRINTF_FULL 2912byte (0xB60) + * \li PRINTF_NOFLOAT 1684byte (0x694) + * \li PRINTF_REDUCED 924byte (0x39C) + * \li PRINTF_NOMODIFIERS 416byte (0x1A0) * * Code/data size in words on DSP56K with CodeWarrior 6.0: - * PRINTF_FULL 1493/45 - * PRINTF_NOFLOAT 795/45 - * PRINTF_REDUCED 482/0 - * PRINTF_NOMODIFIERS 301/0 + * \li PRINTF_FULL 1493/45 + * \li PRINTF_NOFLOAT 795/45 + * \li PRINTF_REDUCED 482/0 + * \li PRINTF_NOMODIFIERS 301/0 * * The reduced version of formatter is suitable when program size is critical * rather than formatting power. This routine uses less than 20 bytes of -- 2.25.1