Index: trunk/psModules/src/concepts/pmConceptsStandard.h
===================================================================
--- trunk/psModules/src/concepts/pmConceptsStandard.h	(revision 11132)
+++ trunk/psModules/src/concepts/pmConceptsStandard.h	(revision 11253)
@@ -1,24 +1,20 @@
-/// @file  pmConceptsStandard.h
-///
-/// @brief Private functions for parsing and formatting standard concepts.
-///
-/// @ingroup Concepts
-///
-/// @author Paul Price, IfA
-///
-/// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2007-01-18 03:14:09 $
-///
-/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
-///
+/* @file  pmConceptsStandard.h
+ * @brief Private functions for parsing and formatting standard concepts.
+ *
+ * @author Paul Price, IfA
+ *
+ * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:15 $
+ * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
+ */
 
 #ifndef PM_CONCEPTS_STANDARD_H
 #define PM_CONCEPTS_STANDARD_H
 
+/// @addtogroup Concepts Data Abstraction Concepts
+/// @{
+
 #include <pslib.h>
 #include "pmFPA.h"
-
-// Functions to parse and format the standard concepts
-
 
 /// Parse the FPA.FILTER concept to apply a lookup table
@@ -165,4 +161,4 @@
         const pmCell *cell ///< Cell for concept, or NULL
                                            );
-
+/// @}
 #endif
