summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 13:26:12 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 13:26:12 -0600
commite0eb07a22b6d4e517ed6c69c25af4f6f783a69e9 (patch)
tree518bfe9e11f3113d790534986435cc6cbb7bf039 /cpukit/libfs
parentFix a number of minor Doxygen formatting issues (diff)
downloadrtems-e0eb07a22b6d4e517ed6c69c25af4f6f783a69e9.tar.bz2
Fix more Doxygen typos
Diffstat (limited to 'cpukit/libfs')
-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