[hipl-commit] [trunk] Rev 3679: Added default doxygen header for auth_performance.c

  • From: Tobias Heer <heer@xxxxxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 18 Feb 2010 15:02:15 +0200

Committer: Tobias Heer <heer@xxxxxxxxxxxxxxxxx>
Date: Thu Feb 18 14:02:13 2010 +0100
Revision: 3679
Revision-id: heer@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Added default doxygen header for auth_performance.c

Modified:
  M  test/auth_performance.c

=== modified file 'test/auth_performance.c'
--- test/auth_performance.c     2010-02-16 21:54:14 +0000
+++ test/auth_performance.c     2010-02-18 13:02:13 +0000
@@ -1,3 +1,15 @@
+/**
+ * @file test/auth_performance.c
+ *
+ * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
+ *
+ * This file contains a benchmark for the cryptographic authentication 
functions..
+ *
+ * @brief Authentication function benchmark
+ *
+ * @author Tobias Heer
+ */
+
 /* required for s6_addr32 */
 #define _BSD_SOURCE

Other related posts:

  • » [hipl-commit] [trunk] Rev 3679: Added default doxygen header for auth_performance.c - Tobias Heer