From 74b2ef532c2798d67be383c6eaa7220dafc3bac1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 21 Nov 2008 20:06:17 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@518 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/Doxyfile | 2 +- docs/index.html | 2 +- readme.txt | 3 +++ src/chvt.c | 2 +- src/include/condvars.h | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 7ad508885..eea6e14e1 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = ChibiOS/RT -PROJECT_NUMBER = "0.8.1 beta" +PROJECT_NUMBER = "0.8.2 beta" OUTPUT_DIRECTORY = . CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English diff --git a/docs/index.html b/docs/index.html index fde0eab1a..f2db24ff0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,7 +12,7 @@ Current -Version 0.8.1
+Version 0.8.2
-
Project on SourceForge
Documentation
diff --git a/readme.txt b/readme.txt index c13b88e60..f3672038c 100644 --- a/readme.txt +++ b/readme.txt @@ -73,6 +73,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, *** Releases *** ***************************************************************************** +*** 0.8.2 *** +- FIX: Duplicated sections in the documentation removed. + *** 0.8.1 *** - FIX: Fixed a regression in version 0.8.0, the configuration switch CH_USE_EVENTS_TIMEOUT was redefined as CH_USE_EVENT_TIMEOUT and this broke diff --git a/src/chvt.c b/src/chvt.c index f086044a2..0d3106a1c 100644 --- a/src/chvt.c +++ b/src/chvt.c @@ -18,7 +18,7 @@ */ /** - * @addtogroup VirtualTimers + * @addtogroup Time * @{ */ diff --git a/src/include/condvars.h b/src/include/condvars.h index 53bbe4a83..90a9791d8 100644 --- a/src/include/condvars.h +++ b/src/include/condvars.h @@ -22,7 +22,7 @@ */ /** - * @addtogroup Conditional Variables + * @addtogroup CondVars * @{ */