[hipl-commit] [tiny] Rev 3528: Prettified doxygen for lib/modularization and corresponding test program.

  • From: Tim Just <tim.just@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 18 Feb 2010 10:47:51 +0200

Committer: Tim Just <tim.just@xxxxxxxxxxxxxx>
Date: Thu Feb 18 09:46:16 2010 +0100
Revision: 3528
Revision-id: tim.just@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: tiny

Log:
  Prettified doxygen for lib/modularization and corresponding test program.

Modified:
  M  lib/modularization/modularization.c
  M  lib/modularization/modularization.h
  M  test/modularization.c

=== modified file 'lib/modularization/modularization.c'
--- lib/modularization/modularization.c 2010-02-09 07:15:33 +0000
+++ lib/modularization/modularization.c 2010-02-18 08:46:16 +0000
@@ -1,10 +1,12 @@
-/** @file
- * The main source file for libmodularization
- *
- * @author  Tim Just
- * @version 0.1
- * @date    04.02.2010
- * @note    Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>.
+/**
+ * @file
+ *
+ * Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>.
+ *
+ * @brief The main source file for libmodularization.
+ *
+ * @author Tim Just <tim.just@xxxxxxxxxxxxxx>
+ *
  */
 #include <stdlib.h>
 #include <string.h>

=== modified file 'lib/modularization/modularization.h'
--- lib/modularization/modularization.h 2010-02-09 07:15:33 +0000
+++ lib/modularization/modularization.h 2010-02-18 08:46:16 +0000
@@ -1,10 +1,12 @@
-/** @file
- * The header file for libmodularization
- *
- * @author  Tim Just
- * @version 0.1
- * @date    04.02.2010
- * @note    Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>.
+/**
+ * @file
+ *
+ * Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>.
+ *
+ * @brief The main header file for libmodularization.
+ *
+ * @author Tim Just <tim.just@xxxxxxxxxxxxxx>
+ *
  */
 #ifndef HIP_MODULARIZATION_H
 #define HIP_MODULARIZATION_H

=== modified file 'test/modularization.c'
--- test/modularization.c       2010-02-09 07:15:33 +0000
+++ test/modularization.c       2010-02-18 08:46:16 +0000
@@ -1,13 +1,13 @@
 /** @file
  * A small test program for the modularization lib.
  *
+ * Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>.
+ *
  * @brief  Runs various tests in the data structures and functions provided by
  *         libmodularization.
  *
- * @author  Tim Just
- * @version 0.1
- * @date    04.02.2010
- * @note    Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>.
+ * @author Tim Just <tim.just@xxxxxxxxxxxxxx>
+ *
  */
 #include <stdio.h>

Other related posts:

  • » [hipl-commit] [tiny] Rev 3528: Prettified doxygen for lib/modularization and corresponding test program. - Tim Just