[pisa-src] r2311 - in trunk: libpisa/arp.c libpisa/arp.h libpisa/cfg.c libpisa/cfg.h libpisa/conmgr.c libpisa/conmgr.h libpisa/ctrlhandler.c libpisa/ctrlhandler.h libpisa/debug.c libpisa/debug.h libpisa/dict-...

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 19 Apr 2010 17:56:35 +0200

Author: biurrun
Date: Mon Apr 19 17:56:34 2010
New Revision: 2311

Log:
Remove redundant explicit filenames in @file Doxygen commands.

The explicit filename is not necessary if the Doxygen comments
following it are for the file itself, only if they refer to a
different file.
Besides, at least one filename was wrong, due to stupid copy and
paste or due to negligence after file renamings.

Modified:
   trunk/libpisa/arp.c
   trunk/libpisa/arp.h
   trunk/libpisa/cfg.c
   trunk/libpisa/cfg.h
   trunk/libpisa/conmgr.c
   trunk/libpisa/conmgr.h
   trunk/libpisa/ctrlhandler.c
   trunk/libpisa/ctrlhandler.h
   trunk/libpisa/debug.c
   trunk/libpisa/debug.h
   trunk/libpisa/dict-maa.h
   trunk/libpisa/dict.h
   trunk/libpisa/global.h
   trunk/libpisa/log.c
   trunk/libpisa/log.h
   trunk/libpisa/nat.c
   trunk/libpisa/nat.h
   trunk/libpisa/packet.c
   trunk/libpisa/packet.h
   trunk/libpisa/performance.h
   trunk/libpisa/pisaconf.c
   trunk/libpisa/pisaconf.h
   trunk/libpisa/scheduler.c
   trunk/libpisa/scheduler.h
   trunk/libpisa/sysdep.h
   trunk/libpisa/sysdep_fw.c
   trunk/libpisa/sysdep_tun.c
   trunk/libpisa/tunnel.c
   trunk/libpisa/tunnel.h
   trunk/libpisa/uthash.h
   trunk/libpisa/util.c
   trunk/libpisa/util.h
   trunk/pairing/accept.c
   trunk/pairing/common.c
   trunk/pairing/common.h
   trunk/pairing/hash.c
   trunk/pairing/hash.h
   trunk/pairing/libconfig_wrapper.c
   trunk/pairing/libconfig_wrapper.h
   trunk/pairing/management.c
   trunk/pairing/packet_handler.c
   trunk/pairing/packet_handler.h
   trunk/pairing/passgen.c
   trunk/pairing/send.c
   trunk/pisabeacon/pisabeacon.c
   trunk/pisacd/cdconf.c
   trunk/pisacd/cdconf.h
   trunk/pisacd/cdconftool.c
   trunk/pisacd/cdctx.c
   trunk/pisacd/cdctx.h
   trunk/pisacd/cdderegister.c
   trunk/pisacd/cdheartbeat.c
   trunk/pisacd/cdpending.c
   trunk/pisacd/cdpending.h
   trunk/pisacd/cdregister.c
   trunk/pisacd/cdservers.c
   trunk/pisacd/cdtun.c
   trunk/pisacd/pisacd.c
   trunk/pisacd/pisacdconf.c
   trunk/pisacd/pisacdconf.h
   trunk/pisasd/pisasd.c
   trunk/pisasd/pisasdconf.c
   trunk/pisasd/pisasdconf.h
   trunk/pisasd/sdclients.c
   trunk/pisasd/sdclients.h
   trunk/pisasd/sdconf.c
   trunk/pisasd/sdconf.h
   trunk/pisasd/sdconftool.c
   trunk/pisasd/sdctx.c
   trunk/pisasd/sdctx.h
   trunk/pisasd/sdderegister.c
   trunk/pisasd/sdderegister.h
   trunk/pisasd/sdheartbeat.c
   trunk/pisasd/sdheartbeat.h
   trunk/pisasd/sdnat.c
   trunk/pisasd/sdnat.h
   trunk/pisasd/sdregister.c
   trunk/pisasd/sdregister.h
   trunk/pisasd/sdtun.c
   trunk/pisasd/sdtun.h
   trunk/test/udpclient.c
   trunk/test/udpserver.c
   trunk/tools/msleep.c

Modified: trunk/libpisa/arp.c
==============================================================================
--- trunk/libpisa/arp.c Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/arp.c Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file arp.c
+ * @file
  * @brief ARP cache reading routines.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Jul. 2009

Modified: trunk/libpisa/arp.h
==============================================================================
--- trunk/libpisa/arp.h Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/arp.h Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file arp.h
+ * @file
  * @brief ARP cache reading routines.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Jul. 2009

Modified: trunk/libpisa/cfg.c
==============================================================================
--- trunk/libpisa/cfg.c Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/cfg.c Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file cfg.c
+ * @file
  * @brief PISA configuration handling functions.
  *        Mainly dependendent of the libconfig 1.3 API.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>

Modified: trunk/libpisa/cfg.h
==============================================================================
--- trunk/libpisa/cfg.h Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/cfg.h Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file cfg.h
+ * @file
  * @brief header file for PISA configuration handling functions.
  *        Mainly dependendent of the libconfig 1.3 API.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>

Modified: trunk/libpisa/conmgr.c
==============================================================================
--- trunk/libpisa/conmgr.c      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/conmgr.c      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file conmgr.c
+ * @file
  * @brief Implementation of the connection manager for the PISA server daemon.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Thomas Jansen <mithi@xxxxxxxxx>

Modified: trunk/libpisa/conmgr.h
==============================================================================
--- trunk/libpisa/conmgr.h      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/conmgr.h      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file conmgr.h
+ * @file
  * @brief Header file of the unified connection manager for the PISA daemons.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Thomas Jansen <mithi@xxxxxxxxx>

Modified: trunk/libpisa/ctrlhandler.c
==============================================================================
--- trunk/libpisa/ctrlhandler.c Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/ctrlhandler.c Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file ctrlhandler.c
+ * @file
  * @brief Handle control messages of the PISA protocol.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Jun. 2009

Modified: trunk/libpisa/ctrlhandler.h
==============================================================================
--- trunk/libpisa/ctrlhandler.h Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/ctrlhandler.h Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file ctrlhandler.h
+ * @file
  * @brief Handle control messages of the PISA protocol.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Jun. 2009

Modified: trunk/libpisa/debug.c
==============================================================================
--- trunk/libpisa/debug.c       Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/debug.c       Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file debug.c
+ * @file
  * @brief Debugging functions for PISA userspace applications.
  *        Mostly imported from the hipl source code, libinet6/debug.h.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>

Modified: trunk/libpisa/debug.h
==============================================================================
--- trunk/libpisa/debug.h       Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/debug.h       Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file debug.h
+ * @file
  * @brief Header file for PISA debugging functions. Production of quality code
  *        prints debugging stuff via syslog, testing code prints interactively
  *        on stderr. This is done automatically using DEBUG flag in Makefile.

Modified: trunk/libpisa/dict-maa.h
==============================================================================
--- trunk/libpisa/dict-maa.h    Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/dict-maa.h    Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file dict-maa.h
+ * @file
  * @brief Dictionary wrappers for libmaa. NEVER include this directly!!!
  *        Use "dict.h" instead!
  * @author Mircea Gherzan <mgherzan@xxxxxxxxx>

Modified: trunk/libpisa/dict.h
==============================================================================
--- trunk/libpisa/dict.h        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/dict.h        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file dict.h
+ * @file
  * @brief Dictionary wrappers to provide library-independence.
  * @author Mircea Gherzan <mgherzan@xxxxxxxxx>
  * @date Feb. 2010

Modified: trunk/libpisa/global.h
==============================================================================
--- trunk/libpisa/global.h      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/global.h      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file global.h
+ * @file
  * @brief A set of global variables as well as common functions for PISA.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Dongsu Park <dpark1978@xxxxxxxxx>

Modified: trunk/libpisa/log.c
==============================================================================
--- trunk/libpisa/log.c Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/log.c Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file log.c
+ * @file
  * @brief PISA accounting functionality.
  * @author Jan Marten <jan.marten@xxxxxxxxxxxxxx>
  * @date Aug. 2009

Modified: trunk/libpisa/log.h
==============================================================================
--- trunk/libpisa/log.h Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/log.h Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file log.h
+ * @file
  * @brief PISA accounting functionality.
  * @author Jan Marten <jan.marten@xxxxxxxxxxxxxx>
  * @date Aug. 2009

Modified: trunk/libpisa/nat.c
==============================================================================
--- trunk/libpisa/nat.c Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/nat.c Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file nat.c
+ * @file
  * @brief PISA NAT handling. NAT mappings are managed and applied in this file.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Jun. 2009

Modified: trunk/libpisa/nat.h
==============================================================================
--- trunk/libpisa/nat.h Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/nat.h Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file nat.h
+ * @file
  * @brief header file for PISA NAT handling functions.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Jun. 2009

Modified: trunk/libpisa/packet.c
==============================================================================
--- trunk/libpisa/packet.c      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/packet.c      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file packet.c
+ * @file
  * @brief Packet processing functions for PISA.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>

Modified: trunk/libpisa/packet.h
==============================================================================
--- trunk/libpisa/packet.h      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/packet.h      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file packet.h
+ * @file
  * @brief header file for packet processing functions.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Dongsu Park <dpark1978@xxxxxxxxx>

Modified: trunk/libpisa/performance.h
==============================================================================
--- trunk/libpisa/performance.h Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/performance.h Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file performance.h
+ * @file
  * @brief Header file for PISA performance measurement.
  * @author Tobias Heer
  * @author Dongsu Park

Modified: trunk/libpisa/pisaconf.c
==============================================================================
--- trunk/libpisa/pisaconf.c    Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/pisaconf.c    Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file pisaconf.c
+ * @file
  * @brief PISA conf packet handling.
  * @author Jan Marten <jan.marten@xxxxxxxxxxxxxx>
  * @author Thomas Jansen <mithi@xxxxxxxxx>

Modified: trunk/libpisa/pisaconf.h
==============================================================================
--- trunk/libpisa/pisaconf.h    Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/pisaconf.h    Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file pisaconf.h
+ * @file
  * @brief PISA conf packet handling.
  * @author Jan Marten <jan.marten@xxxxxxxxxxxxxx>
  * @author Thomas Jansen <mithi@xxxxxxxxx>

Modified: trunk/libpisa/scheduler.c
==============================================================================
--- trunk/libpisa/scheduler.c   Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/scheduler.c   Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file scheduler.c
+ * @file
  * @brief Generic scheduler for deferred actions.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Oct. 2009

Modified: trunk/libpisa/scheduler.h
==============================================================================
--- trunk/libpisa/scheduler.h   Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/scheduler.h   Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file scheduler.h
+ * @file
  * @brief Generic scheduler for deferred actions.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Oct. 2009

Modified: trunk/libpisa/sysdep.h
==============================================================================
--- trunk/libpisa/sysdep.h      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/sysdep.h      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sysdep.h
+ * @file
  * @brief System-dependent routines
  * @author Mircea Gherzan <mgherzan@xxxxxxxxx>
  * @date March 2010

Modified: trunk/libpisa/sysdep_fw.c
==============================================================================
--- trunk/libpisa/sysdep_fw.c   Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/sysdep_fw.c   Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sysdep_fw.c
+ * @file
  * @brief System firewall control routines
  * @author Mircea Gherzan <mgherzan@xxxxxxxxx>
  * @date April 2010

Modified: trunk/libpisa/sysdep_tun.c
==============================================================================
--- trunk/libpisa/sysdep_tun.c  Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/sysdep_tun.c  Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sysdep_tun.c
+ * @file
  * @brief Implementation of system-dependent (or POSIX, but missing) routines
  * @author Mircea Gherzan <mgherzan@xxxxxxxxx>
  * @date March 2010

Modified: trunk/libpisa/tunnel.c
==============================================================================
--- trunk/libpisa/tunnel.c      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/tunnel.c      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file tunnel.c
+ * @file
  * @brief Tunnel establishment / management functions of PISA.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @date Jan. 2009

Modified: trunk/libpisa/tunnel.h
==============================================================================
--- trunk/libpisa/tunnel.h      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/tunnel.h      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file tunnel.h
+ * @file
  * @brief header file for tunnel establishment / management funtions of PISA.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @date Jan. 2009

Modified: trunk/libpisa/uthash.h
==============================================================================
--- trunk/libpisa/uthash.h      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/uthash.h      Mon Apr 19 17:56:34 2010        (r2311)
@@ -29,7 +29,7 @@
 */
 
 /**
- * @file uthash.h
+ * @file
  * @brief Header file for the hash table for C structures.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Troy D. Hanson

Modified: trunk/libpisa/util.c
==============================================================================
--- trunk/libpisa/util.c        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/util.c        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file util.c
+ * @file
  * @brief Useful utility functions for PISA.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Dongsu Park <dpark1978@xxxxxxxxx>

Modified: trunk/libpisa/util.h
==============================================================================
--- trunk/libpisa/util.h        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/libpisa/util.h        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file util.h
+ * @file
  * @brief Header file for useful utility functions for PISA.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Dongsu Park <dpark1978@xxxxxxxxx>

Modified: trunk/pairing/accept.c
==============================================================================
--- trunk/pairing/accept.c      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pairing/accept.c      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file accept.c
+ * @file
  * @brief Main program of the pairing application.
  * @author Kate Harrison <harriska@xxxxxxxxxxxxx>
  * @author Jan Marten <jan.marten@xxxxxxxxxxxxxx>

Modified: trunk/pairing/common.c
==============================================================================
--- trunk/pairing/common.c      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pairing/common.c      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file common.c
+ * @file
  * @brief Common modules used for the pairing application.
  * @author Kate Harrison <harriska@xxxxxxxxxxxxx>
  * @author Jan Marten <jan.marten@xxxxxxxxxxxxxx>

Modified: trunk/pairing/common.h
==============================================================================
--- trunk/pairing/common.h      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pairing/common.h      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file common.h
+ * @file
  * @brief Header file of common modules used for the pairing application.
  * @author Kate Harrison <harriska@xxxxxxxxxxxxx>
  * @author Jan Marten <jan.marten@xxxxxxxxxxxxxx>

Modified: trunk/pairing/hash.c
==============================================================================
--- trunk/pairing/hash.c        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pairing/hash.c        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file hash.c
+ * @file
  * @brief hash functions used for the pairing application.
  * @author Kate Harrison <harriska@xxxxxxxxxxxxx>
  * @date Sep. 2008

Modified: trunk/pairing/hash.h
==============================================================================
--- trunk/pairing/hash.h        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pairing/hash.h        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file hash.h
+ * @file
  * @brief Header file for hash functions used for the pairing application.
  * @author Kate Harrison <harriska@xxxxxxxxxxxxx>
  * @date Sep. 2008

Modified: trunk/pairing/libconfig_wrapper.c
==============================================================================
--- trunk/pairing/libconfig_wrapper.c   Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pairing/libconfig_wrapper.c   Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file libconfig_wrapper.c
+ * @file
  * @brief wrapper functions calling libconfig
  * @author Kate Harrison <harriska@xxxxxxxxxxxxx>
  * @author Jan Marten <jan.marten@xxxxxxxxxxxxxx>

Modified: trunk/pairing/libconfig_wrapper.h
==============================================================================
--- trunk/pairing/libconfig_wrapper.h   Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pairing/libconfig_wrapper.h   Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file libconfig_wrapper.h
+ * @file
  * @brief header file of wrapper functions calling libconfig
  * @author Kate Harrison <harriska@xxxxxxxxxxxxx>
  * @author Jan Marten <jan.marten@xxxxxxxxxxxxxx>

Modified: trunk/pairing/management.c
==============================================================================
--- trunk/pairing/management.c  Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pairing/management.c  Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file management.c
+ * @file
  * @brief Management tool for the server daemon.
  * @author Jan Marten <jan.marten@xxxxxxxxxxxxxx>
  * @date Aug. 2009

Modified: trunk/pairing/packet_handler.c
==============================================================================
--- trunk/pairing/packet_handler.c      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pairing/packet_handler.c      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file packet_handler.c
+ * @file
  * @brief packet handlers for the pairing application
  * @author Kate Harrison <harriska@xxxxxxxxxxxxx>
  * @date Sep. 2008

Modified: trunk/pairing/packet_handler.h
==============================================================================
--- trunk/pairing/packet_handler.h      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pairing/packet_handler.h      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file packet_handler.h
+ * @file
  * @brief Header file of packet handlers for the pairing application
  * @author Kate Harrison <harriska@xxxxxxxxxxxxx>
  * @date Sep. 2008

Modified: trunk/pairing/passgen.c
==============================================================================
--- trunk/pairing/passgen.c     Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pairing/passgen.c     Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file passgen.c
+ * @file
  * @brief test program for password generation
  * @author Kate Harrison <harriska@xxxxxxxxxxxxx>
  * @date Sep. 2008

Modified: trunk/pairing/send.c
==============================================================================
--- trunk/pairing/send.c        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pairing/send.c        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file send.c
+ * @file
  * @brief packet sending program for the pairing application.
  * @author Kate Harrison <harriska@xxxxxxxxxxxxx>
  * @date Sep. 2008

Modified: trunk/pisabeacon/pisabeacon.c
==============================================================================
--- trunk/pisabeacon/pisabeacon.c       Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisabeacon/pisabeacon.c       Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file pisabeacon.c
+ * @file
  * @brief Implementation of the PISA location beacon.
  * @author Tobias Heer <heer@xxxxxxxxxxxxxxxxx>
  * @date Oct. 2009

Modified: trunk/pisacd/cdconf.c
==============================================================================
--- trunk/pisacd/cdconf.c       Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/cdconf.c       Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file cdconf.c
+ * @file
  * @brief Implementation of the configuration manager for the PISA client 
daemon.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>
  * @date Jan. 2009

Modified: trunk/pisacd/cdconf.h
==============================================================================
--- trunk/pisacd/cdconf.h       Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/cdconf.h       Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file cdconf.h
+ * @file
  * @brief Header file of the configuration information for the PISA client.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>
  * @date Jan. 2009

Modified: trunk/pisacd/cdconftool.c
==============================================================================
--- trunk/pisacd/cdconftool.c   Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/cdconftool.c   Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file cdconftool.c
+ * @file
  * @brief PISA conf tool for the client daemon.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Aug. 2009

Modified: trunk/pisacd/cdctx.c
==============================================================================
--- trunk/pisacd/cdctx.c        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/cdctx.c        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file cdctx.c
+ * @file
  * @brief Implementation of the context manager for the PISA client daemon.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>
  * @date Jan. 2009

Modified: trunk/pisacd/cdctx.h
==============================================================================
--- trunk/pisacd/cdctx.h        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/cdctx.h        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file cdctx.h
+ * @file
  * @brief Header file of the context information for the PISA client daemon.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>
  * @date Jan. 2009

Modified: trunk/pisacd/cdderegister.c
==============================================================================
--- trunk/pisacd/cdderegister.c Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/cdderegister.c Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file cdderegister.c
+ * @file
  * @brief Deregister related functions for the PISA client daemon.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Thomas Jansen <mithi@xxxxxxxxx>

Modified: trunk/pisacd/cdheartbeat.c
==============================================================================
--- trunk/pisacd/cdheartbeat.c  Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/cdheartbeat.c  Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file cdtun.c
+ * @file
  * @brief Heartbeat related functions for the PISA client daemon.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Thomas Jansen <mithi@xxxxxxxxx>

Modified: trunk/pisacd/cdpending.c
==============================================================================
--- trunk/pisacd/cdpending.c    Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/cdpending.c    Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file cdpending.c
+ * @file
  * @brief Handling of pending requests.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Jun. 2009

Modified: trunk/pisacd/cdpending.h
==============================================================================
--- trunk/pisacd/cdpending.h    Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/cdpending.h    Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file cdpending.h
+ * @file
  * @brief Handling of pending requests.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Jun. 2009

Modified: trunk/pisacd/cdregister.c
==============================================================================
--- trunk/pisacd/cdregister.c   Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/cdregister.c   Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file cdregister.c
+ * @file
  * @brief Register related functions for the PISA client daemon.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Thomas Jansen <mithi@xxxxxxxxx>

Modified: trunk/pisacd/cdservers.c
==============================================================================
--- trunk/pisacd/cdservers.c    Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/cdservers.c    Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file cdservers.c
+ * @file
  * @brief Configuration file parser for the servers section.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Jun. 2009

Modified: trunk/pisacd/cdtun.c
==============================================================================
--- trunk/pisacd/cdtun.c        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/cdtun.c        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file cdtun.c
+ * @file
  * @brief Data packet handling in the PISA client daemon.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Thomas Jansen <mithi@xxxxxxxxx>

Modified: trunk/pisacd/pisacd.c
==============================================================================
--- trunk/pisacd/pisacd.c       Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/pisacd.c       Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file pisacd.c
+ * @file
  * @brief Implementations of the PISA client daemon.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>
  * @date Jan. 2009

Modified: trunk/pisacd/pisacdconf.c
==============================================================================
--- trunk/pisacd/pisacdconf.c   Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/pisacdconf.c   Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file pisacdconf.c
+ * @file
  * @brief PISA conf packet parser for the client daemon.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Aug. 2009

Modified: trunk/pisacd/pisacdconf.h
==============================================================================
--- trunk/pisacd/pisacdconf.h   Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisacd/pisacdconf.h   Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file pisacdconf.h
+ * @file
  * @brief PISA conf packet parser for the client daemon.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Aug. 2009

Modified: trunk/pisasd/pisasd.c
==============================================================================
--- trunk/pisasd/pisasd.c       Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/pisasd.c       Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file pisasd.c
+ * @file
  * @brief Implementations of the PISA server daemon.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>
  * @date Jan. 2009

Modified: trunk/pisasd/pisasdconf.c
==============================================================================
--- trunk/pisasd/pisasdconf.c   Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/pisasdconf.c   Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file pisasdconf.c
+ * @file
  * @brief PISA conf packet parser for the server daemon.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Aug. 2009

Modified: trunk/pisasd/pisasdconf.h
==============================================================================
--- trunk/pisasd/pisasdconf.h   Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/pisasdconf.h   Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file pisasdconf.h
+ * @file
  * @brief PISA conf packet parser for the server daemon.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Aug. 2009

Modified: trunk/pisasd/sdclients.c
==============================================================================
--- trunk/pisasd/sdclients.c    Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdclients.c    Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdclients.c
+ * @file
  * @brief Implementation of the client management for the PISA server daemon.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Jun. 2009

Modified: trunk/pisasd/sdclients.h
==============================================================================
--- trunk/pisasd/sdclients.h    Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdclients.h    Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdclients.h
+ * @file
  * @brief Header file of the client management for the PISA server daemon.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Jun. 2009

Modified: trunk/pisasd/sdconf.c
==============================================================================
--- trunk/pisasd/sdconf.c       Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdconf.c       Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdconf.c
+ * @file
  * @brief Implementation of the configuration manager for the PISA server 
daemon.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>
  * @date Jan. 2009

Modified: trunk/pisasd/sdconf.h
==============================================================================
--- trunk/pisasd/sdconf.h       Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdconf.h       Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdconf.h
+ * @file
  * @brief Header file of the configuration information for the PISA server.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>
  * @date Jan. 2009

Modified: trunk/pisasd/sdconftool.c
==============================================================================
--- trunk/pisasd/sdconftool.c   Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdconftool.c   Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdconftool.c
+ * @file
  * @brief PISA conf tool for the server daemon.
  * @author Jan Marten <jan.marten@xxxxxxxxxxxxxx>
  * @author Thomas Jansen <mithi@xxxxxxxxx>

Modified: trunk/pisasd/sdctx.c
==============================================================================
--- trunk/pisasd/sdctx.c        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdctx.c        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdctx.c
+ * @file
  * @brief Implementation of the context manager for the PISA server daemon.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>
  * @date Jan. 2009

Modified: trunk/pisasd/sdctx.h
==============================================================================
--- trunk/pisasd/sdctx.h        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdctx.h        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdctx.h
+ * @file
  * @brief Header file of the context information for the PISA server daemon.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>
  * @date Jan. 2009

Modified: trunk/pisasd/sdderegister.c
==============================================================================
--- trunk/pisasd/sdderegister.c Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdderegister.c Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdderegister.c
+ * @file
  * @brief Implementation of tunnel modules in the PISA server daemon.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Thomas Jansen <mithi@xxxxxxxxx>

Modified: trunk/pisasd/sdderegister.h
==============================================================================
--- trunk/pisasd/sdderegister.h Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdderegister.h Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdderegister.h
+ * @file
  * @brief Header for deregister related functions for the PISA server daemon.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Dongsu Park <dpark1978@xxxxxxxxx>

Modified: trunk/pisasd/sdheartbeat.c
==============================================================================
--- trunk/pisasd/sdheartbeat.c  Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdheartbeat.c  Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdheartbeat.c
+ * @file
  * @brief Heartbeat and timeout related functions in the PISA server daemon.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Thomas Jansen <mithi@xxxxxxxxx>

Modified: trunk/pisasd/sdheartbeat.h
==============================================================================
--- trunk/pisasd/sdheartbeat.h  Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdheartbeat.h  Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdheartbeat.h
+ * @file
  * @brief Header for heartbeat related functions for the PISA server daemon.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Dongsu Park <dpark1978@xxxxxxxxx>

Modified: trunk/pisasd/sdnat.c
==============================================================================
--- trunk/pisasd/sdnat.c        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdnat.c        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdnat.c
+ * @file
  * @brief NAT and forwaring functions of the PISA server daemon.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Oct. 2009

Modified: trunk/pisasd/sdnat.h
==============================================================================
--- trunk/pisasd/sdnat.h        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdnat.h        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdnat.h
+ * @file
  * @brief Header NAT and forwarding functions for the PISA server daemon.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Oct. 2009

Modified: trunk/pisasd/sdregister.c
==============================================================================
--- trunk/pisasd/sdregister.c   Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdregister.c   Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdregister.c
+ * @file
  * @brief Implementation of tunnel modules in the PISA server daemon.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Thomas Jansen <mithi@xxxxxxxxx>

Modified: trunk/pisasd/sdregister.h
==============================================================================
--- trunk/pisasd/sdregister.h   Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdregister.h   Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdregister.h
+ * @file
  * @brief Header for register related functions for the PISA server daemon.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Dongsu Park <dpark1978@xxxxxxxxx>

Modified: trunk/pisasd/sdtun.c
==============================================================================
--- trunk/pisasd/sdtun.c        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdtun.c        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdtun.c
+ * @file
  * @brief Implementation of tunnel modules in the PISA server daemon.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @date Oct. 2008

Modified: trunk/pisasd/sdtun.h
==============================================================================
--- trunk/pisasd/sdtun.h        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/pisasd/sdtun.h        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file sdtun.h
+ * @file
  * @brief Header file of the context information for the PISA server daemon.
  * @author Wolfram Fischer <papierfalter@xxxxxxxxx>
  * @author Dongsu Park <dpark1978@xxxxxxxxx>

Modified: trunk/test/udpclient.c
==============================================================================
--- trunk/test/udpclient.c      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/test/udpclient.c      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file udpclient.c
+ * @file
  * @brief Simple UDP client, used for testing connectivity.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Jul. 2009

Modified: trunk/test/udpserver.c
==============================================================================
--- trunk/test/udpserver.c      Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/test/udpserver.c      Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file udpserver.c
+ * @file
  * @brief Simple UDP server, used for testing connectivity.
  * @author Thomas Jansen <mithi@xxxxxxxxx>
  * @date Jul. 2009

Modified: trunk/tools/msleep.c
==============================================================================
--- trunk/tools/msleep.c        Mon Apr 19 17:54:12 2010        (r2310)
+++ trunk/tools/msleep.c        Mon Apr 19 17:56:34 2010        (r2311)
@@ -5,7 +5,7 @@
  */
 
 /**
- * @file msleep.c
+ * @file
  * @brief Provides similar functionality to sleep with higher precision.
  * @author Rene Hummen <hummen@xxxxxxxxxxxxxxxxx>
  * @date 08.10.2009

Other related posts:

  • » [pisa-src] r2311 - in trunk: libpisa/arp.c libpisa/arp.h libpisa/cfg.c libpisa/cfg.h libpisa/conmgr.c libpisa/conmgr.h libpisa/ctrlhandler.c libpisa/ctrlhandler.h libpisa/debug.c libpisa/debug.h libpisa/dict-... - Diego Biurrun