Index: trunk/psLib/src/db/psDB.h
===================================================================
--- trunk/psLib/src/db/psDB.h	(revision 10999)
+++ trunk/psLib/src/db/psDB.h	(revision 11248)
@@ -1,29 +1,25 @@
-/** @file  psDB.h
- *
- *  @brief database types and functions
- *
- *  This file defines the abstract database type and functions that
- *  perform basic database operations.
- *
- *  @ingroup DataBase
- *
- *  @author Joshua Hoblitt
- *
- *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-13 01:42:51 $
- *
- *  Copyright 2005 Joshua Hoblitt, University of Hawaii
+/* @file  psDB.h
+ * @brief database types and functions
+ *
+ * This file defines the abstract database type and functions that
+ * perform basic database operations.
+ *
+ * @author Joshua Hoblitt
+ *
+ * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-23 22:47:22 $
+ *
+ * Copyright 2005 Joshua Hoblitt, University of Hawaii
  */
 
 #ifndef PS_DB_H
 #define PS_DB_H 1
-
 #ifdef HAVE_PSDB
+
+/// @addtogroup FileIO Input/Output
+/// @{
 
 #include "psType.h"
 #include "psMetadata.h"
-
-/// @addtogroup DataBase
-/// @{
 
 /** Database handle
@@ -458,8 +454,6 @@
 
 /// @}
-
 #else
 typedef void psDB;
 #endif // HAVE_PSDB
-
 #endif // PS_DB_H
