[pisa-src] r2277 - in trunk/libpisa: performance.c performance.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 15 Apr 2010 12:36:40 +0200

Author: biurrun
Date: Thu Apr 15 12:36:40 2010
New Revision: 2277

Log:
Update some doxygen comments; the performance code is not a separate library.

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

Modified: trunk/libpisa/performance.c
==============================================================================
--- trunk/libpisa/performance.c Thu Apr 15 12:34:43 2010        (r2276)
+++ trunk/libpisa/performance.c Thu Apr 15 12:36:40 2010        (r2277)
@@ -7,7 +7,7 @@
 /*!
  * \file performance.c
  *
- * \brief Primitive performance measurement library.
+ * \brief Primitive performance measurement.
  * \author Tobias Heer
  * \author Dongsu Park
  *

Modified: trunk/libpisa/performance.h
==============================================================================
--- trunk/libpisa/performance.h Thu Apr 15 12:34:43 2010        (r2276)
+++ trunk/libpisa/performance.h Thu Apr 15 12:36:40 2010        (r2277)
@@ -6,7 +6,7 @@
 
 /**
  * @file performance.h
- * @brief Header file for PISA performance measurement library.
+ * @brief Header file for PISA performance measurement.
  * @author Tobias Heer
  * @author Dongsu Park
  * @date Apr. 2009

Other related posts:

  • » [pisa-src] r2277 - in trunk/libpisa: performance.c performance.h - Diego Biurrun