diff options
-rw-r--r-- | docs/Doxyfile | 2 | ||||
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | readme.txt | 3 | ||||
-rw-r--r-- | src/chvt.c | 2 | ||||
-rw-r--r-- | 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 @@ </tr>
<tr>
<td style="text-align: center; vertical-align: top; width: 150px;">Current
-Version 0.8.1<br>
+Version 0.8.2<br>
-<br>
<a href="http://sourceforge.net/projects/chibios/" rel="me" target="_top">Project on SourceForge</a><br>
<a href="html/index.html" target="_top" rel="me">Documentation</a><br>
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
* @{
*/
|