[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5172: Remove some misplaced @file Doxygen commands from license boilerplates.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Mon, 22 Nov 2010 18:35:50 -0000

------------------------------------------------------------
revno: 5172
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Mon 2010-11-22 19:30:04 +0100
message:
  Remove some misplaced @file Doxygen commands from license boilerplates.
modified:
  modules/heartbeat/hipd/heartbeat.c
  modules/heartbeat/hipd/heartbeat.h
  modules/heartbeat_update/hipd/hb_update.c
  modules/heartbeat_update/hipd/hb_update.h
  modules/update/hipd/update.c
  modules/update/hipd/update_legacy.c
  modules/update/hipd/update_legacy.h


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'modules/heartbeat/hipd/heartbeat.c'
--- modules/heartbeat/hipd/heartbeat.c  2010-11-12 16:42:54 +0000
+++ modules/heartbeat/hipd/heartbeat.c  2010-11-22 18:30:04 +0000
@@ -1,6 +1,4 @@
-/**
- * @file
- *
+/*
  * Copyright (c) 2010 Aalto University and RWTH Aachen University.
  *
  * Permission is hereby granted, free of charge, to any person
@@ -23,6 +21,10 @@
  * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+/**
+ * @file
  *
  * Heartbeat code detects problems with the ESP tunnel. It is based on
  * sending ICMPv6 requests inside the tunnel. Each received ICMPv6

=== modified file 'modules/heartbeat/hipd/heartbeat.h'
--- modules/heartbeat/hipd/heartbeat.h  2010-11-19 16:10:03 +0000
+++ modules/heartbeat/hipd/heartbeat.h  2010-11-22 18:30:04 +0000
@@ -1,6 +1,4 @@
-/**
- * @file
- *
+/*
  * Copyright (c) 2010 Aalto University and RWTH Aachen University.
  *
  * Permission is hereby granted, free of charge, to any person

=== modified file 'modules/heartbeat_update/hipd/hb_update.c'
--- modules/heartbeat_update/hipd/hb_update.c   2010-09-25 18:30:26 +0000
+++ modules/heartbeat_update/hipd/hb_update.c   2010-11-22 18:30:04 +0000
@@ -1,6 +1,4 @@
-/**
- * @file
- *
+/*
  * Copyright (c) 2010 Aalto University and RWTH Aachen University.
  *
  * Permission is hereby granted, free of charge, to any person
@@ -23,6 +21,10 @@
  * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+/**
+ * @file
  *
  * This is the main source file of the module HEARTBEAT-UPDATE. Its core
  * functionality is UPDATE triggering if HEARTBEATS fail. You can adjust the

=== modified file 'modules/heartbeat_update/hipd/hb_update.h'
--- modules/heartbeat_update/hipd/hb_update.h   2010-11-19 16:10:03 +0000
+++ modules/heartbeat_update/hipd/hb_update.h   2010-11-22 18:30:04 +0000
@@ -1,6 +1,4 @@
-/**
- * @file
- *
+/*
  * Copyright (c) 2010 Aalto University and RWTH Aachen University.
  *
  * Permission is hereby granted, free of charge, to any person
@@ -24,6 +22,7 @@
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  * OTHER DEALINGS IN THE SOFTWARE.
  */
+
 #ifndef HIP_MODULES_HEARTBEAT_UPDATE_HIPD_HB_UPDATE_H
 #define HIP_MODULES_HEARTBEAT_UPDATE_HIPD_HB_UPDATE_H
 

=== modified file 'modules/update/hipd/update.c'
--- modules/update/hipd/update.c        2010-11-12 16:42:54 +0000
+++ modules/update/hipd/update.c        2010-11-22 18:30:04 +0000
@@ -1,8 +1,4 @@
-/**
- * @file
- * This file defines various functions for sending, handling and receiving
- * UPDATE packets for the Host Identity Protocol (HIP)
- *
+/*
  * Copyright (c) 2010 Aalto University and RWTH Aachen University.
  *
  * Permission is hereby granted, free of charge, to any person
@@ -25,6 +21,12 @@
  * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+/**
+ * @file
+ * This file defines various functions for sending, handling and receiving
+ * UPDATE packets for the Host Identity Protocol (HIP)
  *
  * @author  Baris Boyvat <baris#boyvat.com>
  */

=== modified file 'modules/update/hipd/update_legacy.c'
--- modules/update/hipd/update_legacy.c 2010-09-25 18:30:26 +0000
+++ modules/update/hipd/update_legacy.c 2010-11-22 18:30:04 +0000
@@ -1,5 +1,4 @@
-/**
- * @file
+/*
  * Copyright (c) 2010 Aalto University and RWTH Aachen University.
  *
  * Permission is hereby granted, free of charge, to any person
@@ -22,7 +21,10 @@
  * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  * OTHER DEALINGS IN THE SOFTWARE.
- *
+ */
+
+/**
+ * @file
  * This file contains legacy functions for mobility that should be rewritten 
for modularity.
  * They are still included in the code base due to locator dependencies with
  * base exchange code. See bugzilla ids 592195 and 592196.

=== modified file 'modules/update/hipd/update_legacy.h'
--- modules/update/hipd/update_legacy.h 2010-11-19 16:10:03 +0000
+++ modules/update/hipd/update_legacy.h 2010-11-22 18:30:04 +0000
@@ -1,6 +1,4 @@
-/**
- * @file
- *
+/*
  * Copyright (c) 2010 Aalto University and RWTH Aachen University.
  *
  * Permission is hereby granted, free of charge, to any person

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5172: Remove some misplaced @file Doxygen commands from license boilerplates. - noreply