-doxygen
authorChristian Grothoff <christian@grothoff.org>
Sat, 5 Oct 2013 22:40:56 +0000 (22:40 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 5 Oct 2013 22:40:56 +0000 (22:40 +0000)
src/conversation/gnunet-conversation.c
src/conversation/gnunet-service-conversation.c
src/fs/fs_file_information.c
src/include/gnunet_fs_service.h
src/include/gnunet_namestore_service.h
src/include/gnunet_revocation_service.h
src/namestore/namestore_api_common.c
src/revocation/revocation_api.c

index ce8a50a62b5959eee928eb6e2b50c3a535ffb214..ad91d300738d8d05f1af533b1242df0deb8e36c0 100644 (file)
@@ -354,7 +354,7 @@ struct VoipCommand
 /**
  * Action function to print help for the command shell.
  *
- * @param arguments arguments given to the command
+ * @param args arguments given to the command
  */
 static void
 do_help (const char *args);
@@ -375,7 +375,7 @@ do_quit (const char *args)
 /**
  * Handler for unknown command.
  *
- * @param args arguments given to the command
+ * @param msg arguments given to the command
  */
 static void
 do_unknown (const char *msg)
@@ -389,7 +389,7 @@ do_unknown (const char *msg)
 /**
  * Initiating a new call
  *
- * @param args arguments given to the command
+ * @param arg arguments given to the command
  */
 static void
 do_call (const char *arg)
index 4e2b1455d8bd7783c8af008339d161dd7a31f95b..3b610c007f7a501e4411a47b8e847b89e1993b04 100644 (file)
@@ -527,7 +527,7 @@ handle_client_call_message (void *cls,
  * @param cls the `struct Line` we are transmitting for
  * @param size number of bytes available in @a buf
  * @param buf where to copy the data
- * @return number of bytes copied to @buf
+ * @return number of bytes copied to @buf
  */
 static size_t
 transmit_line_audio (void *cls,
index ad3dda05b773ba7530f11cffa838196c396609d1..1e997cfab27b0f8704142e4050f80cf16f7ac146 100644 (file)
@@ -273,9 +273,6 @@ GNUNET_FS_file_information_is_directory (const struct GNUNET_FS_FileInformation
 
 /**
  * Create an entry for an empty directory in a publish-structure.
- * This function should be used by applications for which the
- * use of "GNUNET_FS_file_information_create_from_directory"
- * is not appropriate.
  *
  * @param h handle to the file sharing subsystem
  * @param client_info initial value for the client-info value for this entry
index 3a3228a6e3054510fdce73f0d47fffb51c58d892..dbd885353ad5fd854f5aca27d6f9c4b1815634d8 100644 (file)
@@ -1841,9 +1841,6 @@ GNUNET_FS_file_information_create_from_reader (struct GNUNET_FS_Handle *h,
 
 /**
  * Create an entry for an empty directory in a publish-structure.
- * This function should be used by applications for which the
- * use of #GNUNET_FS_file_information_create_from_directory
- * is not appropriate.
  *
  * @param h handle to the file sharing subsystem
  * @param client_info initial client-info value for this entry
index c296d5eecf9535786cf1e3f3f60724c0a5610b57..adc1a7e1d41eb12b5836aad3d4e548c9e751f20b 100644 (file)
@@ -568,7 +568,7 @@ GNUNET_NAMESTORE_string_to_value (uint32_t type,
 /**
  * Convert a type name (i.e. "AAAA") to the corresponding number.
  *
- * @param typename name to convert
+ * @param dns_typename name to convert
  * @return corresponding number, UINT32_MAX on error
  */
 uint32_t
index 0cbe0ea14269308d431b2c79dcebda06c30c6a27..1df44b066844f4a8bb7b418aac1edc2b0e5bc88b 100644 (file)
@@ -104,7 +104,7 @@ struct GNUNET_REVOCATION_Handle;
  *             (called with `is_valid` being #GNUNET_NO if
  *              the revocation worked).
  * @param func_cls closure to pass to @a func
- * @return handle to use in #GNUNET_REVOCATION_cancel to stop REVOCATION from invoking the callback
+ * @return handle to use in #GNUNET_REVOCATION_revoke_cancel to stop REVOCATION from invoking the callback
  */
 struct GNUNET_REVOCATION_Handle *
 GNUNET_REVOCATION_revoke (const struct GNUNET_CONFIGURATION_Handle *cfg,
index ca5d8072f6f7110ee2153d5c0597c203fc5f0ca2..5cadf8997722a8bee1e96365873aef1d60684cf9 100644 (file)
@@ -1129,7 +1129,7 @@ static struct {
 /**
  * Convert a type name (i.e. "AAAA") to the corresponding number.
  *
- * @param typename name to convert
+ * @param dns_typename name to convert
  * @return corresponding number, UINT32_MAX on error
  */
 uint32_t
index 55a130202ba46104d7d5b9e635c5ef87c7f5e40f..109d4afc5075d0c3166225e59c2e52f8aba69464 100644 (file)
@@ -160,7 +160,7 @@ struct GNUNET_REVOCATION_Handle
  *             (called with `is_valid` being #GNUNET_NO if
  *              the revocation worked).
  * @param func_cls closure to pass to @a func
- * @return handle to use in #GNUNET_REVOCATION_cancel to stop REVOCATION from invoking the callback
+ * @return handle to use in #GNUNET_REVOCATION_revoke_cancel to stop REVOCATION from invoking the callback
  */
 struct GNUNET_REVOCATION_Handle *
 GNUNET_REVOCATION_revoke (const struct GNUNET_CONFIGURATION_Handle *cfg,