summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/devfs/devfs.h')
-rw-r--r--cpukit/libfs/src/devfs/devfs.h5
1 files changed, 2 insertions, 3 deletions
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