[hipl-commit] [tiny] Rev 3515: Corrected inclusion guard and doxygen comment.

  • From: Tim Just <tim.just@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 03 Feb 2010 18:01:42 +0200

Committer: Tim Just <tim.just@xxxxxxxxxxxxxx>
Date: Wed Feb 03 16:59:25 2010 +0100
Revision: 3515
Revision-id: tim.just@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: tiny

Log:
  Corrected inclusion guard and doxygen comment.

Modified:
  M  modules/update/hipd/update_init.h

=== modified file 'modules/update/hipd/update_init.h'
--- modules/update/hipd/update_init.h   2010-02-02 07:55:10 +0000
+++ modules/update/hipd/update_init.h   2010-02-03 15:59:25 +0000
@@ -1,13 +1,14 @@
-/*
- * update_init.h
+/** @file
+ * The header file for update_init.c
  *
- *  Created on: Jan 29, 2010
- *      Author: just
+ * @author  Tim Just
+ * @version 0.1
+ * @date    03.02.2010
+ * @note    Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>.
  */
-
-#ifndef UPDATE_INIT_H_
-#define UPDATE_INIT_H_
+#ifndef HIP_UPDATE_INIT_H
+#define HIP_UPDATE_INIT_H
 
 int update_init(void);
 
-#endif /* UPDATE_INIT_H_ */
+#endif /* HIP_UPDATE_INIT_H */

Other related posts:

  • » [hipl-commit] [tiny] Rev 3515: Corrected inclusion guard and doxygen comment. - Tim Just