From e0eb07a22b6d4e517ed6c69c25af4f6f783a69e9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Mar 2015 13:26:12 -0600 Subject: Fix more Doxygen typos --- cpukit/libfs/src/devfs/devfs.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpukit/libfs') diff --git a/cpukit/libfs/src/devfs/devfs.h b/cpukit/libfs/src/devfs/devfs.h index 6b8fae1795..b0a9197eca 100644 --- a/cpukit/libfs/src/devfs/devfs.h +++ b/cpukit/libfs/src/devfs/devfs.h @@ -20,7 +20,6 @@ * @brief This structure defines the type of device table */ /**@{*/ - #ifdef __cplusplus extern "C" { #endif @@ -241,7 +240,7 @@ extern int devFS_initialize( * /dev/clock 1 0 * /dev/tty0 0 0 * /flash 2 0 - * @end code + * @endcode * * This routine is intended for debugging, and can be used by shell * program to provide user with the system information. @@ -251,6 +250,6 @@ extern void devFS_Show(void); #ifdef __cplusplus } #endif -/** @} */ +/**@}*/ #endif -- cgit v1.2.3