From 22853ba2260f6dd8dc0e5ccafb95e75fc36cfa29 Mon Sep 17 00:00:00 2001 From: bernie Date: Sun, 3 Jul 2005 15:19:31 +0000 Subject: [PATCH] Doxygen fix. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@422 38d2e660-2303-0410-9eaa-f027e97ec537 --- cfg/macros.h | 6 +++++- drv/ser_avr.c | 7 +++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/cfg/macros.h b/cfg/macros.h index d33ee401..41f0b9d3 100755 --- a/cfg/macros.h +++ b/cfg/macros.h @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.4 2005/07/03 15:19:09 bernie + *#* Doxygen fix. + *#* *#* Revision 1.3 2005/06/27 21:23:32 bernie *#* ROUND_DOWN, ROUND_UP, ROUND_NEAREST: New macros. *#* @@ -143,7 +146,8 @@ #define ROUND2(x, pad) (((x) + ((pad) - 1)) & ~((pad) - 1)) /*! - * Integer round macros. + * \name Integer round macros. + * * Round \a x to a multiple of \a base. * \note If \a x is signed these macros generate a lot of code. * \{ diff --git a/drv/ser_avr.c b/drv/ser_avr.c index 646f3fe8..ac31b3fc 100755 --- a/drv/ser_avr.c +++ b/drv/ser_avr.c @@ -38,6 +38,9 @@ /*#* *#* $Log$ + *#* Revision 1.27 2005/07/03 15:19:31 bernie + *#* Doxygen fix. + *#* *#* Revision 1.26 2005/04/11 19:10:27 bernie *#* Include top-level headers from cfg/ subdir. *#* @@ -264,8 +267,6 @@ */ #ifndef SER_SPI_BUS_TXINIT /*! - * \def SER_SPI_BUS_TXINIT - * * Default TXINIT macro - invoked in spi_init() * The default is no action. */ @@ -274,8 +275,6 @@ #ifndef SER_SPI_BUS_TXCLOSE /*! - * \def SER_SPI_BUS_TXCLOSE - * * Invoked after the last character has been transmitted. * The default is no action. */ -- 2.25.1