[hipl-commit] [trunk] Rev 4578: Remove stray misplaced Doxygen comments.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Sun, 23 May 2010 13:32:53 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 23/05/2010 at 13:32:53
Revision: 4578
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove stray misplaced Doxygen comments.

Modified:
  M  hipd/nat.c

=== modified file 'hipd/nat.c'
--- hipd/nat.c  2010-05-23 10:32:06 +0000
+++ hipd/nat.c  2010-05-23 10:32:39 +0000
@@ -38,12 +38,6 @@
 #include "lib/core/debug.h"
 
 
-/** A transmission function set for NAT traversal. */
-/** File descriptor of socket used for hip control packet NAT traversal on
- *  UDP/IPv4. Defined in hipd.c */
-/** Specifies the NAT status of the daemon. This value indicates if the current
- *  machine is behind a NAT. Defined in hipd.c */
-
 static int hip_ha_set_nat_mode(hip_ha_t *entry, void *mode);
 
 /**

Other related posts:

  • » [hipl-commit] [trunk] Rev 4578: Remove stray misplaced Doxygen comments. - Diego Biurrun