diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile | 1 | ||||
-rw-r--r-- | docs/src/main.dox | 38 |
2 files changed, 1 insertions, 38 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 800c83ca1..f9019353a 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -578,6 +578,7 @@ INPUT = ../docs/src \ ../os/kernel/include \ ../os/kernel/src \ ../os/kernel/templates \ + ../os/ports \ ../os/ports/GCC/ARM7 \ ../os/ports/GCC/ARM7/crt0.s \ ../os/ports/GCC/ARM7/chcoreasm.s \ 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
- */
-
|