[rtems commit] rfs: Doxygen group cannot have a dash in it

Joel Sherrill joel at rtems.org
Thu Jan 10 23:02:05 UTC 2013


Module:    rtems
Branch:    master
Commit:    ff1becb6e755e866786c9fe04feeb2fabe090b36
Changeset: http://git.rtems.org/rtems/commit/?id=ff1becb6e755e866786c9fe04feeb2fabe090b36

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu Jan 10 13:22:57 2013 -0600

rfs: Doxygen group cannot have a dash in it

Change rtems-rfs to rtems_rfs

---

 cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c      |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-block.c        |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-buffer.c       |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c     |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-dir.c          |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-file-system.c  |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-file.c         |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-format.c       |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-group.c        |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-inode.c        |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-link.c         |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-mutex.c        |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c    |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c    |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c   |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c  |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-rtems.c        |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-shell.c        |    2 +-
 cpukit/libfs/src/rfs/rtems-rfs-trace.c        |    2 +-
 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 c14c69d..c4050b2 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 4ad73b2..1c6329a 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 552e5df..57e0664 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 6e3a02c..2911ca9 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 0a7d3e4..7904f74 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 db8f21a..a066999 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 18de308..d52bf24 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 1090942..5ab671b 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 243a8af..5d623dd 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 78c422c..d445e3d 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 4a1f4a1..1722c76 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 51129e9..3531367 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 225a37f..7cfb60a 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 7bf92f7..27f36bf 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 at 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 97d0104..dbf9c16 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 af35809..baf7155 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 at 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 ebcc64a..b3ec0ed 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 04108fb..d23dbf2 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 d2aac56..fad2993 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 0e930a0..96c0c17 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 60a9e0c..2be7679 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 at rtems.org>




More information about the vc mailing list