summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 13:22:57 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 17:06:47 -0600
commitff1becb6e755e866786c9fe04feeb2fabe090b36 (patch)
treefdc8fcba992071017523ff436374d8c988648646
parentcpukit/posix: Doxygen group is POSIXAPI (diff)
downloadrtems-ff1becb6e755e866786c9fe04feeb2fabe090b36.tar.bz2
rfs: Doxygen group cannot have a dash in it
Change rtems-rfs to rtems_rfs
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-block.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-buffer.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-dir.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-file-system.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-file.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-format.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-group.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-inode.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-link.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-mutex.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-shell.c2
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-trace.c2
21 files changed, 21 insertions, 21 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
index c14c69d1fe..c4050b2da8 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
@@ -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
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-block.c b/cpukit/libfs/src/rfs/rtems-rfs-block.c
index 4ad73b2ee3..1c6329a10a 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-block.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-block.c
@@ -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
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c b/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
index 552e5df970..57e0664046 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
@@ -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.
*
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c b/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
index 6e3a02cb13..2911ca9c9c 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Buffer Routines
- * @ingroup rtems-rfs
+ * @ingroup rtems_rfs
*/
/*
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer.c b/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
index 0a7d3e42cd..7904f74297 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Buffer Routines
- * @ingroup rtems-rfs
+ * @ingroup rtems_rfs
*/
/*
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c b/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c
index db8f21a8b0..a0669992d3 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Directory Hash function
- * @ingroup rtems-rfs
+ * @ingroup rtems_rfs
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir.c b/cpukit/libfs/src/rfs/rtems-rfs-dir.c
index 18de308d8e..d52bf24159 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-dir.c
@@ -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
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file-system.c b/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
index 10909428e4..5ab671bcc2 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
@@ -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.
*/
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file.c b/cpukit/libfs/src/rfs/rtems-rfs-file.c
index 243a8af4b7..5d623dda26 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file.c
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems File Routines
- * @ingroup rtems-rfs
+ * @ingroup rtems_rfs
*
* These functions manage files.
*/
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-format.c b/cpukit/libfs/src/rfs/rtems-rfs-format.c
index 78c422c456..d445e3d7f1 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-format.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-format.c
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Format
- * @ingroup rtems-rfs
+ * @ingroup rtems_rfs
*
* Format the file system ready for use.
*/
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-group.c b/cpukit/libfs/src/rfs/rtems-rfs-group.c
index 4a1f4a1f78..1722c76cfc 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-group.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-group.c
@@ -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.
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-inode.c b/cpukit/libfs/src/rfs/rtems-rfs-inode.c
index 51129e9378..35313674da 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-inode.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-inode.c
@@ -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.
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-link.c b/cpukit/libfs/src/rfs/rtems-rfs-link.c
index 225a37fac9..7cfb60acbb 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-link.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-link.c
@@ -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.
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-mutex.c b/cpukit/libfs/src/rfs/rtems-rfs-mutex.c
index 7bf92f7cd5..27f36bf09f 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-mutex.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-mutex.c
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File System Mutex
- * @ingroup rtems-rfs
+ * @ingroup rtems_rfs
*/
/*
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c
index 97d0104cdd..dbf9c165dd 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c
@@ -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.
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c
index af35809db7..baf71555e5 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c
@@ -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>
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
index ebcc64a5ef..b3ec0ed755 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
@@ -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.
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
index 04108fb172..d23dbf2203 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
@@ -2,7 +2,7 @@
* @file
*
* @brief Set of Utility Functions to Support RTEMS RFS on RTEMS
- * @ingroup rtems-rfs
+ * @ingroup rtems_rfs
*/
/*
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
index d2aac56429..fad2993f9b 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File System Interface for RTEMS
- * @ingroup rtems-rfs
+ * @ingroup rtems_rfs
*/
/*
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-shell.c b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
index 0e930a0d63..96c0c17890 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-shell.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Shell Commands Support
- * @ingroup rtems-rfs
+ * @ingroup rtems_rfs
*/
/*
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-trace.c b/cpukit/libfs/src/rfs/rtems-rfs-trace.c
index 60a9e0c245..2be76792a2 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-trace.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-trace.c
@@ -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>