[pisa-src] r2805 - trunk/libpisa/performance.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 15 Nov 2011 17:46:59 +0100

Author: biurrun
Date: Tue Nov 15 17:46:59 2011
New Revision: 2805

Log:
Drop filename from @file Doxygen directive.

Adding the literal filename is unnecessary and brittle across renames.

Modified:
   trunk/libpisa/performance.c

Modified: trunk/libpisa/performance.c
==============================================================================
--- trunk/libpisa/performance.c Tue Nov 15 17:45:29 2011        (r2804)
+++ trunk/libpisa/performance.c Tue Nov 15 17:46:59 2011        (r2805)
@@ -4,7 +4,7 @@
  */
 
 /**
- * @file performance.c
+ * @file
  *
  * @brief Primitive performance measurement.
  * @author Tobias Heer
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2805 - trunk/libpisa/performance.c - Diego Biurrun