From 37f18c5818832fe6d9e8389bea01ecd13598668a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 4 Feb 2009 20:22:32 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@716 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/lib/ch.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/lib/ch.cpp') diff --git a/src/lib/ch.cpp b/src/lib/ch.cpp index 61a5633d4..aaf357693 100644 --- a/src/lib/ch.cpp +++ b/src/lib/ch.cpp @@ -16,6 +16,12 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/** + * @file ch.cpp + * @brief C++ wrapper code. + * @addtogroup CPlusPlusLibrary + * @{ + */ #include @@ -329,3 +335,5 @@ namespace chibios_rt { #endif /* CH_USE_EVENTS_TIMEOUT */ #endif /* CH_USE_EVENTS */ } + +/** @} */ -- cgit v1.2.3