aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/main.dox38
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
- */
-