[hipl-commit] [trunk] Rev 3675: Added default doxygen header for hipd/pisa.*

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

Committer: Tobias Heer <heer@xxxxxxxxxxxxxxxxx>
Date: Thu Feb 18 09:47:40 2010 +0100
Revision: 3675
Revision-id: heer@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Added default doxygen header for hipd/pisa.*

Modified:
  M  hipd/pisa.c
  M  hipd/pisa.h

=== modified file 'hipd/pisa.c'
--- hipd/pisa.c 2010-02-17 22:19:45 +0000
+++ hipd/pisa.c 2010-02-18 08:47:40 +0000
@@ -1,7 +1,13 @@
-/** @file
+/**
+ * @file hipd/pisa.c
+ *
+ * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
+ *
  * This file contains functions that are specific to PISA. They deal with the
  * certificate loading.
  *
+ * @brief Functions for certificate loading
+ *
  * @author Thomas Jansen
  */
 
@@ -39,7 +45,7 @@
 }
 
 /**
- * Load a certificate from disk and return a pointer to the global 
+ * Load a certificate from disk and return a pointer to the global
  * variable containing it.
  *
  * @see hip_pisa_load_certificate*

=== modified file 'hipd/pisa.h'
--- hipd/pisa.h 2010-02-17 13:08:39 +0000
+++ hipd/pisa.h 2010-02-18 08:47:40 +0000
@@ -1,5 +1,12 @@
-/** @file
- * A header file for pisa.c.
+/**
+ * @file hipd/pisa.h
+ *
+ * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
+ *
+ * This file contains function declarations  specific to PISA. They deal with 
the
+ * certificate loading.
+ *
+ * @brief Functions declarations for certificate loading
  *
  * @author Thomas Jansen
  */

Other related posts:

  • » [hipl-commit] [trunk] Rev 3675: Added default doxygen header for hipd/pisa.* - Tobias Heer