aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ch.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ch.txt')
-rw-r--r--docs/ch.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ch.txt b/docs/ch.txt
index 8b00be5d7..a88291bb2 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -507,3 +507,13 @@
* @file chserial.c Serial Drivers code.
*/
/** @} */
+
+/**
+ * @defgroup CPlusPlusLibrary C++ Wrapper
+ * @{
+ * C++ wrapper module. This module allows to use the ChibiOS/RT functionalities
+ * from C++ as classes and objects rather the traditional "C" APIs.
+ * @file ch.hpp C++ wrapper classes and definitions.
+ * @file ch.cpp C++ wrapper code.
+ */
+/** @} */