Index: trunk/psLib/src/xml/psXML.h
===================================================================
--- trunk/psLib/src/xml/psXML.h	(revision 8232)
+++ trunk/psLib/src/xml/psXML.h	(revision 11248)
@@ -1,21 +1,20 @@
-/** @file  psXML.h
+/* @file  psXML.h
+ * @brief Contains basic XML definitions and operations
  *
- *  @brief Contains basic XML definitions and operations
+ * This file defines the basic type for an XML struct and functions useful
+ * in creation and usage of XML documents/files.
  *
- *  This file defines the basic type for an XML struct and functions useful
- *  in creation and usage of XML documents/files.
+ * @author David Robbins, MHPCC
  *
- *  @ingroup XML
- *
- *  @author David Robbins, MHPCC
- *
- *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-08 23:32:23 $
- *
- *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
+ * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-23 22:47:23 $
+ * Copyright 2005 Maui High Performance Computing Center, University of Hawaii
  */
 
 #ifndef PS_XML_H
 #define PS_XML_H
+
+/// @addtogroup FileIO Input/Output
+/// @{
 
 #include <libxml/parser.h>
@@ -32,9 +31,4 @@
 #include "psConstants.h"
 #include "psTime.h"
-
-
-
-/// @addtogroup XML
-/// @{
 
 /** XML wrapper pointing to an XML document in memory */
@@ -124,5 +118,3 @@
 
 /// @}
-
 #endif // #ifndef PS_XML_H
-
