From 5f4dbf9ca9ba32bfeefa3dbab412867dc63f0892 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 2 Jul 2008 12:32:13 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@328 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/ch.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/ch.txt') 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. + */ +/** @} */ -- cgit v1.2.3