diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-30 07:17:22 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-30 07:17:22 +0000 |
commit | c7b1157dc9f3ae577d592ab3207a84e64140eabe (patch) | |
tree | 6be9fbbf0ec524905e64e44f05e09ef85452d29d /docs/src | |
parent | 397ccffac55ffd139d0e3e82add83e51413c1347 (diff) | |
download | ChibiOS-c7b1157dc9f3ae577d592ab3207a84e64140eabe.tar.gz ChibiOS-c7b1157dc9f3ae577d592ab3207a84e64140eabe.tar.bz2 ChibiOS-c7b1157dc9f3ae577d592ab3207a84e64140eabe.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1134 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/main.dox | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox index 58e1b4e6a..59cb75e2c 100644 --- a/docs/src/main.dox +++ b/docs/src/main.dox @@ -95,12 +95,6 @@ */
/**
- * @defgroup Ports Ports
- * This section describes the technical details for the various supported
- * ChibiOS/RT ports.
- */
-
-/**
* @defgroup IO I/O Support
* @brief I/O related services.
* @details This section contains the I/O related services.
@@ -217,35 +211,3 @@ *
* @ingroup SERIAL
*/
-
-/**
- * @defgroup utilities_library Utilities Library
- * @brief Utilities Library.
- * @details This is a collection of useful library code that is not part of
- * the base kernel services.
- * <h2>Notes</h2>
- * The library code does not follow the same naming convention of the
- * system APIs in order to make very clear that it is not "core" code.<br>
- * The main difference is that library code is not formally tested in the
- * test suite but through usage in the various demo applications.
- */
-
-/**
- * @defgroup CPlusPlusLibrary C++ Wrapper
- * @brief C++ wrapper module.
- * @details This module allows to use the ChibiOS/RT functionalities
- * from C++ as classes and objects rather the traditional "C" APIs.
- *
- * @ingroup utilities_library
- */
-
-/**
- * @defgroup event_timer Periodic Events Timer
- * @brief Periodic Event Timer.
- * @details This timer generates an event at regular intervals. The
- * listening threads can use the event to perform time related activities.
- * Multiple threads can listen to the same timer.
- *
- * @ingroup utilities_library
- */
-
|