summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2012-12-28 17:48:12 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-28 17:48:12 -0600
commit3cf4031c1979c1ce29cb0ff1b4e10f4f9de8005a (patch)
tree28e910c18aa3134b54f2b1bc08b4f68025fd832c /cpukit/libfs
parentrtems: Doxygen Clean Up Task #3 (diff)
downloadrtems-3cf4031c1979c1ce29cb0ff1b4e10f4f9de8005a.tar.bz2
Header File Doxygen Enhancement Task #1
Diffstat (limited to 'cpukit/libfs')
-rw-r--r--cpukit/libfs/src/devfs/devfs.h10
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-shell.h19
2 files changed, 17 insertions, 12 deletions
diff --git a/cpukit/libfs/src/devfs/devfs.h b/cpukit/libfs/src/devfs/devfs.h
index 2317b10852..0f5e248225 100644
--- a/cpukit/libfs/src/devfs/devfs.h
+++ b/cpukit/libfs/src/devfs/devfs.h
@@ -1,8 +1,10 @@
/**
-* @file libfs/devfs/devfs.h
-*
-* This include file contains all constants and structures associated
-* with the 'device-only' filesystem.
+* @file
+*
+* @brief 'device-only' File System Support
+*
+* This include file contains all constants and structures associated
+* with the 'device-only' filesystem.
*/
#ifndef _RTEMS_DEVFS_H
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-shell.h b/cpukit/libfs/src/rfs/rtems-rfs-shell.h
index f4e56227b7..135290d3e9 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-shell.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-shell.h
@@ -1,17 +1,20 @@
-/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- */
/**
* @file
*
+ *
* @ingroup rtems-rfs
+ * @brief RTEMS File Systems Shell Commands
*
* RTEMS File Systems Shell commands provide a CLI interface to support and
- * development od the RFS file system.
+ * development of the RFS file system.
+ */
+
+/*
+ * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#if !defined (_RTEMS_RFS_SHELL_H_)