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
