Index: trunk/psLib/src/sysUtils/psError.h
===================================================================
--- trunk/psLib/src/sysUtils/psError.h	(revision 3476)
+++ trunk/psLib/src/sysUtils/psError.h	(revision 4162)
@@ -12,6 +12,6 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-22 21:52:49 $
+ *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-08 23:40:45 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -104,5 +104,5 @@
     va_list va                         ///< any parameters required in fmt
 );
-#endif
+#endif // #ifndef SWIG
 
 #ifdef DOXYGEN
@@ -135,5 +135,5 @@
     ...
 );
-#else
+#else // #ifdef DOXYGEN
 psErrorCode p_psError(
     const char* file,
@@ -157,7 +157,7 @@
 #define psError(code,new,...) p_psError(__FILE__,__LINE__,__func__,code,new,__VA_ARGS__)
 #define psWarning(...) p_psWarning(__FILE__,__LINE__,__func__,__VA_ARGS__)
-#endif
+#endif // #ifndef SWIG
 
-#endif
+#endif // ! DOXYGEN
 
 /** Create a new psErr struct
