From 07e6ae3a59c7191facaaada4b4549587ae5ed0fa Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 18 Mar 2009 19:53:33 +0000 Subject: Fixed bug 2692510 and some other small documentation errors. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@852 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chdebug.c | 2 +- src/include/vt.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/chdebug.c b/src/chdebug.c index dc16a27bc..aa76a13f4 100644 --- a/src/chdebug.c +++ b/src/chdebug.c @@ -20,7 +20,7 @@ /** * @file chdebug.c * @brief ChibiOS/RT Debug code. - * @addtogroup CondVars + * @addtogroup Debug * @{ */ diff --git a/src/include/vt.h b/src/include/vt.h index e736e1af0..3d1b59bd8 100644 --- a/src/include/vt.h +++ b/src/include/vt.h @@ -123,15 +123,17 @@ extern "C" { /** * Provided for backward compatibility. * @deprecated Will be removed in 1.2.0. + * @see chTimeNow() */ #define chSysGetTime() chTimeNow() /** * Provided for backward compatibility. * @deprecated Will be removed in 1.2.0. + * @see chTimeIsWithin() */ #define chSysInTimeWindow(start, end) chTimeIsWithin(start, end) - + #endif /* _VT_H_ */ /** @} */ -- cgit v1.2.3