summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-12 15:57:49 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-12 15:57:49 -0500
commitc2ae79e93ca0e1231625bc01840c2f91540241cf (patch)
tree6d337b70791685ffd1339f230b4940603bb00594 /cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h
parentcpukit/rtems: Header File Doxygen Enhancement GCI Task #8 (diff)
downloadrtems-c2ae79e93ca0e1231625bc01840c2f91540241cf.tar.bz2
misc: Header File Doxygen Enhancement Task #3
http://www.google-melange.com/gci/task/view/google/gci2012/8006220
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h b/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h
index 53244d4d87..f7908d8716 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h
@@ -1,19 +1,22 @@
-/*
- * 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
*
+ * @brief Provides a 32bit Hash of a String used to Search a Directory
+ *
* @ingroup rtems-rfs
*
* RTEMS File Systems Directory Hash provides a 32bit hash of a string. This is
* used to search a directory.
*/
+/*
+ * 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_DIR_HASH_H_)
#define _RTEMS_RFS_DIR_HAS_H_