[pisa-src] r2145 - in trunk/libpisa: sysdep.c sysdep.h

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 15 Mar 2010 00:57:13 +0100

Author: gherzan
Date: Mon Mar 15 00:57:12 2010
New Revision: 2145

Log:
libpisa: fix file names in doxygen comments

Modified:
   trunk/libpisa/sysdep.c
   trunk/libpisa/sysdep.h

Modified: trunk/libpisa/sysdep.c
==============================================================================
--- trunk/libpisa/sysdep.c      Sun Mar 14 22:30:18 2010        (r2144)
+++ trunk/libpisa/sysdep.c      Mon Mar 15 00:57:12 2010        (r2145)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file dict-maa.h
+ * @file sysdep.c
  * @brief Implementation of system-dependent (or POSIX, but missing) routines
  * @author Mircea Gherzan <mgherzan@xxxxxxxxx>
  * @date March 2010

Modified: trunk/libpisa/sysdep.h
==============================================================================
--- trunk/libpisa/sysdep.h      Sun Mar 14 22:30:18 2010        (r2144)
+++ trunk/libpisa/sysdep.h      Mon Mar 15 00:57:12 2010        (r2145)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file dict-maa.h
+ * @file sysdep.h
  * @brief System-dependent routines
  * @author Mircea Gherzan <mgherzan@xxxxxxxxx>
  * @date March 2010

Other related posts:

  • » [pisa-src] r2145 - in trunk/libpisa: sysdep.c sysdep.h - Mircea Gherzan