rfs: Doxygen group cannot have a dash in it

Change rtems-rfs to rtems_rfs
This commit is contained in:
Joel Sherrill
2013-01-10 17:06:47 -06:00
parent 5cb175bb52
commit ff1becb6e7
21 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Bitmap Routines
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*
* These functions manage bit maps. A bit map consists of the map of bit
* allocated in a block and a search map where a bit represents 32 actual
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Block Routines
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*
* These functions manage blocks in the RFS file system. A block is an area of
* the media and its size is set for a each specific media. The block size is
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Buffer Routines
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*
* RTEMS File Systems Buffer Routines for the RTEMS libblock BD buffer cache.
*
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Buffer Routines
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*/
/*
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Buffer Routines
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*/
/*
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Directory Hash function
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*/
#if HAVE_CONFIG_H
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Directory Routines
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*
* These functions manage blocks in the directory format. A directory entry is
* a variable length record in the block. The entry consists of a length, hash
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Open
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*
* Open the file system by reading the superblock and then the group data.
*/
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems File Routines
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*
* These functions manage files.
*/
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Format
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*
* Format the file system ready for use.
*/
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Group Routines
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*
* These functions open and close a group as well as manage bit allocations
* within a group.
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Inode Routines
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*
* These functions manage inodes in the RFS file system. An inode is part of a
* block that reside after the bitmaps in the group.
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Link Routines
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*
* These functions manage links. A link is the addition of a directory entry
* in a parent directory and incrementing the links count in the inode.
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File System Mutex
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*/
/*
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS RFS Device Interface
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*
* This file contains the set of handlers used to map operations on RFS device
* nodes onto calls to the RTEMS Classic API IO Manager.
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS RFS Directory Access Routines
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*/
/*
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS RFS File Handlers
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*
* This file contains the set of handlers used to process operations on
* RFS file nodes.
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief Set of Utility Functions to Support RTEMS RFS on RTEMS
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*/
/*
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File System Interface for RTEMS
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*/
/*
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Shell Commands Support
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*/
/*
+1 -1
View File
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Trace Support
* @ingroup rtems-rfs
* @ingroup rtems_rfs
*/
/*
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>