gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12864 - in gnunet/src: arm transport


From: gnunet
Subject: [GNUnet-SVN] r12864 - in gnunet/src: arm transport
Date: Mon, 6 Sep 2010 22:51:27 +0200

Author: grothoff
Date: 2010-09-06 22:51:27 +0200 (Mon, 06 Sep 2010)
New Revision: 12864

Modified:
   gnunet/src/arm/gnunet-service-arm.c
   gnunet/src/transport/gnunet-transport-wlan-helper.c
Log:
more doxygen stuff

Modified: gnunet/src/arm/gnunet-service-arm.c
===================================================================
--- gnunet/src/arm/gnunet-service-arm.c 2010-09-06 20:48:11 UTC (rev 12863)
+++ gnunet/src/arm/gnunet-service-arm.c 2010-09-06 20:51:27 UTC (rev 12864)
@@ -342,7 +342,7 @@
  * Actually start the process for the given service.
  *
  * @param sl identifies service to start
- * @param  -1 terminated list of listen sockets to pass (systemd style), or 
NULL
+ * @param lsocks -1 terminated list of listen sockets to pass (systemd style), 
or NULL
  */
 static void
 start_process (struct ServiceList *sl,

Modified: gnunet/src/transport/gnunet-transport-wlan-helper.c
===================================================================
--- gnunet/src/transport/gnunet-transport-wlan-helper.c 2010-09-06 20:48:11 UTC 
(rev 12863)
+++ gnunet/src/transport/gnunet-transport-wlan-helper.c 2010-09-06 20:51:27 UTC 
(rev 12864)
@@ -177,11 +177,11 @@
 
 /**
  * ieee80211_radiotap_iterator_init - radiotap parser iterator initialization
- * @iterator: radiotap_iterator to initialize
- * @radiotap_header: radiotap header to parse
- * @max_length: total length we can parse into (eg, whole packet length)
+ * @param iterator: radiotap_iterator to initialize
+ * @param radiotap_header: radiotap header to parse
+ * @param max_length: total length we can parse into (eg, whole packet length)
  *
- * Returns: 0 or a negative error code if there is a problem.
+ * @return 0 or a negative error code if there is a problem.
  *
  * This function initializes an opaque iterator struct which can then
  * be passed to ieee80211_radiotap_iterator_next() to visit every radiotap
@@ -194,9 +194,9 @@
  * checking for a good 0 return code.  Then loop calling
  * __ieee80211_radiotap_iterator_next()... it returns either 0,
  * -ENOENT if there are no more args to parse, or -EINVAL if there is a 
problem.
- * The iterator's @this_arg member points to the start of the argument
+ * The iterator's this_arg member points to the start of the argument
  * associated with the current argument index that is present, which can be
- * found in the iterator's @this_arg_index member.  This arg index corresponds
+ * found in the iterator's this_arg_index member.  This arg index corresponds
  * to the IEEE80211_RADIOTAP_... defines.
  *
  * Radiotap header length:
@@ -263,16 +263,16 @@
 
 /**
  * ieee80211_radiotap_iterator_next - return next radiotap parser iterator arg
- * @iterator: radiotap_iterator to move to next arg (if any)
+ * @param iterator: radiotap_iterator to move to next arg (if any)
  *
- * Returns: 0 if there is an argument to handle,
+ * @eturn 0 if there is an argument to handle,
  * -ENOENT if there are no more args or -EINVAL
  * if there is something else wrong.
  *
  * This function provides the next radiotap arg index (IEEE80211_RADIOTAP_*)
- * in @this_arg_index and sets @this_arg to point to the
+ * in this_arg_index and sets this_arg to point to the
  * payload for the field.  It takes care of alignment handling and extended
- * present fields.  @this_arg can be changed by the caller (eg,
+ * present fields.  this_arg can be changed by the caller (eg,
  * incremented to move inside a compound argument like
  * IEEE80211_RADIOTAP_CHANNEL).  The args pointed to are in
  * little-endian format whatever the endianess of your CPU.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]