[hipl-commit] [trunk] Rev 4029: Canonized doxygen comments. Removed the filename after @file in doxygen header.

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 18 Mar 2010 23:15:32 +0200

Committer: Miika Komu <miika@xxxxxx>
Date: 18/03/2010 at 23:15:32
Revision: 4029
Revision-id: miika@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Canonized doxygen comments. Removed the filename after @file in doxygen 
header.

Modified:
  M  agent/agent.c
  M  agent/connhipd.c
  M  agent/gui_interface.c
  M  agent/hitdb.c
  M  agent/language.c
  M  agent/str_var.c
  M  agent/tools.c
  M  doc/doxygen.h
  M  firewall/cache.c
  M  firewall/cache_port.c
  M  firewall/conntrack.c
  M  firewall/datapkt.c
  M  firewall/dlist.c
  M  firewall/esp_prot_api.c
  M  firewall/esp_prot_api.h
  M  firewall/esp_prot_config.c
  M  firewall/esp_prot_config.h
  M  firewall/esp_prot_conntrack.c
  M  firewall/esp_prot_conntrack.h
  M  firewall/esp_prot_fw_msg.c
  M  firewall/esp_prot_fw_msg.h
  M  firewall/firewall_control.c
  M  firewall/firewalldb.c
  M  firewall/helpers.c
  M  firewall/hslist.c
  M  firewall/lsi.c
  M  firewall/midauth.c
  M  firewall/midauth.h
  M  firewall/opptcp.c
  M  firewall/pisa.c
  M  firewall/pisa.h
  M  firewall/pisa_cert.c
  M  firewall/pisa_cert.h
  M  firewall/proxyconndb.c
  M  firewall/rule_management.c
  M  firewall/user_ipsec_api.c
  M  firewall/user_ipsec_api.h
  M  firewall/user_ipsec_fw_msg.c
  M  firewall/user_ipsec_fw_msg.h
  M  firewall/user_ipsec_sadb.c
  M  firewall/user_ipsec_sadb.h
  M  hipd/dht.c
  M  hipd/esp_prot_anchordb.c
  M  hipd/esp_prot_anchordb.h
  M  hipd/esp_prot_hipd_msg.c
  M  hipd/esp_prot_hipd_msg.h
  M  hipd/esp_prot_light_update.c
  M  hipd/esp_prot_light_update.h
  M  hipd/hit_to_ip.c
  M  hipd/hit_to_ip.h
  M  hipd/netdev.c
  M  hipd/nsupdate.c
  M  hipd/nsupdate.h
  M  hipd/pisa.c
  M  hipd/pisa.h
  M  hipd/user_ipsec_hipd_msg.c
  M  hipd/user_ipsec_hipd_msg.h
  M  hipd/user_ipsec_sadb_api.c
  M  hipd/user_ipsec_sadb_api.h
  M  i3/utils/netwrap.h
  M  lib/conf/hipconf.c
  M  lib/core/crypto.c
  M  lib/core/esp_prot_common.h
  M  lib/core/hashchain.c
  M  lib/core/hashchain.h
  M  lib/core/hashchain_store.c
  M  lib/core/hashchain_store.h
  M  lib/core/hashtree.c
  M  lib/core/hashtree.h
  M  lib/core/hip_statistics.c
  M  lib/core/hip_statistics.h
  M  lib/dht/libhipdht.c
  M  lib/gui/create.c
  M  lib/gui/dragndrop.c
  M  lib/gui/events.c
  M  lib/gui/hipgui.c
  M  lib/gui/tools.c
  M  lib/gui/widgets.c
  M  lib/tool/lutil.c
  M  lib/tool/nlink.c
  M  lib/tool/pk.c
  M  lib/tool/user_ipsec_esp.c
  M  lib/tool/user_ipsec_esp.h
  M  lib/tool/xfrmapi.c
  M  test/auth_performance.c

=== modified file 'agent/agent.c'
--- agent/agent.c       2010-03-18 21:10:33 +0000
+++ agent/agent.c       2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file agent/agent.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'agent/connhipd.c'
--- agent/connhipd.c    2010-03-18 21:10:33 +0000
+++ agent/connhipd.c    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file agent/connhipd.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'agent/gui_interface.c'
--- agent/gui_interface.c       2010-02-17 17:38:08 +0000
+++ agent/gui_interface.c       2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file agent/gui_interface.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl.txt";>GNU/GPL</a>
  *

=== modified file 'agent/hitdb.c'
--- agent/hitdb.c       2010-03-18 21:10:33 +0000
+++ agent/hitdb.c       2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file agent/hitdb.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'agent/language.c'
--- agent/language.c    2010-03-18 21:10:33 +0000
+++ agent/language.c    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file agent/language.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'agent/str_var.c'
--- agent/str_var.c     2010-03-18 21:10:33 +0000
+++ agent/str_var.c     2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file agent/str_var.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'agent/tools.c'
--- agent/tools.c       2010-02-17 17:38:08 +0000
+++ agent/tools.c       2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file agent/tools.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl.txt";>GNU/GPL</a>
  *

=== modified file 'doc/doxygen.h'
--- doc/doxygen.h       2010-03-07 11:20:52 +0000
+++ doc/doxygen.h       2010-03-18 21:15:21 +0000
@@ -319,7 +319,7 @@
  */
 
 /**
- * @file lib/core/protodefs.h
+ * @file
  * @def HIP_I1
  * @def HIP_R1
  * @def HIP_I2
@@ -405,7 +405,7 @@
  */
 
 /**
- * @file lib/core/protodefs.h
+ * @file
  * @def HIP_PARAM_MIN
  *      Defines the minimum parameter type value.
  * @note exclusive
@@ -550,7 +550,7 @@
  */
 
 /**
- * @file lib/core/protodefs.h
+ * @file
  * @def  HIP_NTF_UNSUPPORTED_CRITICAL_PARAMETER_TYPE
  *       Sent if the parameter type has the "critical" bit set and the
  *       parameter type is not recognized.  Notification Data contains the two
@@ -625,7 +625,7 @@
  */
 
  /**
- * @file lib/core/protodefs.h
+ * @file
  * @def HIP_SERVICE_RENDEZVOUS
  *      Rendezvous service for relaying I1 packets.
  * @def HIP_SERVICE_RELAY
@@ -636,7 +636,7 @@
  */
 
 /**
- * @file   lib/core/protodefs.h
+ * @file
  * @struct hip_rvs_hmac
  *         Rendezvous server hmac. A non-critical parameter whose only 
difference with
  *         the @c HMAC parameter defined in [I-D.ietf-hip-base] is its @c type 
code.
@@ -778,7 +778,7 @@
  */
 
 /**
- * @file lib/core/state.h
+ * @file
  * @def HIP_STATE_NONE
  *      No state, structure unused.
  * @def HIP_STATE_UNASSOCIATED

=== modified file 'firewall/cache.c'
--- firewall/cache.c    2010-03-18 12:09:47 +0000
+++ firewall/cache.c    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/cache.c
+ * @file
  *
  * Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>.
  *

=== modified file 'firewall/cache_port.c'
--- firewall/cache_port.c       2010-03-10 17:44:36 +0000
+++ firewall/cache_port.c       2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/cache_port.c
+ * @file
  *
  * Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>.
  *

=== modified file 'firewall/conntrack.c'
--- firewall/conntrack.c        2010-03-17 16:22:48 +0000
+++ firewall/conntrack.c        2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/conntrack.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl.txt";>GNU/GPL</a>.
  *

=== modified file 'firewall/datapkt.c'
--- firewall/datapkt.c  2010-03-18 19:16:17 +0000
+++ firewall/datapkt.c  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/datapkt.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/dlist.c'
--- firewall/dlist.c    2010-02-14 12:32:17 +0000
+++ firewall/dlist.c    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/dlist.c
+ * @file
  *
  * Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>.
  *

=== modified file 'firewall/esp_prot_api.c'
--- firewall/esp_prot_api.c     2010-03-09 18:26:22 +0000
+++ firewall/esp_prot_api.c     2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_api.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/esp_prot_api.h'
--- firewall/esp_prot_api.h     2010-03-18 21:10:33 +0000
+++ firewall/esp_prot_api.h     2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_api.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/esp_prot_config.c'
--- firewall/esp_prot_config.c  2010-02-17 17:38:08 +0000
+++ firewall/esp_prot_config.c  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_config.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/esp_prot_config.h'
--- firewall/esp_prot_config.h  2010-03-18 21:10:33 +0000
+++ firewall/esp_prot_config.h  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_config.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/esp_prot_conntrack.c'
--- firewall/esp_prot_conntrack.c       2010-03-12 19:14:02 +0000
+++ firewall/esp_prot_conntrack.c       2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_conntrack.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/esp_prot_conntrack.h'
--- firewall/esp_prot_conntrack.h       2010-03-18 21:10:33 +0000
+++ firewall/esp_prot_conntrack.h       2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_conntrack.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/esp_prot_fw_msg.c'
--- firewall/esp_prot_fw_msg.c  2010-03-18 12:09:47 +0000
+++ firewall/esp_prot_fw_msg.c  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_fw_msg.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/esp_prot_fw_msg.h'
--- firewall/esp_prot_fw_msg.h  2010-03-18 21:10:33 +0000
+++ firewall/esp_prot_fw_msg.h  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_fw_msg.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/firewall_control.c'
--- firewall/firewall_control.c 2010-03-18 12:09:47 +0000
+++ firewall/firewall_control.c 2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/firewall_control.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/firewalldb.c'
--- firewall/firewalldb.c       2010-03-18 08:30:22 +0000
+++ firewall/firewalldb.c       2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/firewalldb.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/helpers.c'
--- firewall/helpers.c  2010-03-05 08:57:28 +0000
+++ firewall/helpers.c  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/helpers.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/hslist.c'
--- firewall/hslist.c   2010-02-14 12:32:17 +0000
+++ firewall/hslist.c   2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/hslist.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/lsi.c'
--- firewall/lsi.c      2010-03-18 12:09:47 +0000
+++ firewall/lsi.c      2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/lsi.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/midauth.c'
--- firewall/midauth.c  2010-03-10 10:29:54 +0000
+++ firewall/midauth.c  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/midauth.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/midauth.h'
--- firewall/midauth.h  2010-03-10 17:49:26 +0000
+++ firewall/midauth.h  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/midauth.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/opptcp.c'
--- firewall/opptcp.c   2010-03-18 12:09:47 +0000
+++ firewall/opptcp.c   2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/opptcp.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/pisa.c'
--- firewall/pisa.c     2010-03-11 13:05:53 +0000
+++ firewall/pisa.c     2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/pisa.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/pisa.h'
--- firewall/pisa.h     2010-02-18 09:06:49 +0000
+++ firewall/pisa.h     2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/pisa.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/pisa_cert.c'
--- firewall/pisa_cert.c        2010-02-18 09:06:49 +0000
+++ firewall/pisa_cert.c        2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/pisa_cert.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/pisa_cert.h'
--- firewall/pisa_cert.h        2010-02-18 09:06:49 +0000
+++ firewall/pisa_cert.h        2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/pisa_cert.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/proxyconndb.c'
--- firewall/proxyconndb.c      2010-03-03 13:16:18 +0000
+++ firewall/proxyconndb.c      2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/proxyconndb.c
+ * @file
  *
  * Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>.
  *

=== modified file 'firewall/rule_management.c'
--- firewall/rule_management.c  2010-03-10 17:20:51 +0000
+++ firewall/rule_management.c  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/rule_management.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *
@@ -96,7 +96,7 @@
  * Writes the default firewall configuration file to the disk if it does
  * not exist
  *
- * @file the configuration file name
+ * @file
  */
 static void check_and_write_default_config(const char *file)
 {

=== modified file 'firewall/user_ipsec_api.c'
--- firewall/user_ipsec_api.c   2010-03-18 19:16:17 +0000
+++ firewall/user_ipsec_api.c   2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/user_ipsec_api.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/user_ipsec_api.h'
--- firewall/user_ipsec_api.h   2010-03-18 21:10:33 +0000
+++ firewall/user_ipsec_api.h   2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/user_ipsec_api.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/user_ipsec_fw_msg.c'
--- firewall/user_ipsec_fw_msg.c        2010-03-18 12:09:47 +0000
+++ firewall/user_ipsec_fw_msg.c        2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/user_ipsec_fw_msg.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/user_ipsec_fw_msg.h'
--- firewall/user_ipsec_fw_msg.h        2010-03-18 21:10:33 +0000
+++ firewall/user_ipsec_fw_msg.h        2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/user_ipsec_fw_msg.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/user_ipsec_sadb.c'
--- firewall/user_ipsec_sadb.c  2010-03-10 17:44:36 +0000
+++ firewall/user_ipsec_sadb.c  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/user_ipsec_sadb.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'firewall/user_ipsec_sadb.h'
--- firewall/user_ipsec_sadb.h  2010-03-18 21:10:33 +0000
+++ firewall/user_ipsec_sadb.h  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/user_ipsec_sadb.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/dht.c'
--- hipd/dht.c  2010-03-18 21:10:33 +0000
+++ hipd/dht.c  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file hipd/dht.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/esp_prot_anchordb.c'
--- hipd/esp_prot_anchordb.c    2010-03-16 22:44:27 +0000
+++ hipd/esp_prot_anchordb.c    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_anchordb.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/esp_prot_anchordb.h'
--- hipd/esp_prot_anchordb.h    2010-03-18 21:10:33 +0000
+++ hipd/esp_prot_anchordb.h    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_anchordb.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/esp_prot_hipd_msg.c'
--- hipd/esp_prot_hipd_msg.c    2010-03-16 22:47:04 +0000
+++ hipd/esp_prot_hipd_msg.c    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_hipd_msg.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/esp_prot_hipd_msg.h'
--- hipd/esp_prot_hipd_msg.h    2010-03-18 21:10:33 +0000
+++ hipd/esp_prot_hipd_msg.h    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_hipd_msg.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/esp_prot_light_update.c'
--- hipd/esp_prot_light_update.c        2010-03-16 22:47:04 +0000
+++ hipd/esp_prot_light_update.c        2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_light_update.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/esp_prot_light_update.h'
--- hipd/esp_prot_light_update.h        2010-03-18 21:10:33 +0000
+++ hipd/esp_prot_light_update.h        2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_light_update.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/hit_to_ip.c'
--- hipd/hit_to_ip.c    2010-03-18 21:10:33 +0000
+++ hipd/hit_to_ip.c    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file ./hipd/hit_to_ip.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/hit_to_ip.h'
--- hipd/hit_to_ip.h    2010-03-18 21:10:33 +0000
+++ hipd/hit_to_ip.h    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file ./hipd/hit_to_ip.h
+ * @file
  *
  * Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>Distributed under <a 
href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/netdev.c'
--- hipd/netdev.c       2010-03-18 12:09:47 +0000
+++ hipd/netdev.c       2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file hipd/netdev.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/nsupdate.c'
--- hipd/nsupdate.c     2010-03-18 21:10:33 +0000
+++ hipd/nsupdate.c     2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file hipd/nsupdate.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/nsupdate.h'
--- hipd/nsupdate.h     2010-03-18 21:10:33 +0000
+++ hipd/nsupdate.h     2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file ./hipd/nsupdate.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/pisa.c'
--- hipd/pisa.c 2010-02-18 12:26:08 +0000
+++ hipd/pisa.c 2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file hipd/pisa.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/pisa.h'
--- hipd/pisa.h 2010-02-18 08:47:40 +0000
+++ hipd/pisa.h 2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file hipd/pisa.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/user_ipsec_hipd_msg.c'
--- hipd/user_ipsec_hipd_msg.c  2010-03-18 17:14:08 +0000
+++ hipd/user_ipsec_hipd_msg.c  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file hipd/user_ipsec_hipd_msg.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/user_ipsec_hipd_msg.h'
--- hipd/user_ipsec_hipd_msg.h  2010-03-18 21:10:33 +0000
+++ hipd/user_ipsec_hipd_msg.h  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file hipd/user_ipsec_hipd_msg.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/user_ipsec_sadb_api.c'
--- hipd/user_ipsec_sadb_api.c  2010-03-18 17:15:10 +0000
+++ hipd/user_ipsec_sadb_api.c  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/user_ipsec_sadb_api.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'hipd/user_ipsec_sadb_api.h'
--- hipd/user_ipsec_sadb_api.h  2010-03-18 21:10:33 +0000
+++ hipd/user_ipsec_sadb_api.h  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/user_ipsec_sadb_api.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'i3/utils/netwrap.h'
--- i3/utils/netwrap.h  2010-02-17 17:38:08 +0000
+++ i3/utils/netwrap.h  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file Generic socket library minimally abstracting from differences between 
POSIX and Windows networking implementations, and whatever deranged variations 
may lurk out there.
+ * @file
  */
 #ifndef __SYSTEM_NETWRAP_H__
 #define __SYSTEM_NETWRAP_H__

=== modified file 'lib/conf/hipconf.c'
--- lib/conf/hipconf.c  2010-03-18 17:12:09 +0000
+++ lib/conf/hipconf.c  2010-03-18 21:15:21 +0000
@@ -1,4 +1,4 @@
-/** @file lib/conf/hipconf
+/** @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/core/crypto.c'
--- lib/core/crypto.c   2010-03-10 11:34:35 +0000
+++ lib/core/crypto.c   2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file lib/tool/crypto.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/core/esp_prot_common.h'
--- lib/core/esp_prot_common.h  2010-03-18 21:10:33 +0000
+++ lib/core/esp_prot_common.h  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/esp_prot_common.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/core/hashchain.c'
--- lib/core/hashchain.c        2010-03-18 21:10:33 +0000
+++ lib/core/hashchain.c        2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/hashchain.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/core/hashchain.h'
--- lib/core/hashchain.h        2010-03-18 21:10:33 +0000
+++ lib/core/hashchain.h        2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/hashchain.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/core/hashchain_store.c'
--- lib/core/hashchain_store.c  2010-03-18 21:10:33 +0000
+++ lib/core/hashchain_store.c  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/hashchain_store.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/core/hashchain_store.h'
--- lib/core/hashchain_store.h  2010-03-18 21:10:33 +0000
+++ lib/core/hashchain_store.h  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/hashchain_store.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/core/hashtree.c'
--- lib/core/hashtree.c 2010-03-18 21:10:33 +0000
+++ lib/core/hashtree.c 2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/hashtree.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/core/hashtree.h'
--- lib/core/hashtree.h 2010-03-18 21:10:33 +0000
+++ lib/core/hashtree.h 2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file firewall/hashtree.h
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/core/hip_statistics.c'
--- lib/core/hip_statistics.c   2010-03-11 16:08:04 +0000
+++ lib/core/hip_statistics.c   2010-03-18 21:15:21 +0000
@@ -1,4 +1,4 @@
-/** @file hip_statistics.c
+/** @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/core/hip_statistics.h'
--- lib/core/hip_statistics.h   2010-03-03 16:51:18 +0000
+++ lib/core/hip_statistics.h   2010-03-18 21:15:21 +0000
@@ -1,4 +1,4 @@
-/** @file hip_statistics.h
+/** @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/dht/libhipdht.c'
--- lib/dht/libhipdht.c 2010-03-18 20:54:24 +0000
+++ lib/dht/libhipdht.c 2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file libdht/libhipopendht.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/gui/create.c'
--- lib/gui/create.c    2010-03-18 21:10:33 +0000
+++ lib/gui/create.c    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file libhipgui/create.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/gui/dragndrop.c'
--- lib/gui/dragndrop.c 2010-03-18 21:10:33 +0000
+++ lib/gui/dragndrop.c 2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file libhipgui/dragndrop.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/gui/events.c'
--- lib/gui/events.c    2010-03-18 21:10:33 +0000
+++ lib/gui/events.c    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file libhipgui/events.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/gui/hipgui.c'
--- lib/gui/hipgui.c    2010-03-18 21:10:33 +0000
+++ lib/gui/hipgui.c    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file libhipgui/hipgui.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/gui/tools.c'
--- lib/gui/tools.c     2010-03-18 21:10:33 +0000
+++ lib/gui/tools.c     2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file libhipgui/tools.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/gui/widgets.c'
--- lib/gui/widgets.c   2010-03-18 21:10:33 +0000
+++ lib/gui/widgets.c   2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file libhipgui/widgets.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/tool/lutil.c'
--- lib/tool/lutil.c    2010-03-10 17:44:36 +0000
+++ lib/tool/lutil.c    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file lib/tool/lutil.c
+ * @file
  *
  * Distributed under
  * <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>

=== modified file 'lib/tool/nlink.c'
--- lib/tool/nlink.c    2010-03-10 17:44:36 +0000
+++ lib/tool/nlink.c    2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file lib/tool/nlink.c
+ * @file
  *
  * This code originates from <a
  * 
href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2";>iproute2

=== modified file 'lib/tool/pk.c'
--- lib/tool/pk.c       2010-03-09 18:26:22 +0000
+++ lib/tool/pk.c       2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file lib/tool/pk.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'lib/tool/user_ipsec_esp.c'
--- lib/tool/user_ipsec_esp.c   2010-03-18 19:16:17 +0000
+++ lib/tool/user_ipsec_esp.c   2010-03-18 21:15:21 +0000
@@ -12,7 +12,7 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * @file firewall/user_ipsec_esp.c
+ * @file
  *
  * @author Jeff Ahrenholz <jeffrey.m.ahrenholz@xxxxxxxxxx>
  * @author Rene Hummen <rene.hummen@xxxxxxxxxxxxxx> (ported to HIPL project 
and major rewrite)

=== modified file 'lib/tool/user_ipsec_esp.h'
--- lib/tool/user_ipsec_esp.h   2010-03-18 19:16:17 +0000
+++ lib/tool/user_ipsec_esp.h   2010-03-18 21:15:21 +0000
@@ -12,7 +12,7 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * @file firewall/user_ipsec_esp.h
+ * @file
  *
  * @author Jeff Ahrenholz <jeffrey.m.ahrenholz@xxxxxxxxxx>
  * @author Rene Hummen <rene.hummen@xxxxxxxxxxxxxx> (ported to HIPL project 
and major rewrite)

=== modified file 'lib/tool/xfrmapi.c'
--- lib/tool/xfrmapi.c  2010-03-18 16:25:40 +0000
+++ lib/tool/xfrmapi.c  2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file libhiptool/xfrmapi.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

=== modified file 'test/auth_performance.c'
--- test/auth_performance.c     2010-03-10 15:27:13 +0000
+++ test/auth_performance.c     2010-03-18 21:15:21 +0000
@@ -1,5 +1,5 @@
 /**
- * @file test/auth_performance.c
+ * @file
  *
  * Distributed under <a href="http://www.gnu.org/licenses/gpl2.txt";>GNU/GPL</a>
  *

Other related posts:

  • » [hipl-commit] [trunk] Rev 4029: Canonized doxygen comments. Removed the filename after @file in doxygen header. - Miika Komu