Index: trunk/pswarp/src/pswarpErrorCodes.c.in
===================================================================
--- trunk/pswarp/src/pswarpErrorCodes.c.in	(revision 11282)
+++ trunk/pswarp/src/pswarpErrorCodes.c.in	(revision 21323)
@@ -1,2 +1,17 @@
+/** @file pswarpErrorCodes.c.in
+ *
+ *  @brief
+ *
+ *  @ingroup pswarp
+ *
+ *  @author IfA
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2009-02-05 20:44:04 $
+ *  Copyright 2009 Institute for Astronomy, University of Hawaii
+ */
+
+#include "pslib.h"
+#include "pswarpErrorCodes.h"
+
 /*
  * The line
@@ -5,7 +20,4 @@
  * will be replaced by values from errorCodes.dat
  */
-#include "pslib.h"
-#include "pswarpErrorCodes.h"
-
 void pswarpErrorRegister(void)
 {
@@ -14,5 +26,5 @@
        { PSWARP_ERR_${ErrorCode}, "${ErrorDescription}"},
     };
-    static int nerror = PSWARP_ERR_NERROR - PSWARP_ERR_BASE; // number of values in enum
+    static int nerror = PSWARP_ERR_NERROR - PSWARP_ERR_BASE; ///< number of values in enum
 
     for (int i = 0; i < nerror; i++) {
