[hipl-commit] [trunk] Rev 3562: Removed firewall/datapkt.c.doxyme

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 9 Feb 2010 11:35:37 +0200

Committer: Miika Komu <miika@xxxxxx>
Date: Tue Feb 09 11:35:29 2010 +0200
Revision: 3562
Revision-id: miika@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Removed firewall/datapkt.c.doxyme

Modified:
  D  firewall/datapkt.c.doxyme

=== removed file 'firewall/datapkt.c.doxyme'
--- firewall/datapkt.c.doxyme   2009-12-12 10:44:54 +0000
+++ firewall/datapkt.c.doxyme   1970-01-01 00:00:00 +0000
@@ -1,88 +0,0 @@
-/**
- * @file firewall/datapkt.c
- *
- * <LICENSE TEMLPATE LINE - LEAVE THIS LINE INTACT>
- *
- * Write description of source file here for dOxygen. Be as precise as 
possible.
- * Please also note how and by which parts of the code this file should be 
used.
- *
- * @brief Write a short summary
- *
- * @author <Put all existing author information here>
- * @author another Author another@xxxxxxxxxx
- **/
-
-
-
- ///  Single line comment for dOxygen.
-
-/**
- * my_great_function
- *
- * Write description of function here.
- * The function should follow these comments.
- * 
- * Document the use of each function variable and indicate if this
- * argument is used to return information to the calling context. Use
- * [out] for outut parameters (This is very important). Align the 
- * descriptions to improve readability.
- *
- *  @note: put important usage informations to notes. 
- *
- *  @param      firstArg     Description of first function argument.
- *  @param[out] secondArg    Description of second function argument.
- *  @param      thirdArg     Description of third function argument.
- *  @return Description of returned value.
- **/
-
-int my_great_function(int firstArg, char** secondArg, int thirdArg){
-    .....
-
-/// Now it's your turn.
-
-
-
-
-/**
- * handle_hip_data 
- *
- *
- * @param autogen.sh
- * @return 
- **/
-
-
-/**
- * hip_data_packet_mode_input 
- *
- *
- * @param ctx
- * @param hip_packet
- * @param hip_data_len
- * @param preferred_local_addr
- * @param preferred_peer_addr
- * @return 
- **/
-
-
-/**
- * hip_data_packet_mode_output 
- *
- *
- * @param ctx
- * @param preferred_local_addr
- * @param preferred_peer_addr
- * @param hip_data_packet
- * @param hip_packet_len
- * @return 
- **/
-
-
-/**
- * hip_fw_userspace_datapacket_input 
- *
- *
- * @param ctx
- * @return 
- **/
-

Other related posts:

  • » [hipl-commit] [trunk] Rev 3562: Removed firewall/datapkt.c.doxyme - Miika Komu