Index: trunk/psModules/src/concepts/pmConceptsPhotcode.h
===================================================================
--- trunk/psModules/src/concepts/pmConceptsPhotcode.h	(revision 11250)
+++ trunk/psModules/src/concepts/pmConceptsPhotcode.h	(revision 11251)
@@ -1,18 +1,17 @@
-/// @file  pmConceptsPhotcode.h
-///
-/// @brief Generate a photcode from the concepts
-///
-/// @ingroup Concepts
-///
-/// @author Eugene Magnier, IfA
-///
-/// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2007-01-19 01:19:34 $
-///
-/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
-///
+/*  @file  pmConceptsPhotcode.h
+ *  @brief Generate a photcode from the concepts
+ * 
+ *  @author Eugene Magnier, IfA
+ * 
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-24 01:05:41 $
+ *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
+ */
 
 #ifndef PM_CONCEPTS_PHOTCODE_H
 #define PM_CONCEPTS_PHOTCODE_H
+
+/// @addtogroup Concepts Data Abstraction Concepts
+/// @{
 
 #include <pslib.h>
@@ -28,3 +27,4 @@
 psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, pmFPAview *view);
 
+/// @}
 # endif
Index: trunk/psModules/src/config/.cvsignore
===================================================================
--- trunk/psModules/src/config/.cvsignore	(revision 11250)
+++ trunk/psModules/src/config/.cvsignore	(revision 11251)
@@ -5,2 +5,4 @@
 *.la
 *.lo
+pmErrorCodes.c
+pmErrorCodes.h
Index: trunk/psModules/src/config/pmConfig.h
===================================================================
--- trunk/psModules/src/config/pmConfig.h	(revision 11250)
+++ trunk/psModules/src/config/pmConfig.h	(revision 11251)
@@ -1,20 +1,18 @@
-/// @file pmConfig.h
-///
-/// @brief Configuration functions
-///
-/// @ingroup Config
-///
-/// @author ?, MHPCC
-/// @author Paul Price, IfA
-/// @author Eugene Magnier, IfA
-///
-/// @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2007-01-23 03:19:43 $
-///
-/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
-///
+/*  @file pmConfig.h
+ *  @brief Configuration functions
+ * 
+ *  @author Paul Price, IfA
+ *  @author Eugene Magnier, IfA
+ * 
+ *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-24 01:05:41 $
+ *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
+ */
 
 #ifndef PM_CONFIG_H
 #define PM_CONFIG_H
+
+/// @addtogroup Config Configuration System
+/// @{
 
 /// Sources for recipes.
@@ -163,4 +161,4 @@
                           );
 
-
+/// @}
 #endif
Index: trunk/psModules/src/config/pmConfigCamera.h
===================================================================
--- trunk/psModules/src/config/pmConfigCamera.h	(revision 11250)
+++ trunk/psModules/src/config/pmConfigCamera.h	(revision 11251)
@@ -1,4 +1,18 @@
+/*  @file pmConfigCamera.h
+ *  @brief Camera Configuration functions
+ * 
+ *  @author Paul Price, IfA
+ *  @author Eugene Magnier, IfA
+ * 
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-24 01:05:41 $
+ *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
+ */
+
 #ifndef PM_CONFIG_CAMERA_H
 #define PM_CONFIG_CAMERA_H
+
+/// @addtogroup Config Configuration System
+/// @{
 
 #include <pslib.h>
@@ -13,4 +27,4 @@
                                        );
 
-
+/// @}
 #endif
Index: trunk/psModules/src/config/pmConfigRecipes.h
===================================================================
--- trunk/psModules/src/config/pmConfigRecipes.h	(revision 11250)
+++ trunk/psModules/src/config/pmConfigRecipes.h	(revision 11251)
@@ -1,20 +1,19 @@
-/// @file pmConfig.h
-///
-/// @brief Configuration functions
-///
-/// @ingroup Config
-///
-/// @author ?, MHPCC
-/// @author Paul Price, IfA
-/// @author Eugene Magnier, IfA
-///
-/// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2006-12-04 21:38:08 $
-///
-/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
-///
+/*  @file pmConfigRecipes.h
+ *  @brief Configuration Recipe functions
+ * 
+ *  @author ?, MHPCC
+ *  @author Paul Price, IfA
+ *  @author Eugene Magnier, IfA
+ * 
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-24 01:05:41 $
+ *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
+ */
 
 #ifndef PM_CONFIG_RECIPES_H
 #define PM_CONFIG_RECIPES_H
+
+/// @addtogroup Config Configuration System
+/// @{
 
 /// Read recipes
@@ -31,3 +30,4 @@
 psMetadata *pmConfigRecipeOptions (pmConfig *config, char *recipe);
 
+/// @}
 #endif
Index: trunk/psModules/src/config/pmVersion.h
===================================================================
--- trunk/psModules/src/config/pmVersion.h	(revision 11250)
+++ trunk/psModules/src/config/pmVersion.h	(revision 11251)
@@ -1,4 +1,18 @@
+/*  @file pmVersion.h
+ *  @brief Version functions
+ * 
+ *  @author Paul Price, IfA
+ *  @author Eugene Magnier, IfA
+ * 
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-24 01:05:41 $
+ *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
+ */
+
 #ifndef PM_VERSION_H
 #define PM_VERSION_H
+
+/// @addtogroup Config Configuration System
+/// @{
 
 #include <pslib.h>
@@ -23,3 +37,4 @@
 
 
+/// @}
 #endif
Index: trunk/psModules/src/sky/pmWarpMap.h
===================================================================
--- trunk/psModules/src/sky/pmWarpMap.h	(revision 11250)
+++ trunk/psModules/src/sky/pmWarpMap.h	(revision 11251)
@@ -1,4 +1,18 @@
+/*  @file pmWarpMap.h
+ *  @brief Warp Map Manipulation functions
+ * 
+ *  @author Paul Price, IfA
+ *  @author Eugene Magnier, IfA
+ * 
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-24 01:05:41 $
+ *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
+ */
+
 #ifndef PM_WARP_MAP_H
 #define PM_WARP_MAP_H
+
+/// @addtogroup Sky
+/// @{
 
 // a single pmWarpMap converts coordinates from one image to a second image
@@ -71,5 +85,4 @@
                             int ix, int iy
                            );
-
-
+/// @}
 #endif
