Index: trunk/psModules/src/concepts/pmConcepts.h
===================================================================
--- trunk/psModules/src/concepts/pmConcepts.h	(revision 10967)
+++ trunk/psModules/src/concepts/pmConcepts.h	(revision 11253)
@@ -1,18 +1,17 @@
-/// @file pmConcepts.h
-///
-/// @brief Top-level functions for defining, registering, reading and writing concepts
-///
-/// @ingroup Concepts
-///
-/// @author Paul Price, IfA
-///
-/// @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2007-01-08 22:31:41 $
-///
-/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
-///
+/* @file pmConcepts.h
+ * @brief Top-level functions for defining, registering, reading and writing concepts
+ *
+ * @author Paul Price, IfA
+ *
+ * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-01-24 02:54:14 $
+ * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
+ */
 
 #ifndef PM_CONCEPTS_H
 #define PM_CONCEPTS_H
+
+/// @addtogroup Concepts Data Abstraction Concepts
+/// @{
 
 #include <pslib.h>
@@ -36,5 +35,4 @@
         const pmCell *cell ///< Cell for concept, or NULL
                                               );
-
 
 /// A "concept" specification
@@ -193,5 +191,4 @@
                        const pmFPA *source    ///< The source FPA
                       );
-
-
+/// @}
 #endif
