aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-06-09 19:33:48 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-08-21 08:18:20 +0200
commit1682f41396022284cd4eebf8f2938143b1b23ec3 (patch)
treecdcd887ad07de4ab2246fd11f754dbcc6234d53a /doc
parent9a0de654353a29257e31baf855f7dc326c1c5755 (diff)
downloadgnunet-1682f41396022284cd4eebf8f2938143b1b23ec3.tar.gz
gnunet-1682f41396022284cd4eebf8f2938143b1b23ec3.zip
-DOC: Finished initial doxygen warning analysis script. All warnings sorted!
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/doxygen/warningfilter.py2
-rw-r--r--doc/doxygen/warnings9054
2 files changed, 4555 insertions, 4501 deletions
diff --git a/doc/doxygen/warningfilter.py b/doc/doxygen/warningfilter.py
index ab25bb893..6a4651024 100755
--- a/doc/doxygen/warningfilter.py
+++ b/doc/doxygen/warningfilter.py
@@ -22,7 +22,7 @@ command_re = "(?:</[^>]+>|\\\w+)"
22macro_params = rf"\({sep_re(simple_name, ', ')}(?:,\.\.\.)?\)" 22macro_params = rf"\({sep_re(simple_name, ', ')}(?:,\.\.\.)?\)"
23 23
24matches = { 24matches = {
25 "not an input @file": re.compile(rf"{main_match} the name '{filepath}' supplied as the argument in the \\file statement is not an input file"), 25 "not an input @file": re.compile(rf"{main_match} the name '(?P<name>{filepath}|{simple_name})' supplied as the argument in the \\file statement is not an input file"),
26 "multiple @param docs": re.compile(rf"{main_match} argument '\w+' from the argument list of \w+ has multiple @param documentation sections"), 26 "multiple @param docs": re.compile(rf"{main_match} argument '\w+' from the argument list of \w+ has multiple @param documentation sections"),
27 "undocumented param (message)": re.compile(rf"{main_match} The following parameters? of {func_name}(?:{func_params}|{macro_params}) (?:is|are) not documented:"), 27 "undocumented param (message)": re.compile(rf"{main_match} The following parameters? of {func_name}(?:{func_params}|{macro_params}) (?:is|are) not documented:"),
28 "undocumented param (name)": re.compile(r" parameter '[\w.]+'"), 28 "undocumented param (name)": re.compile(r" parameter '[\w.]+'"),
diff --git a/doc/doxygen/warnings b/doc/doxygen/warnings
index 4477feea4..51c432554 100644
--- a/doc/doxygen/warnings
+++ b/doc/doxygen/warnings
@@ -1,23 +1,18 @@
1sed 's/\(HAVE_DOT.*=\).*/\1 NO/' gnunet.doxy | doxygen - 1sed 's/\(HAVE_DOT.*=\).*/\1 NO/' gnunet.doxy | doxygen -
2warning: Tag 'XML_SCHEMA' at line 238 of file '-' has become obsolete.
3 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
4warning: Tag 'XML_DTD' at line 239 of file '-' has become obsolete.
5 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
6warning: Tag 'PERL_PATH' at line 271 of file '-' has become obsolete.
7 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
8warning: Tag 'MSCGEN_PATH' at line 276 of file '-' has become obsolete.
9 To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
10warning: doxygen no longer ships with the FreeSans font. 2warning: doxygen no longer ships with the FreeSans font.
11You may want to clear or change DOT_FONTNAME. 3You may want to clear or change DOT_FONTNAME.
12Otherwise you run the risk that the wrong font is being used for dot generated graphs. 4Otherwise you run the risk that the wrong font is being used for dot generated graphs.
13/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:74: warning: end of file while inside a group 5/home/william/Git/gnunet/src/include/gnunet_client_lib.h:108: warning: end of file while inside a group
14/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1123: warning: end of file while inside a group 6/home/william/Git/gnunet/src/include/gnunet_gns_service.h:241: warning: end of file while inside a group
15/home/william/Git/gnunet/src/include/gnunet_nc_lib.h:102: warning: end of file while inside a group 7/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1129: warning: end of file while inside a group
16/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:178: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (probable line reference: 127) 8/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:174: warning: end of file while inside a group
17/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:178: warning: reached end of file while inside a 'code' block! 9/home/william/Git/gnunet/src/include/gnunet_nc_lib.h:108: warning: end of file while inside a group
10/home/william/Git/gnunet/src/include/gnunet_service_lib.h:455: warning: end of file while inside a group
11/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:183: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (probable line reference: 130)
12/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:183: warning: reached end of file while inside a 'code' block!
18The command that should end the block seems to be missing! 13The command that should end the block seems to be missing!
19 14
20/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:178: warning: end of file while inside a group 15/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:183: warning: end of file while inside a group
21/home/william/Git/gnunet/src/transport/gnunet-service-tng.c:11153: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (probable line reference: 898) 16/home/william/Git/gnunet/src/transport/gnunet-service-tng.c:11153: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (probable line reference: 898)
22/home/william/Git/gnunet/src/transport/gnunet-service-tng.c:909: warning: reached end of file while inside a 'code' block! 17/home/william/Git/gnunet/src/transport/gnunet-service-tng.c:909: warning: reached end of file while inside a 'code' block!
23The command that should end the block seems to be missing! 18The command that should end the block seems to be missing!
@@ -33,21 +28,21 @@ The command that should end the block seems to be missing!
33/home/william/Git/gnunet/src/transport/transport_api_core.c:969: warning: reached end of file while inside a 'code' block! 28/home/william/Git/gnunet/src/transport/transport_api_core.c:969: warning: reached end of file while inside a 'code' block!
34The command that should end the block seems to be missing! 29The command that should end the block seems to be missing!
35 30
36/home/william/Git/gnunet/src/include/gnunet_block_lib.h:26: warning: group block: ignoring title "Block library" that does not match old title "Block group library" 31/home/william/Git/gnunet/src/include/gnunet_block_lib.h:29: warning: group block: ignoring title "Block library" that does not match old title "Block group library"
37 32
38/home/william/Git/gnunet/src/include/gnunet_nat_service.h:28: warning: group nat: ignoring title "NAT library" that does not match old title "NAT testing library" 33/home/william/Git/gnunet/src/include/gnunet_nat_service.h:28: warning: group nat: ignoring title "NAT library" that does not match old title "NAT testing library"
39 34
40/home/william/Git/gnunet/src/include/gnunet_nc_lib.h:25: warning: group mq: ignoring title "NC library" that does not match old title "MQ library" 35/home/william/Git/gnunet/src/include/gnunet_nc_lib.h:29: warning: group mq: ignoring title "NC library" that does not match old title "MQ library"
41 36
42/home/william/Git/gnunet/src/include/gnunet_seti_service.h:26: warning: group set: ignoring title "Set intersection service" that does not match old title "Set service" 37/home/william/Git/gnunet/src/include/gnunet_seti_service.h:29: warning: group set: ignoring title "Set intersection service" that does not match old title "Set service"
43 38
44/home/william/Git/gnunet/src/include/gnunet_setu_service.h:26: warning: group set: ignoring title "Set union service" that does not match old title "Set service" 39/home/william/Git/gnunet/src/include/gnunet_setu_service.h:29: warning: group set: ignoring title "Set union service" that does not match old title "Set service"
45 40
46/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:28: warning: group transport: ignoring title "Transport service" that does not match old title "TRANSPORT service" 41/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:31: warning: group transport: ignoring title "Transport service" that does not match old title "TRANSPORT service"
47 42
48/home/william/Git/gnunet/src/include/gnunet_transport_manipulation_service.h:26: warning: group transport: ignoring title "Transport service" that does not match old title "TRANSPORT service" 43/home/william/Git/gnunet/src/include/gnunet_transport_manipulation_service.h:29: warning: group transport: ignoring title "Transport service" that does not match old title "TRANSPORT service"
49 44
50/home/william/Git/gnunet/src/include/gnunet_transport_service.h:26: warning: group transport: ignoring title "Transport service" that does not match old title "TRANSPORT service" 45/home/william/Git/gnunet/src/include/gnunet_transport_service.h:29: warning: group transport: ignoring title "Transport service" that does not match old title "TRANSPORT service"
51 46
52/home/william/Git/gnunet/src/ats/gnunet-ats-solver-eval.c:20: warning: the name 'ats-tests/ats-testing-experiment.c' supplied as the argument in the \file statement is not an input file 47/home/william/Git/gnunet/src/ats/gnunet-ats-solver-eval.c:20: warning: the name 'ats-tests/ats-testing-experiment.c' supplied as the argument in the \file statement is not an input file
53/home/william/Git/gnunet/src/ats/gnunet-ats-solver-eval.h:20: warning: the name 'ats-tests/ats-testing-experiment.c' supplied as the argument in the \file statement is not an input file 48/home/william/Git/gnunet/src/ats/gnunet-ats-solver-eval.h:20: warning: the name 'ats-tests/ats-testing-experiment.c' supplied as the argument in the \file statement is not an input file
@@ -115,22 +110,22 @@ The command that should end the block seems to be missing!
115/home/william/Git/gnunet/src/conversation/conversation_api_call.c:333: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CONVERSATION_CS_HANG_UP' could not be resolved 110/home/william/Git/gnunet/src/conversation/conversation_api_call.c:333: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CONVERSATION_CS_HANG_UP' could not be resolved
116/home/william/Git/gnunet/src/core/gnunet-service-core.c:380: warning: explicit link request to 'client_tokenizer_callback()' could not be resolved 111/home/william/Git/gnunet/src/core/gnunet-service-core.c:380: warning: explicit link request to 'client_tokenizer_callback()' could not be resolved
117/home/william/Git/gnunet/src/core/gnunet-service-core_typemap.h:91: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CORE_COMRESSED_TYPE_MAP' could not be resolved 112/home/william/Git/gnunet/src/core/gnunet-service-core_typemap.h:91: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CORE_COMRESSED_TYPE_MAP' could not be resolved
118/home/william/Git/gnunet/src/include/gnunet_dht_service.h:172: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved 113/home/william/Git/gnunet/src/include/gnunet_dht_service.h:177: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved
119/home/william/Git/gnunet/src/include/gnunet_dht_service.h:123: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved 114/home/william/Git/gnunet/src/include/gnunet_dht_service.h:128: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved
120/home/william/Git/gnunet/src/dht/gnunet-dht-put.c:59: warning: explicit link request to 'GNUNET_DHT_DEMULTIPLEX_EVERYWHERE' could not be resolved 115/home/william/Git/gnunet/src/dht/gnunet-dht-put.c:59: warning: explicit link request to 'GNUNET_DHT_DEMULTIPLEX_EVERYWHERE' could not be resolved
121/home/william/Git/gnunet/src/exit/exit.h:96: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_VPN_TCP_DATA' could not be resolved 116/home/william/Git/gnunet/src/exit/exit.h:96: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_VPN_TCP_DATA' could not be resolved
122/home/william/Git/gnunet/src/exit/gnunet-daemon-exit.c:3513: warning: explicit link request to 'udp_services' could not be resolved 117/home/william/Git/gnunet/src/exit/gnunet-daemon-exit.c:3513: warning: explicit link request to 'udp_services' could not be resolved
123/home/william/Git/gnunet/src/exit/gnunet-daemon-exit.c:3513: warning: explicit link request to 'tcp_services' could not be resolved 118/home/william/Git/gnunet/src/exit/gnunet-daemon-exit.c:3513: warning: explicit link request to 'tcp_services' could not be resolved
124/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:658: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved 119/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:661: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved
125/home/william/Git/gnunet/src/hello/hello-ng.c:39: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_TRANSPORT_ADDRESS' could not be resolved 120/home/william/Git/gnunet/src/hello/hello-ng.c:39: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_TRANSPORT_ADDRESS' could not be resolved
126/home/william/Git/gnunet/src/hello/hello-uri.c:51: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_HELLO' could not be resolved 121/home/william/Git/gnunet/src/hello/hello-uri.c:51: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_HELLO' could not be resolved
127/home/william/Git/gnunet/src/hello/hello-uri.c:136: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_HELLO' could not be resolved 122/home/william/Git/gnunet/src/hello/hello-uri.c:136: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_HELLO' could not be resolved
128/home/william/Git/gnunet/src/hello/hello-uri.c:102: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_HELLO' could not be resolved 123/home/william/Git/gnunet/src/hello/hello-uri.c:102: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_HELLO' could not be resolved
129/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:658: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved 124/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:661: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved
130/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: found </i> tag without matching <i> 125/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: found </i> tag without matching <i>
131/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: found </i> tag without matching <i> 126/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: found </i> tag without matching <i>
132/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1027: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved 127/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1031: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved
133/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:127: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved 128/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:131: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved
134/home/william/Git/gnunet/src/include/gnunet_my_lib.h:470: warning: explicit link request to 'GNUNET_MY_exect_prepared()' could not be resolved 129/home/william/Git/gnunet/src/include/gnunet_my_lib.h:470: warning: explicit link request to 'GNUNET_MY_exect_prepared()' could not be resolved
135/home/william/Git/gnunet/src/rps/gnunet-service-rps.c:4275: warning: explicit link request to 'view' could not be resolved 130/home/william/Git/gnunet/src/rps/gnunet-service-rps.c:4275: warning: explicit link request to 'view' could not be resolved
136/home/william/Git/gnunet/src/messenger/gnunet-service-messenger_ego_store.h:184: warning: end of comment block while expecting command </i> 131/home/william/Git/gnunet/src/messenger/gnunet-service-messenger_ego_store.h:184: warning: end of comment block while expecting command </i>
@@ -216,8 +211,8 @@ The command that should end the block seems to be missing!
216/home/william/Git/gnunet/src/transport/transport.h:449: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_VALIDATION_REQUEST' could not be resolved 211/home/william/Git/gnunet/src/transport/transport.h:449: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_VALIDATION_REQUEST' could not be resolved
217/home/william/Git/gnunet/src/transport/transport.h:388: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_VALIDATION_RESPONSE' could not be resolved 212/home/william/Git/gnunet/src/transport/transport.h:388: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_VALIDATION_RESPONSE' could not be resolved
218/home/william/Git/gnunet/src/util/configuration.c:137: warning: Found unknown command '\inline' 213/home/william/Git/gnunet/src/util/configuration.c:137: warning: Found unknown command '\inline'
219/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1027: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved 214/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1031: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved
220/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:127: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved 215/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:131: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved
221/home/william/Git/gnunet/src/zonemaster/gnunet-service-zonemaster.c:209: warning: explicit link request to 'put_interval' could not be resolved 216/home/william/Git/gnunet/src/zonemaster/gnunet-service-zonemaster.c:209: warning: explicit link request to 'put_interval' could not be resolved
222/home/william/Git/gnunet/src/abd/abd_serialization.c:143: warning: explicit link request to 'GNUNET_ABD_Credential' could not be resolved 217/home/william/Git/gnunet/src/abd/abd_serialization.c:143: warning: explicit link request to 'GNUNET_ABD_Credential' could not be resolved
223/home/william/Git/gnunet/src/abd/abd_serialization.c:172: warning: explicit link request to 'GNUNET_ABD_Credential' could not be resolved 218/home/william/Git/gnunet/src/abd/abd_serialization.c:172: warning: explicit link request to 'GNUNET_ABD_Credential' could not be resolved
@@ -958,7 +953,7 @@ The command that should end the block seems to be missing!
958/home/william/Git/gnunet/src/gnsrecord/gnsrecord_crypto.h:82: warning: The following parameters of GNR_derive_block_xsalsa_key(unsigned char *nonce, unsigned char *key, const char *label, uint64_t exp, const struct GNUNET_CRYPTO_EddsaPublicKey *pub) are not documented: 953/home/william/Git/gnunet/src/gnsrecord/gnsrecord_crypto.h:82: warning: The following parameters of GNR_derive_block_xsalsa_key(unsigned char *nonce, unsigned char *key, const char *label, uint64_t exp, const struct GNUNET_CRYPTO_EddsaPublicKey *pub) are not documented:
959 parameter 'key' 954 parameter 'key'
960 parameter 'exp' 955 parameter 'exp'
961/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:658: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved 956/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:661: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved
962/home/william/Git/gnunet/src/gnsrecord/gnunet-gnsrecord-tvg.c:120: warning: argument 'cls' of command @param is not found in the argument list of run_pkey(struct GNUNET_GNSRECORD_Data *rd, int rd_count, const char *label) 957/home/william/Git/gnunet/src/gnsrecord/gnunet-gnsrecord-tvg.c:120: warning: argument 'cls' of command @param is not found in the argument list of run_pkey(struct GNUNET_GNSRECORD_Data *rd, int rd_count, const char *label)
963/home/william/Git/gnunet/src/gnsrecord/gnunet-gnsrecord-tvg.c:120: warning: argument 'args' of command @param is not found in the argument list of run_pkey(struct GNUNET_GNSRECORD_Data *rd, int rd_count, const char *label) 958/home/william/Git/gnunet/src/gnsrecord/gnunet-gnsrecord-tvg.c:120: warning: argument 'args' of command @param is not found in the argument list of run_pkey(struct GNUNET_GNSRECORD_Data *rd, int rd_count, const char *label)
964/home/william/Git/gnunet/src/gnsrecord/gnunet-gnsrecord-tvg.c:120: warning: argument 'cfgfile' of command @param is not found in the argument list of run_pkey(struct GNUNET_GNSRECORD_Data *rd, int rd_count, const char *label) 959/home/william/Git/gnunet/src/gnsrecord/gnunet-gnsrecord-tvg.c:120: warning: argument 'cfgfile' of command @param is not found in the argument list of run_pkey(struct GNUNET_GNSRECORD_Data *rd, int rd_count, const char *label)
@@ -1045,82 +1040,7 @@ The command that should end the block seems to be missing!
1045/home/william/Git/gnunet/src/identity/plugin_rest_identity.c:1297: warning: argument 'data_size' of command @param is not found in the argument list of rest_process_request(struct GNUNET_REST_RequestHandle *rest_handle, GNUNET_REST_ResultProcessor proc, void *proc_cls) 1040/home/william/Git/gnunet/src/identity/plugin_rest_identity.c:1297: warning: argument 'data_size' of command @param is not found in the argument list of rest_process_request(struct GNUNET_REST_RequestHandle *rest_handle, GNUNET_REST_ResultProcessor proc, void *proc_cls)
1046/home/william/Git/gnunet/src/identity/plugin_rest_identity.c:1216: warning: The following parameter of rest_process_request(struct GNUNET_REST_RequestHandle *rest_handle, GNUNET_REST_ResultProcessor proc, void *proc_cls) is not documented: 1041/home/william/Git/gnunet/src/identity/plugin_rest_identity.c:1216: warning: The following parameter of rest_process_request(struct GNUNET_REST_RequestHandle *rest_handle, GNUNET_REST_ResultProcessor proc, void *proc_cls) is not documented:
1047 parameter 'rest_handle' 1042 parameter 'rest_handle'
1048/home/william/Git/gnunet/src/include/gnunet_buffer_lib.h:109: warning: argument 'buf' from the argument list of GNUNET_buffer_write_str has multiple @param documentation sections 1043/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:661: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved
1049/home/william/Git/gnunet/src/include/gnunet_buffer_lib.h:109: warning: argument 'str' from the argument list of GNUNET_buffer_write_str has multiple @param documentation sections
1050/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:51: warning: argument 'cp' of command @param is not found in the argument list of GNUNET_wait_child(struct GNUNET_OS_Process *proc, GNUNET_ChildCompletedCallback cb, void *cb_cls)
1051/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:62: warning: argument 'proc' from the argument list of GNUNET_wait_child has multiple @param documentation sections
1052/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:62: warning: argument 'cb_cls' from the argument list of GNUNET_wait_child has multiple @param documentation sections
1053/home/william/Git/gnunet/src/include/gnunet_common.h:1169: warning: argument 'd' from the argument list of GNUNET_hton_double has multiple @param documentation sections
1054/home/william/Git/gnunet/src/include/gnunet_common.h:1181: warning: argument 'd' from the argument list of GNUNET_ntoh_double has multiple @param documentation sections
1055/home/william/Git/gnunet/src/include/gnunet_common.h:1574: warning: argument 'size' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections
1056/home/william/Git/gnunet/src/include/gnunet_common.h:1574: warning: argument 'filename' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections
1057/home/william/Git/gnunet/src/include/gnunet_common.h:1574: warning: argument 'linenumber' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections
1058/home/william/Git/gnunet/src/include/gnunet_common.h:1635: warning: argument 'buf' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
1059/home/william/Git/gnunet/src/include/gnunet_common.h:1635: warning: argument 'size' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
1060/home/william/Git/gnunet/src/include/gnunet_common.h:1635: warning: argument 'filename' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
1061/home/william/Git/gnunet/src/include/gnunet_common.h:1635: warning: argument 'linenumber' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
1062/home/william/Git/gnunet/src/include/gnunet_common.h:1654: warning: argument 'size' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections
1063/home/william/Git/gnunet/src/include/gnunet_common.h:1654: warning: argument 'filename' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections
1064/home/william/Git/gnunet/src/include/gnunet_common.h:1654: warning: argument 'linenumber' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections
1065/home/william/Git/gnunet/src/include/gnunet_common.h:1675: warning: argument 'ptr' from the argument list of GNUNET_xfree_ has multiple @param documentation sections
1066/home/william/Git/gnunet/src/include/gnunet_common.h:1675: warning: argument 'filename' from the argument list of GNUNET_xfree_ has multiple @param documentation sections
1067/home/william/Git/gnunet/src/include/gnunet_common.h:1675: warning: argument 'linenumber' from the argument list of GNUNET_xfree_ has multiple @param documentation sections
1068/home/william/Git/gnunet/src/include/gnunet_common.h:1686: warning: argument 'str' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections
1069/home/william/Git/gnunet/src/include/gnunet_common.h:1686: warning: argument 'filename' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections
1070/home/william/Git/gnunet/src/include/gnunet_common.h:1686: warning: argument 'linenumber' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections
1071/home/william/Git/gnunet/src/include/gnunet_common.h:1698: warning: argument 'str' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
1072/home/william/Git/gnunet/src/include/gnunet_common.h:1698: warning: argument 'len' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
1073/home/william/Git/gnunet/src/include/gnunet_common.h:1698: warning: argument 'filename' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
1074/home/william/Git/gnunet/src/include/gnunet_common.h:1698: warning: argument 'linenumber' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
1075/home/william/Git/gnunet/src/include/gnunet_common.h:1719: warning: argument 'old' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
1076/home/william/Git/gnunet/src/include/gnunet_common.h:1719: warning: argument 'elementSize' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
1077/home/william/Git/gnunet/src/include/gnunet_common.h:1719: warning: argument 'oldCount' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
1078/home/william/Git/gnunet/src/include/gnunet_common.h:1719: warning: argument 'newCount' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
1079/home/william/Git/gnunet/src/include/gnunet_common.h:1719: warning: argument 'filename' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
1080/home/william/Git/gnunet/src/include/gnunet_common.h:1719: warning: argument 'linenumber' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
1081/home/william/Git/gnunet/src/include/gnunet_common.h:1740: warning: argument 'out' of command @param is not found in the argument list of GNUNET_async_scope_enter(const struct GNUNET_AsyncScopeId *aid, struct GNUNET_AsyncScopeSave *old_scope)
1082/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2106: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_iterator_create has multiple @param documentation sections
1083/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2137: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap32_iterator_destroy has multiple @param documentation sections
1084/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:604: warning: argument 'sum' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections
1085/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:604: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections
1086/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:604: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections
1087/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:614: warning: argument 'sum' from the argument list of GNUNET_CRYPTO_crc16_finish has multiple @param documentation sections
1088/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:797: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
1089/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:797: warning: argument 'skey' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
1090/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:797: warning: argument 'salt' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
1091/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:797: warning: argument 'salt_len' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
1092/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:797: warning: argument 'argp' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
1093/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:893: warning: argument 'salt' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
1094/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:893: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
1095/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:893: warning: argument 'buf_len' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
1096/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:893: warning: argument 'result' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
1097/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1420: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub)
1098/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1399: warning: The following parameter of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub) is not documented:
1099 parameter 'pub'
1100/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1679: warning: argument 'dlc' of command @param is not found in the argument list of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input)
1101/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1687: warning: The following parameter of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input) is not documented:
1102 parameter 'edc'
1103/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2217: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig)
1104/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2209: warning: The following parameter of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig) is not documented:
1105 parameter 'purpose'
1106/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2281: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig)
1107/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2272: warning: The following parameter of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig) is not documented:
1108 parameter 'purpose'
1109/home/william/Git/gnunet/src/util/crypto_paillier.c:331: warning: Found unknown command '\private_key'
1110/home/william/Git/gnunet/src/util/crypto_paillier.c:336: warning: Found unknown command '\private_key'
1111/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2419: warning: argument 'private_key' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
1112/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2419: warning: argument 'public_key' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
1113/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2419: warning: argument 'ciphertext' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
1114/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2419: warning: argument 'm' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
1115/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2440: warning: argument 'public_key' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
1116/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2440: warning: argument 'c1' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
1117/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2440: warning: argument 'c2' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
1118/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2440: warning: argument 'result' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
1119/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2669: warning: argument 'bkey' of command @param is not found in the argument list of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size)
1120/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2680: warning: The following parameter of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size) is not documented:
1121 parameter 'bks'
1122/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2759: warning: explicit link request to 'GNUNET_CRYPTO_rsa_sign()' could not be resolved
1123/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:658: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved
1124/home/william/Git/gnunet/src/include/gnunet_json_lib.h:122: warning: argument 'which' of command @param is not found in the argument list of GNUNET_JSON_parse(const json_t *root, struct GNUNET_JSON_Specification *spec, const char **error_json_name, unsigned int *error_line) 1044/home/william/Git/gnunet/src/include/gnunet_json_lib.h:122: warning: argument 'which' of command @param is not found in the argument list of GNUNET_JSON_parse(const json_t *root, struct GNUNET_JSON_Specification *spec, const char **error_json_name, unsigned int *error_line)
1125/home/william/Git/gnunet/src/include/gnunet_json_lib.h:63: warning: The following parameter of GNUNET_JSON_parse(const json_t *root, struct GNUNET_JSON_Specification *spec, const char **error_json_name, unsigned int *error_line) is not documented: 1045/home/william/Git/gnunet/src/include/gnunet_json_lib.h:63: warning: The following parameter of GNUNET_JSON_parse(const json_t *root, struct GNUNET_JSON_Specification *spec, const char **error_json_name, unsigned int *error_line) is not documented:
1126 parameter 'error_line' 1046 parameter 'error_line'
@@ -1134,17 +1054,12 @@ The command that should end the block seems to be missing!
1134/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: found </i> tag without matching <i> 1054/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: found </i> tag without matching <i>
1135/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: found </i> tag without matching <i> 1055/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: found </i> tag without matching <i>
1136/home/william/Git/gnunet/src/include/gnunet_mhd_compat.h:25: warning: explicit link request to 'MHD_VERSION' could not be resolved 1056/home/william/Git/gnunet/src/include/gnunet_mhd_compat.h:25: warning: explicit link request to 'MHD_VERSION' could not be resolved
1137/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:597: warning: end of comment block while expecting command </code> 1057/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:601: warning: end of comment block while expecting command </code>
1138/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:127: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved 1058/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:131: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved
1139[generated]:5: warning: found </tt> tag without matching <tt> 1059[generated]:5: warning: found </tt> tag without matching <tt>
1140[generated]:39: warning: end of comment block while expecting command </code> 1060[generated]:39: warning: end of comment block while expecting command </code>
1141/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1027: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved 1061/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1031: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved
1142/home/william/Git/gnunet/src/include/gnunet_my_lib.h:470: warning: explicit link request to 'GNUNET_MY_exect_prepared()' could not be resolved 1062/home/william/Git/gnunet/src/include/gnunet_my_lib.h:470: warning: explicit link request to 'GNUNET_MY_exect_prepared()' could not be resolved
1143/home/william/Git/gnunet/src/include/gnunet_op_lib.h:83: warning: argument 'h' from the argument list of GNUNET_OP_get has multiple @param documentation sections
1144/home/william/Git/gnunet/src/include/gnunet_op_lib.h:83: warning: argument 'op_id' from the argument list of GNUNET_OP_get has multiple @param documentation sections
1145/home/william/Git/gnunet/src/include/gnunet_op_lib.h:83: warning: argument 'result_cb' from the argument list of GNUNET_OP_get has multiple @param documentation sections
1146/home/william/Git/gnunet/src/include/gnunet_op_lib.h:83: warning: argument 'cls' from the argument list of GNUNET_OP_get has multiple @param documentation sections
1147/home/william/Git/gnunet/src/include/gnunet_op_lib.h:83: warning: argument 'ctx' from the argument list of GNUNET_OP_get has multiple @param documentation sections
1148/home/william/Git/gnunet/src/include/gnunet_pq_lib.h:119: warning: Found unknown command '\oaran' 1063/home/william/Git/gnunet/src/include/gnunet_pq_lib.h:119: warning: Found unknown command '\oaran'
1149/home/william/Git/gnunet/src/include/gnunet_pq_lib.h:49: warning: The following parameter of GNUNET_PQ_query_param_fixed_size(const void *ptr, size_t ptr_size) is not documented: 1064/home/william/Git/gnunet/src/include/gnunet_pq_lib.h:49: warning: The following parameter of GNUNET_PQ_query_param_fixed_size(const void *ptr, size_t ptr_size) is not documented:
1150 parameter 'ptr_size' 1065 parameter 'ptr_size'
@@ -4138,10 +4053,6 @@ The command that should end the block seems to be missing!
4138/home/william/Git/gnunet/src/transport/transport_api_monitor_plugins.c:245: warning: Found unknown command '\paramm' 4053/home/william/Git/gnunet/src/transport/transport_api_monitor_plugins.c:245: warning: Found unknown command '\paramm'
4139/home/william/Git/gnunet/src/transport/transport_api_monitor_plugins.c:249: warning: The following parameter of handle_event(void *cls, const struct TransportPluginMonitorMessage *tpmm) is not documented: 4054/home/william/Git/gnunet/src/transport/transport_api_monitor_plugins.c:249: warning: The following parameter of handle_event(void *cls, const struct TransportPluginMonitorMessage *tpmm) is not documented:
4140 parameter 'tpmm' 4055 parameter 'tpmm'
4141/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:51: warning: argument 'cp' of command @param is not found in the argument list of GNUNET_wait_child(struct GNUNET_OS_Process *proc, GNUNET_ChildCompletedCallback cb, void *cb_cls)
4142/home/william/Git/gnunet/src/util/child_management.c:205: warning: The following parameter of GNUNET_wait_child(struct GNUNET_OS_Process *proc, GNUNET_ChildCompletedCallback cb, void *cb_cls) is not documented:
4143 parameter 'cb'
4144/home/william/Git/gnunet/src/util/common_logging.c:1519: warning: argument 'out' of command @param is not found in the argument list of GNUNET_async_scope_enter(const struct GNUNET_AsyncScopeId *aid, struct GNUNET_AsyncScopeSave *old_scope)
4145/home/william/Git/gnunet/src/util/container_multihashmap32.c:288: warning: argument 'bme' of command @param is not found in the argument list of update_next_cache(struct GNUNET_CONTAINER_MultiHashMap32 *map, const struct MapEntry *me) 4056/home/william/Git/gnunet/src/util/container_multihashmap32.c:288: warning: argument 'bme' of command @param is not found in the argument list of update_next_cache(struct GNUNET_CONTAINER_MultiHashMap32 *map, const struct MapEntry *me)
4146/home/william/Git/gnunet/src/util/container_multihashmap32.c:294: warning: The following parameter of update_next_cache(struct GNUNET_CONTAINER_MultiHashMap32 *map, const struct MapEntry *me) is not documented: 4057/home/william/Git/gnunet/src/util/container_multihashmap32.c:294: warning: The following parameter of update_next_cache(struct GNUNET_CONTAINER_MultiHashMap32 *map, const struct MapEntry *me) is not documented:
4147 parameter 'me' 4058 parameter 'me'
@@ -4150,19 +4061,6 @@ The command that should end the block seems to be missing!
4150 parameter 'r_dash' 4061 parameter 'r_dash'
4151 parameter 'msg' 4062 parameter 'msg'
4152 parameter 'msg_len' 4063 parameter 'msg_len'
4153/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1420: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub)
4154/home/william/Git/gnunet/src/util/crypto_ecc.c:305: warning: The following parameter of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub) is not documented:
4155 parameter 'pub'
4156/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1679: warning: argument 'dlc' of command @param is not found in the argument list of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input)
4157/home/william/Git/gnunet/src/util/crypto_ecc_dlog.c:112: warning: The following parameter of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input) is not documented:
4158 parameter 'edc'
4159/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2281: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig)
4160/home/william/Git/gnunet/src/util/crypto_ecc_gnsrecord.c:48: warning: The following parameter of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig) is not documented:
4161 parameter 'purpose'
4162/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2217: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig)
4163/home/william/Git/gnunet/src/util/crypto_ecc_gnsrecord.c:48: warning: The following parameter of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig) is not documented:
4164 parameter 'purpose'
4165/home/william/Git/gnunet/src/util/crypto_paillier.c:331: warning: Found unknown command '\private_key'
4166/home/william/Git/gnunet/src/util/crypto_rsa.c:513: warning: argument 'len' of command @param is not found in the argument list of rsa_blinding_key_derive(const struct GNUNET_CRYPTO_RsaPublicKey *pkey, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks) 4064/home/william/Git/gnunet/src/util/crypto_rsa.c:513: warning: argument 'len' of command @param is not found in the argument list of rsa_blinding_key_derive(const struct GNUNET_CRYPTO_RsaPublicKey *pkey, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks)
4167/home/william/Git/gnunet/src/util/crypto_rsa.c:521: warning: The following parameter of rsa_blinding_key_derive(const struct GNUNET_CRYPTO_RsaPublicKey *pkey, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks) is not documented: 4065/home/william/Git/gnunet/src/util/crypto_rsa.c:521: warning: The following parameter of rsa_blinding_key_derive(const struct GNUNET_CRYPTO_RsaPublicKey *pkey, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks) is not documented:
4168 parameter 'pkey' 4066 parameter 'pkey'
@@ -4170,10 +4068,6 @@ The command that should end the block seems to be missing!
4170/home/william/Git/gnunet/src/util/crypto_rsa.c:716: warning: The following parameter of numeric_mpi_alloc_n_print(gcry_mpi_t v, char **buffer) is not documented: 4068/home/william/Git/gnunet/src/util/crypto_rsa.c:716: warning: The following parameter of numeric_mpi_alloc_n_print(gcry_mpi_t v, char **buffer) is not documented:
4171 parameter 'buffer' 4069 parameter 'buffer'
4172/home/william/Git/gnunet/src/util/crypto_rsa.c:741: warning: argument 'rsize' of command @param is not found in the argument list of rsa_full_domain_hash(const struct GNUNET_CRYPTO_RsaPublicKey *pkey, const struct GNUNET_HashCode *hash) 4070/home/william/Git/gnunet/src/util/crypto_rsa.c:741: warning: argument 'rsize' of command @param is not found in the argument list of rsa_full_domain_hash(const struct GNUNET_CRYPTO_RsaPublicKey *pkey, const struct GNUNET_HashCode *hash)
4173/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2669: warning: argument 'bkey' of command @param is not found in the argument list of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size)
4174/home/william/Git/gnunet/src/util/crypto_rsa.c:753: warning: The following parameter of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size) is not documented:
4175 parameter 'bks'
4176/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2759: warning: explicit link request to 'GNUNET_CRYPTO_rsa_sign()' could not be resolved
4177/home/william/Git/gnunet/src/util/dnsstub.c:430: warning: argument 'cls' from the argument list of read_response has multiple @param documentation sections 4071/home/william/Git/gnunet/src/util/dnsstub.c:430: warning: argument 'cls' from the argument list of read_response has multiple @param documentation sections
4178/home/william/Git/gnunet/src/util/gnunet-crypto-tvg.c:134: warning: argument 'data' of command @param is not found in the argument list of uint2j(json_t *vec, const char *label, unsigned int num) 4072/home/william/Git/gnunet/src/util/gnunet-crypto-tvg.c:134: warning: argument 'data' of command @param is not found in the argument list of uint2j(json_t *vec, const char *label, unsigned int num)
4179/home/william/Git/gnunet/src/util/gnunet-crypto-tvg.c:134: warning: argument 'size' of command @param is not found in the argument list of uint2j(json_t *vec, const char *label, unsigned int num) 4073/home/william/Git/gnunet/src/util/gnunet-crypto-tvg.c:134: warning: argument 'size' of command @param is not found in the argument list of uint2j(json_t *vec, const char *label, unsigned int num)
@@ -4187,8 +4081,8 @@ The command that should end the block seems to be missing!
4187/home/william/Git/gnunet/src/util/gnunet-service-resolver.c:314: warning: Found unknown command '\server_addrs' 4081/home/william/Git/gnunet/src/util/gnunet-service-resolver.c:314: warning: Found unknown command '\server_addrs'
4188/home/william/Git/gnunet/src/util/gnunet-service-resolver.c:668: warning: argument 'out' of command @param is not found in the argument list of pack(const char *hostname, uint16_t type, uint16_t dns_id, char **packet_buf, size_t *packet_size) 4082/home/william/Git/gnunet/src/util/gnunet-service-resolver.c:668: warning: argument 'out' of command @param is not found in the argument list of pack(const char *hostname, uint16_t type, uint16_t dns_id, char **packet_buf, size_t *packet_size)
4189/home/william/Git/gnunet/src/util/gnunet-service-resolver.c:668: warning: argument 'out' of command @param is not found in the argument list of pack(const char *hostname, uint16_t type, uint16_t dns_id, char **packet_buf, size_t *packet_size) 4083/home/william/Git/gnunet/src/util/gnunet-service-resolver.c:668: warning: argument 'out' of command @param is not found in the argument list of pack(const char *hostname, uint16_t type, uint16_t dns_id, char **packet_buf, size_t *packet_size)
4190/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1027: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved 4084/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1031: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved
4191/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:127: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved 4085/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:131: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved
4192/home/william/Git/gnunet/src/util/scheduler.c:878: warning: argument 'driver_func' of command @param is not found in the argument list of driver_add_multiple(struct GNUNET_SCHEDULER_Task *t) 4086/home/william/Git/gnunet/src/util/scheduler.c:878: warning: argument 'driver_func' of command @param is not found in the argument list of driver_add_multiple(struct GNUNET_SCHEDULER_Task *t)
4193/home/william/Git/gnunet/src/util/scheduler.c:878: warning: argument 'if_not_ready' of command @param is not found in the argument list of driver_add_multiple(struct GNUNET_SCHEDULER_Task *t) 4087/home/william/Git/gnunet/src/util/scheduler.c:878: warning: argument 'if_not_ready' of command @param is not found in the argument list of driver_add_multiple(struct GNUNET_SCHEDULER_Task *t)
4194/home/william/Git/gnunet/src/util/scheduler.c:878: warning: argument 'et' of command @param is not found in the argument list of driver_add_multiple(struct GNUNET_SCHEDULER_Task *t) 4088/home/william/Git/gnunet/src/util/scheduler.c:878: warning: argument 'et' of command @param is not found in the argument list of driver_add_multiple(struct GNUNET_SCHEDULER_Task *t)
@@ -4311,390 +4205,390 @@ The command that should end the block seems to be missing!
4311/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'ph' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections 4205/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'ph' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections
4312/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'peer' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections 4206/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'peer' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections
4313/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'scope' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections 4207/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'scope' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections
4314/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:171: warning: argument 'bps' from the argument list of GNUNET_BANDWIDTH_value_get_delay_for has multiple @param documentation sections 4208/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:175: warning: argument 'bps' from the argument list of GNUNET_BANDWIDTH_value_get_delay_for has multiple @param documentation sections
4315/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:171: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_value_get_delay_for has multiple @param documentation sections 4209/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:175: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_value_get_delay_for has multiple @param documentation sections
4316/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 4210/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
4317/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'update_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 4211/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'update_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
4318/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'update_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 4212/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'update_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
4319/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'bytes_per_second_limit' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 4213/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'bytes_per_second_limit' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
4320/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'max_carry_s' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 4214/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'max_carry_s' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
4321/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 4215/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
4322/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'update_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 4216/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'update_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
4323/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'update_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 4217/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'update_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
4324/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'bytes_per_second_limit' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 4218/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'bytes_per_second_limit' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
4325/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'max_carry_s' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 4219/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'max_carry_s' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
4326/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'excess_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 4220/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'excess_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
4327/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'excess_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 4221/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'excess_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
4328/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:301: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_consume has multiple @param documentation sections 4222/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:305: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_consume has multiple @param documentation sections
4329/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:301: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_tracker_consume has multiple @param documentation sections 4223/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:305: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_tracker_consume has multiple @param documentation sections
4330/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:301: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_get_delay has multiple @param documentation sections 4224/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:305: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_get_delay has multiple @param documentation sections
4331/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:301: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_tracker_get_delay has multiple @param documentation sections 4225/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:305: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_tracker_get_delay has multiple @param documentation sections
4332/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:83: warning: argument 'h' from the argument list of GNUNET_BIO_read_close has multiple @param documentation sections 4226/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:87: warning: argument 'h' from the argument list of GNUNET_BIO_read_close has multiple @param documentation sections
4333/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:83: warning: argument 'emsg' from the argument list of GNUNET_BIO_read_close has multiple @param documentation sections 4227/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:87: warning: argument 'emsg' from the argument list of GNUNET_BIO_read_close has multiple @param documentation sections
4334/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:310: warning: argument 'h' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections 4228/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:314: warning: argument 'h' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections
4335/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:310: warning: argument 'what' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections 4229/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:314: warning: argument 'what' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections
4336/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:310: warning: argument 'f' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections 4230/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:314: warning: argument 'f' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections
4337/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:322: warning: argument 'h' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections 4231/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:326: warning: argument 'h' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections
4338/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:322: warning: argument 'what' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections 4232/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:326: warning: argument 'what' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections
4339/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:322: warning: argument 'f' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections 4233/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:326: warning: argument 'f' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections
4340/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:66: warning: argument 'ctx' of command @param is not found in the argument list of GNUNET_BLOCK_GROUP_bf_create(void *cls, size_t bf_size, unsigned int bf_k, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size) 4234/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:66: warning: argument 'ctx' of command @param is not found in the argument list of GNUNET_BLOCK_GROUP_bf_create(void *cls, size_t bf_size, unsigned int bf_k, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size)
4341/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:78: warning: The following parameter of GNUNET_BLOCK_GROUP_bf_create(void *cls, size_t bf_size, unsigned int bf_k, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size) is not documented: 4235/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:78: warning: The following parameter of GNUNET_BLOCK_GROUP_bf_create(void *cls, size_t bf_size, unsigned int bf_k, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size) is not documented:
4342 parameter 'cls' 4236 parameter 'cls'
4343/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:94: warning: Found unknown command '\bg' 4237/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:94: warning: Found unknown command '\bg'
4344/home/william/Git/gnunet/src/include/gnunet_block_lib.h:256: warning: argument 'bf_mutator' of command @param is not found in the argument list of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count) 4238/home/william/Git/gnunet/src/include/gnunet_block_lib.h:259: warning: argument 'bf_mutator' of command @param is not found in the argument list of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count)
4345/home/william/Git/gnunet/src/include/gnunet_block_lib.h:170: warning: The following parameter of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count) is not documented: 4239/home/william/Git/gnunet/src/include/gnunet_block_lib.h:173: warning: The following parameter of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count) is not documented:
4346 parameter 'bg' 4240 parameter 'bg'
4347/home/william/Git/gnunet/src/include/gnunet_block_lib.h:274: warning: Found unknown command '\bg2' 4241/home/william/Git/gnunet/src/include/gnunet_block_lib.h:277: warning: Found unknown command '\bg2'
4348/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'h' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 4242/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'h' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
4349/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'port' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 4243/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'port' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
4350/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'connects' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 4244/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'connects' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
4351/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'connects_cls' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 4245/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'connects_cls' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
4352/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'window_changes' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 4246/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'window_changes' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
4353/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'disconnects' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 4247/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'disconnects' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
4354/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'handlers' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 4248/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'handlers' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
4355/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:202: warning: argument 'p' from the argument list of GNUNET_CADET_close_port has multiple @param documentation sections 4249/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:205: warning: argument 'p' from the argument list of GNUNET_CADET_close_port has multiple @param documentation sections
4356/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'h' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 4250/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'h' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
4357/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'channel_cls' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 4251/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'channel_cls' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
4358/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'destination' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 4252/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'destination' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
4359/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'port' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 4253/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'port' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
4360/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'window_changes' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 4254/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'window_changes' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
4361/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'disconnects' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 4255/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'disconnects' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
4362/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'handlers' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 4256/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'handlers' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
4363/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:255: warning: argument 'channel' from the argument list of GNUNET_CADET_get_mq has multiple @param documentation sections 4257/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:258: warning: argument 'channel' from the argument list of GNUNET_CADET_get_mq has multiple @param documentation sections
4364/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:258: warning: argument 'ch' of command @param is not found in the argument list of GNUNET_CADET_receive_done(struct GNUNET_CADET_Channel *channel) 4258/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:261: warning: argument 'ch' of command @param is not found in the argument list of GNUNET_CADET_receive_done(struct GNUNET_CADET_Channel *channel)
4365/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:316: warning: argument 'channel' from the argument list of GNUNET_CADET_channel_get_info has multiple @param documentation sections 4259/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:319: warning: argument 'channel' from the argument list of GNUNET_CADET_channel_get_info has multiple @param documentation sections
4366/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:378: warning: argument 'cfg' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections 4260/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:381: warning: argument 'cfg' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections
4367/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:378: warning: argument 'peer' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections 4261/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:381: warning: argument 'peer' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections
4368/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:378: warning: argument 'callback' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections 4262/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:381: warning: argument 'callback' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections
4369/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:378: warning: argument 'callback_cls' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections 4263/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:381: warning: argument 'callback_cls' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections
4370/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:384: warning: argument 'h' of command @param is not found in the argument list of GNUNET_CADET_get_channel_cancel(struct GNUNET_CADET_ChannelMonitor *cm) 4264/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:387: warning: argument 'h' of command @param is not found in the argument list of GNUNET_CADET_get_channel_cancel(struct GNUNET_CADET_ChannelMonitor *cm)
4371/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:391: warning: The following parameter of GNUNET_CADET_get_channel_cancel(struct GNUNET_CADET_ChannelMonitor *cm) is not documented: 4265/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:394: warning: The following parameter of GNUNET_CADET_get_channel_cancel(struct GNUNET_CADET_ChannelMonitor *cm) is not documented:
4372 parameter 'cm' 4266 parameter 'cm'
4373/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:464: warning: argument 'pl' from the argument list of GNUNET_CADET_list_peers_cancel has multiple @param documentation sections 4267/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:467: warning: argument 'pl' from the argument list of GNUNET_CADET_list_peers_cancel has multiple @param documentation sections
4374/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:524: warning: argument 'cfg' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections 4268/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:527: warning: argument 'cfg' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections
4375/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:524: warning: argument 'id' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections 4269/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:527: warning: argument 'id' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections
4376/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:524: warning: argument 'callback' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections 4270/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:527: warning: argument 'callback' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections
4377/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:524: warning: argument 'callback_cls' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections 4271/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:527: warning: argument 'callback_cls' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections
4378/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:615: warning: argument 'lt' from the argument list of GNUNET_CADET_list_tunnels_cancel has multiple @param documentation sections 4272/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:618: warning: argument 'lt' from the argument list of GNUNET_CADET_list_tunnels_cancel has multiple @param documentation sections
4379/home/william/Git/gnunet/src/include/gnunet_client_lib.h:62: warning: argument 'cfg' from the argument list of GNUNET_CLIENT_test has multiple @param documentation sections 4273/home/william/Git/gnunet/src/include/gnunet_client_lib.h:69: warning: argument 'cfg' from the argument list of GNUNET_CLIENT_test has multiple @param documentation sections
4380/home/william/Git/gnunet/src/include/gnunet_client_lib.h:62: warning: argument 'service_name' from the argument list of GNUNET_CLIENT_test has multiple @param documentation sections 4274/home/william/Git/gnunet/src/include/gnunet_client_lib.h:69: warning: argument 'service_name' from the argument list of GNUNET_CLIENT_test has multiple @param documentation sections
4381/home/william/Git/gnunet/src/util/client.c:1055: warning: argument 'connection' of command @param is not found in the argument list of GNUNET_CLIENT_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *service_name, const struct GNUNET_MQ_MessageHandler *handlers, GNUNET_MQ_ErrorHandler error_handler, void *error_handler_cls) 4275/home/william/Git/gnunet/src/util/client.c:1055: warning: argument 'connection' of command @param is not found in the argument list of GNUNET_CLIENT_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *service_name, const struct GNUNET_MQ_MessageHandler *handlers, GNUNET_MQ_ErrorHandler error_handler, void *error_handler_cls)
4382/home/william/Git/gnunet/src/include/gnunet_client_lib.h:77: warning: argument 'handlers' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections 4276/home/william/Git/gnunet/src/include/gnunet_client_lib.h:84: warning: argument 'handlers' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections
4383/home/william/Git/gnunet/src/include/gnunet_client_lib.h:77: warning: argument 'error_handler' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections 4277/home/william/Git/gnunet/src/include/gnunet_client_lib.h:84: warning: argument 'error_handler' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections
4384/home/william/Git/gnunet/src/include/gnunet_client_lib.h:77: warning: argument 'error_handler_cls' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections 4278/home/william/Git/gnunet/src/include/gnunet_client_lib.h:84: warning: argument 'error_handler_cls' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections
4385/home/william/Git/gnunet/src/include/gnunet_common.h:594: warning: argument 'kind' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections 4279/home/william/Git/gnunet/src/include/gnunet_common.h:598: warning: argument 'kind' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections
4386/home/william/Git/gnunet/src/include/gnunet_common.h:594: warning: argument 'section' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections 4280/home/william/Git/gnunet/src/include/gnunet_common.h:598: warning: argument 'section' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections
4387/home/william/Git/gnunet/src/include/gnunet_common.h:594: warning: argument 'option' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections 4281/home/william/Git/gnunet/src/include/gnunet_common.h:598: warning: argument 'option' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections
4388/home/william/Git/gnunet/src/include/gnunet_common.h:609: warning: argument 'kind' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections 4282/home/william/Git/gnunet/src/include/gnunet_common.h:613: warning: argument 'kind' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections
4389/home/william/Git/gnunet/src/include/gnunet_common.h:609: warning: argument 'section' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections 4283/home/william/Git/gnunet/src/include/gnunet_common.h:613: warning: argument 'section' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections
4390/home/william/Git/gnunet/src/include/gnunet_common.h:609: warning: argument 'option' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections 4284/home/william/Git/gnunet/src/include/gnunet_common.h:613: warning: argument 'option' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections
4391/home/william/Git/gnunet/src/include/gnunet_common.h:609: warning: argument 'required' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections 4285/home/william/Git/gnunet/src/include/gnunet_common.h:613: warning: argument 'required' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections
4392/home/william/Git/gnunet/src/include/gnunet_common.h:658: warning: argument 'n' from the argument list of GNUNET_log_skip has multiple @param documentation sections 4286/home/william/Git/gnunet/src/include/gnunet_common.h:662: warning: argument 'n' from the argument list of GNUNET_log_skip has multiple @param documentation sections
4393/home/william/Git/gnunet/src/include/gnunet_common.h:658: warning: argument 'check_reset' from the argument list of GNUNET_log_skip has multiple @param documentation sections 4287/home/william/Git/gnunet/src/include/gnunet_common.h:662: warning: argument 'check_reset' from the argument list of GNUNET_log_skip has multiple @param documentation sections
4394/home/william/Git/gnunet/src/include/gnunet_common.h:671: warning: argument 'comp' from the argument list of GNUNET_log_setup has multiple @param documentation sections 4288/home/william/Git/gnunet/src/include/gnunet_common.h:675: warning: argument 'comp' from the argument list of GNUNET_log_setup has multiple @param documentation sections
4395/home/william/Git/gnunet/src/include/gnunet_common.h:671: warning: argument 'loglevel' from the argument list of GNUNET_log_setup has multiple @param documentation sections 4289/home/william/Git/gnunet/src/include/gnunet_common.h:675: warning: argument 'loglevel' from the argument list of GNUNET_log_setup has multiple @param documentation sections
4396/home/william/Git/gnunet/src/include/gnunet_common.h:671: warning: argument 'logfile' from the argument list of GNUNET_log_setup has multiple @param documentation sections 4290/home/william/Git/gnunet/src/include/gnunet_common.h:675: warning: argument 'logfile' from the argument list of GNUNET_log_setup has multiple @param documentation sections
4397/home/william/Git/gnunet/src/include/gnunet_common.h:685: warning: argument 'logger' from the argument list of GNUNET_logger_add has multiple @param documentation sections 4291/home/william/Git/gnunet/src/include/gnunet_common.h:689: warning: argument 'logger' from the argument list of GNUNET_logger_add has multiple @param documentation sections
4398/home/william/Git/gnunet/src/include/gnunet_common.h:685: warning: argument 'logger_cls' from the argument list of GNUNET_logger_add has multiple @param documentation sections 4292/home/william/Git/gnunet/src/include/gnunet_common.h:689: warning: argument 'logger_cls' from the argument list of GNUNET_logger_add has multiple @param documentation sections
4399/home/william/Git/gnunet/src/include/gnunet_common.h:696: warning: argument 'logger' from the argument list of GNUNET_logger_remove has multiple @param documentation sections 4293/home/william/Git/gnunet/src/include/gnunet_common.h:700: warning: argument 'logger' from the argument list of GNUNET_logger_remove has multiple @param documentation sections
4400/home/william/Git/gnunet/src/include/gnunet_common.h:696: warning: argument 'logger_cls' from the argument list of GNUNET_logger_remove has multiple @param documentation sections 4294/home/william/Git/gnunet/src/include/gnunet_common.h:700: warning: argument 'logger_cls' from the argument list of GNUNET_logger_remove has multiple @param documentation sections
4401/home/william/Git/gnunet/src/include/gnunet_common.h:735: warning: argument 'hc' from the argument list of GNUNET_h2s has multiple @param documentation sections 4295/home/william/Git/gnunet/src/include/gnunet_common.h:739: warning: argument 'hc' from the argument list of GNUNET_h2s has multiple @param documentation sections
4402/home/william/Git/gnunet/src/include/gnunet_common.h:750: warning: argument 'hc' from the argument list of GNUNET_h2s2 has multiple @param documentation sections 4296/home/william/Git/gnunet/src/include/gnunet_common.h:754: warning: argument 'hc' from the argument list of GNUNET_h2s2 has multiple @param documentation sections
4403/home/william/Git/gnunet/src/include/gnunet_common.h:764: warning: argument 'hc' from the argument list of GNUNET_h2s_full has multiple @param documentation sections 4297/home/william/Git/gnunet/src/include/gnunet_common.h:768: warning: argument 'hc' from the argument list of GNUNET_h2s_full has multiple @param documentation sections
4404/home/william/Git/gnunet/src/include/gnunet_common.h:780: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p) 4298/home/william/Git/gnunet/src/include/gnunet_common.h:784: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p)
4405/home/william/Git/gnunet/src/util/common_logging.c:1194: warning: The following parameter of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented: 4299/home/william/Git/gnunet/src/util/common_logging.c:1194: warning: The following parameter of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented:
4406 parameter 'p' 4300 parameter 'p'
4407/home/william/Git/gnunet/src/include/gnunet_common.h:793: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p) 4301/home/william/Git/gnunet/src/include/gnunet_common.h:797: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p)
4408/home/william/Git/gnunet/src/util/common_logging.c:1216: warning: The following parameter of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented: 4302/home/william/Git/gnunet/src/util/common_logging.c:1216: warning: The following parameter of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented:
4409 parameter 'p' 4303 parameter 'p'
4410/home/william/Git/gnunet/src/include/gnunet_common.h:806: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p) 4304/home/william/Git/gnunet/src/include/gnunet_common.h:810: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p)
4411/home/william/Git/gnunet/src/util/common_logging.c:1238: warning: The following parameter of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented: 4305/home/william/Git/gnunet/src/util/common_logging.c:1238: warning: The following parameter of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented:
4412 parameter 'p' 4306 parameter 'p'
4413/home/william/Git/gnunet/src/include/gnunet_common.h:819: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p) 4307/home/william/Git/gnunet/src/include/gnunet_common.h:823: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p)
4414/home/william/Git/gnunet/src/util/common_logging.c:1260: warning: The following parameter of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented: 4308/home/william/Git/gnunet/src/util/common_logging.c:1260: warning: The following parameter of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented:
4415 parameter 'p' 4309 parameter 'p'
4416/home/william/Git/gnunet/src/include/gnunet_common.h:848: warning: argument 'pid' from the argument list of GNUNET_i2s has multiple @param documentation sections 4310/home/william/Git/gnunet/src/include/gnunet_common.h:852: warning: argument 'pid' from the argument list of GNUNET_i2s has multiple @param documentation sections
4417/home/william/Git/gnunet/src/include/gnunet_common.h:864: warning: argument 'pid' from the argument list of GNUNET_i2s2 has multiple @param documentation sections 4311/home/william/Git/gnunet/src/include/gnunet_common.h:868: warning: argument 'pid' from the argument list of GNUNET_i2s2 has multiple @param documentation sections
4418/home/william/Git/gnunet/src/include/gnunet_common.h:878: warning: argument 'pid' from the argument list of GNUNET_i2s_full has multiple @param documentation sections 4312/home/william/Git/gnunet/src/include/gnunet_common.h:882: warning: argument 'pid' from the argument list of GNUNET_i2s_full has multiple @param documentation sections
4419/home/william/Git/gnunet/src/include/gnunet_common.h:893: warning: argument 'addr' from the argument list of GNUNET_a2s has multiple @param documentation sections 4313/home/william/Git/gnunet/src/include/gnunet_common.h:897: warning: argument 'addr' from the argument list of GNUNET_a2s has multiple @param documentation sections
4420/home/william/Git/gnunet/src/include/gnunet_common.h:893: warning: argument 'addrlen' from the argument list of GNUNET_a2s has multiple @param documentation sections 4314/home/william/Git/gnunet/src/include/gnunet_common.h:897: warning: argument 'addrlen' from the argument list of GNUNET_a2s has multiple @param documentation sections
4421/home/william/Git/gnunet/src/include/gnunet_common.h:904: warning: argument 'kind' from the argument list of GNUNET_error_type_to_string has multiple @param documentation sections 4315/home/william/Git/gnunet/src/include/gnunet_common.h:908: warning: argument 'kind' from the argument list of GNUNET_error_type_to_string has multiple @param documentation sections
4422/home/william/Git/gnunet/src/include/gnunet_common.h:1492: warning: argument 'len' of command @param is not found in the argument list of GNUNET_array_concatenate(arr1, len1, arr2, len2) 4316/home/william/Git/gnunet/src/include/gnunet_common.h:1496: warning: argument 'len' of command @param is not found in the argument list of GNUNET_array_concatenate(arr1, len1, arr2, len2)
4423/home/william/Git/gnunet/src/include/gnunet_common.h:1514: warning: The following parameter of GNUNET_array_concatenate(arr1, len1, arr2, len2) is not documented: 4317/home/william/Git/gnunet/src/include/gnunet_common.h:1518: warning: The following parameter of GNUNET_array_concatenate(arr1, len1, arr2, len2) is not documented:
4424 parameter 'len2' 4318 parameter 'len2'
4425/home/william/Git/gnunet/src/include/gnunet_common.h:1735: warning: argument 'msg' from the argument list of GNUNET_copy_message has multiple @param documentation sections 4319/home/william/Git/gnunet/src/include/gnunet_common.h:1739: warning: argument 'msg' from the argument list of GNUNET_copy_message has multiple @param documentation sections
4426/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:73: warning: argument 'cfg' from the argument list of GNUNET_CONFIGURATION_load has multiple @param documentation sections 4320/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:77: warning: argument 'cfg' from the argument list of GNUNET_CONFIGURATION_load has multiple @param documentation sections
4427/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:73: warning: argument 'filename' from the argument list of GNUNET_CONFIGURATION_load has multiple @param documentation sections 4321/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:77: warning: argument 'filename' from the argument list of GNUNET_CONFIGURATION_load has multiple @param documentation sections
4428/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:170: warning: Found unknown command '\INLINE' 4322/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:174: warning: Found unknown command '\INLINE'
4429/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'cfg' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 4323/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'cfg' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
4430/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'num_peers' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 4324/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'num_peers' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
4431/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'peers' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 4325/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'peers' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
4432/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'session_id' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 4326/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'session_id' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
4433/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'start' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 4327/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'start' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
4434/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'deadline' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 4328/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'deadline' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
4435/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'new_element_cb' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 4329/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'new_element_cb' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
4436/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'new_element_cls' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 4330/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'new_element_cls' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
4437/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:135: warning: argument 'consensus' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections 4331/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:138: warning: argument 'consensus' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections
4438/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:135: warning: argument 'element' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections 4332/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:138: warning: argument 'element' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections
4439/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:135: warning: argument 'idc' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections 4333/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:138: warning: argument 'idc' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections
4440/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:135: warning: argument 'idc_cls' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections 4334/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:138: warning: argument 'idc_cls' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections
4441/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:149: warning: argument 'deadline' of command @param is not found in the argument list of GNUNET_CONSENSUS_conclude(struct GNUNET_CONSENSUS_Handle *consensus, GNUNET_CONSENSUS_ConcludeCallback conclude, void *conclude_cls) 4335/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:152: warning: argument 'deadline' of command @param is not found in the argument list of GNUNET_CONSENSUS_conclude(struct GNUNET_CONSENSUS_Handle *consensus, GNUNET_CONSENSUS_ConcludeCallback conclude, void *conclude_cls)
4442/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:158: warning: argument 'consensus' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections 4336/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:161: warning: argument 'consensus' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections
4443/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:158: warning: argument 'conclude' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections 4337/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:161: warning: argument 'conclude' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections
4444/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:158: warning: argument 'conclude_cls' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections 4338/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:161: warning: argument 'conclude_cls' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections
4445/home/william/Git/gnunet/src/include/gnunet_constants.h:131: warning: explicit link request to 'GNUNET_CONSTANTS_TRANSPORT_SIZE_OUTBOUND_MESSAGE' could not be resolved 4339/home/william/Git/gnunet/src/include/gnunet_constants.h:131: warning: explicit link request to 'GNUNET_CONSTANTS_TRANSPORT_SIZE_OUTBOUND_MESSAGE' could not be resolved
4446/home/william/Git/gnunet/src/include/gnunet_container_lib.h:792: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multihashmap_create has multiple @param documentation sections 4340/home/william/Git/gnunet/src/include/gnunet_container_lib.h:796: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multihashmap_create has multiple @param documentation sections
4447/home/william/Git/gnunet/src/include/gnunet_container_lib.h:792: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multihashmap_create has multiple @param documentation sections 4341/home/william/Git/gnunet/src/include/gnunet_container_lib.h:796: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multihashmap_create has multiple @param documentation sections
4448/home/william/Git/gnunet/src/include/gnunet_container_lib.h:804: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_destroy has multiple @param documentation sections 4342/home/william/Git/gnunet/src/include/gnunet_container_lib.h:808: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_destroy has multiple @param documentation sections
4449/home/william/Git/gnunet/src/include/gnunet_container_lib.h:820: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_get has multiple @param documentation sections 4343/home/william/Git/gnunet/src/include/gnunet_container_lib.h:824: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_get has multiple @param documentation sections
4450/home/william/Git/gnunet/src/include/gnunet_container_lib.h:820: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_get has multiple @param documentation sections 4344/home/william/Git/gnunet/src/include/gnunet_container_lib.h:824: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_get has multiple @param documentation sections
4451/home/william/Git/gnunet/src/include/gnunet_container_lib.h:838: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections 4345/home/william/Git/gnunet/src/include/gnunet_container_lib.h:842: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections
4452/home/william/Git/gnunet/src/include/gnunet_container_lib.h:838: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections 4346/home/william/Git/gnunet/src/include/gnunet_container_lib.h:842: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections
4453/home/william/Git/gnunet/src/include/gnunet_container_lib.h:838: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections 4347/home/william/Git/gnunet/src/include/gnunet_container_lib.h:842: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections
4454/home/william/Git/gnunet/src/include/gnunet_container_lib.h:852: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_remove_all has multiple @param documentation sections 4348/home/william/Git/gnunet/src/include/gnunet_container_lib.h:856: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_remove_all has multiple @param documentation sections
4455/home/william/Git/gnunet/src/include/gnunet_container_lib.h:852: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_remove_all has multiple @param documentation sections 4349/home/william/Git/gnunet/src/include/gnunet_container_lib.h:856: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_remove_all has multiple @param documentation sections
4456/home/william/Git/gnunet/src/include/gnunet_container_lib.h:880: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_contains has multiple @param documentation sections 4350/home/william/Git/gnunet/src/include/gnunet_container_lib.h:884: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_contains has multiple @param documentation sections
4457/home/william/Git/gnunet/src/include/gnunet_container_lib.h:880: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_contains has multiple @param documentation sections 4351/home/william/Git/gnunet/src/include/gnunet_container_lib.h:884: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_contains has multiple @param documentation sections
4458/home/william/Git/gnunet/src/include/gnunet_container_lib.h:897: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections 4352/home/william/Git/gnunet/src/include/gnunet_container_lib.h:901: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections
4459/home/william/Git/gnunet/src/include/gnunet_container_lib.h:897: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections 4353/home/william/Git/gnunet/src/include/gnunet_container_lib.h:901: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections
4460/home/william/Git/gnunet/src/include/gnunet_container_lib.h:897: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections 4354/home/william/Git/gnunet/src/include/gnunet_container_lib.h:901: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections
4461/home/william/Git/gnunet/src/include/gnunet_container_lib.h:917: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections 4355/home/william/Git/gnunet/src/include/gnunet_container_lib.h:921: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections
4462/home/william/Git/gnunet/src/include/gnunet_container_lib.h:917: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections 4356/home/william/Git/gnunet/src/include/gnunet_container_lib.h:921: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections
4463/home/william/Git/gnunet/src/include/gnunet_container_lib.h:917: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections 4357/home/william/Git/gnunet/src/include/gnunet_container_lib.h:921: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections
4464/home/william/Git/gnunet/src/include/gnunet_container_lib.h:917: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections 4358/home/william/Git/gnunet/src/include/gnunet_container_lib.h:921: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections
4465/home/william/Git/gnunet/src/include/gnunet_container_lib.h:931: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_size has multiple @param documentation sections 4359/home/william/Git/gnunet/src/include/gnunet_container_lib.h:935: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_size has multiple @param documentation sections
4466/home/william/Git/gnunet/src/include/gnunet_container_lib.h:946: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections 4360/home/william/Git/gnunet/src/include/gnunet_container_lib.h:950: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections
4467/home/william/Git/gnunet/src/include/gnunet_container_lib.h:946: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections 4361/home/william/Git/gnunet/src/include/gnunet_container_lib.h:950: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections
4468/home/william/Git/gnunet/src/include/gnunet_container_lib.h:946: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections 4362/home/william/Git/gnunet/src/include/gnunet_container_lib.h:950: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections
4469/home/william/Git/gnunet/src/include/gnunet_container_lib.h:966: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_create has multiple @param documentation sections 4363/home/william/Git/gnunet/src/include/gnunet_container_lib.h:970: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_create has multiple @param documentation sections
4470/home/william/Git/gnunet/src/include/gnunet_container_lib.h:986: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections 4364/home/william/Git/gnunet/src/include/gnunet_container_lib.h:990: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections
4471/home/william/Git/gnunet/src/include/gnunet_container_lib.h:986: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections 4365/home/william/Git/gnunet/src/include/gnunet_container_lib.h:990: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections
4472/home/william/Git/gnunet/src/include/gnunet_container_lib.h:986: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections 4366/home/william/Git/gnunet/src/include/gnunet_container_lib.h:990: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections
4473/home/william/Git/gnunet/src/include/gnunet_container_lib.h:999: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_destroy has multiple @param documentation sections 4367/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1003: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_destroy has multiple @param documentation sections
4474/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1015: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections 4368/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1019: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections
4475/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1015: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections 4369/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1019: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections
4476/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1015: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections 4370/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1019: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections
4477/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1015: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections 4371/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1019: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections
4478/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1082: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multipeermap_create has multiple @param documentation sections 4372/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1086: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multipeermap_create has multiple @param documentation sections
4479/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1082: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multipeermap_create has multiple @param documentation sections 4373/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1086: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multipeermap_create has multiple @param documentation sections
4480/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1093: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_destroy has multiple @param documentation sections 4374/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1097: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_destroy has multiple @param documentation sections
4481/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1109: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_get has multiple @param documentation sections 4375/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1113: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_get has multiple @param documentation sections
4482/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1109: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_get has multiple @param documentation sections 4376/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1113: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_get has multiple @param documentation sections
4483/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1127: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections 4377/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1131: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections
4484/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1127: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections 4378/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1131: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections
4485/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1127: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections 4379/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1131: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections
4486/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1141: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_remove_all has multiple @param documentation sections 4380/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1145: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_remove_all has multiple @param documentation sections
4487/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1141: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_remove_all has multiple @param documentation sections 4381/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1145: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_remove_all has multiple @param documentation sections
4488/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1157: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_contains has multiple @param documentation sections 4382/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1161: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_contains has multiple @param documentation sections
4489/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1157: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_contains has multiple @param documentation sections 4383/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1161: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_contains has multiple @param documentation sections
4490/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1174: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections 4384/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1178: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections
4491/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1174: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections 4385/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1178: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections
4492/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1174: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections 4386/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1178: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections
4493/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1194: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections 4387/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1198: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections
4494/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1194: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections 4388/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1198: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections
4495/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1194: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections 4389/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1198: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections
4496/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1194: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections 4390/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1198: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections
4497/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1209: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_size has multiple @param documentation sections 4391/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1213: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_size has multiple @param documentation sections
4498/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1224: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections 4392/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1228: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections
4499/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1224: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections 4393/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1228: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections
4500/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1224: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections 4394/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1228: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections
4501/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1245: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_create has multiple @param documentation sections 4395/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1249: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_create has multiple @param documentation sections
4502/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1265: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections 4396/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1269: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections
4503/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1265: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections 4397/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1269: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections
4504/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1265: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections 4398/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1269: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections
4505/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1278: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_destroy has multiple @param documentation sections 4399/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1282: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_destroy has multiple @param documentation sections
4506/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1294: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections 4400/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1298: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections
4507/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1294: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections 4401/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1298: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections
4508/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1294: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections 4402/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1298: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections
4509/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1294: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections 4403/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1298: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections
4510/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1361: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multishortmap_create has multiple @param documentation sections 4404/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1365: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multishortmap_create has multiple @param documentation sections
4511/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1361: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multishortmap_create has multiple @param documentation sections 4405/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1365: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multishortmap_create has multiple @param documentation sections
4512/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1372: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_destroy has multiple @param documentation sections 4406/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1376: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_destroy has multiple @param documentation sections
4513/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1388: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_get has multiple @param documentation sections 4407/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1392: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_get has multiple @param documentation sections
4514/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1388: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_get has multiple @param documentation sections 4408/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1392: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_get has multiple @param documentation sections
4515/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1406: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections 4409/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1410: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections
4516/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1406: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections 4410/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1410: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections
4517/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1406: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections 4411/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1410: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections
4518/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1421: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_remove_all has multiple @param documentation sections 4412/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1425: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_remove_all has multiple @param documentation sections
4519/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1421: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_remove_all has multiple @param documentation sections 4413/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1425: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_remove_all has multiple @param documentation sections
4520/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1437: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_contains has multiple @param documentation sections 4414/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1441: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_contains has multiple @param documentation sections
4521/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1437: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_contains has multiple @param documentation sections 4415/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1441: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_contains has multiple @param documentation sections
4522/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1454: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections 4416/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1458: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections
4523/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1454: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections 4417/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1458: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections
4524/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1454: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections 4418/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1458: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections
4525/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1474: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections 4419/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1478: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections
4526/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1474: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections 4420/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1478: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections
4527/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1474: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections 4421/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1478: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections
4528/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1474: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections 4422/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1478: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections
4529/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1489: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_size has multiple @param documentation sections 4423/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1493: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_size has multiple @param documentation sections
4530/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1504: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections 4424/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1508: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections
4531/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1504: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections 4425/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1508: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections
4532/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1504: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections 4426/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1508: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections
4533/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1527: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_create has multiple @param documentation sections 4427/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1531: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_create has multiple @param documentation sections
4534/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1547: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections 4428/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1551: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections
4535/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1547: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections 4429/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1551: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections
4536/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1547: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections 4430/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1551: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections
4537/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1560: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_destroy has multiple @param documentation sections 4431/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1564: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_destroy has multiple @param documentation sections
4538/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1576: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections 4432/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1580: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections
4539/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1576: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections 4433/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1580: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections
4540/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1576: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections 4434/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1580: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections
4541/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1576: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections 4435/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1580: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections
4542/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1644: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multiuuidmap_create has multiple @param documentation sections 4436/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1648: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multiuuidmap_create has multiple @param documentation sections
4543/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1644: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multiuuidmap_create has multiple @param documentation sections 4437/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1648: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multiuuidmap_create has multiple @param documentation sections
4544/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1655: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_destroy has multiple @param documentation sections 4438/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1659: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_destroy has multiple @param documentation sections
4545/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1671: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_get has multiple @param documentation sections 4439/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1675: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_get has multiple @param documentation sections
4546/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1671: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_get has multiple @param documentation sections 4440/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1675: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_get has multiple @param documentation sections
4547/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1689: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections 4441/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1693: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections
4548/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1689: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections 4442/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1693: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections
4549/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1689: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections 4443/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1693: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections
4550/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1703: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove_all has multiple @param documentation sections 4444/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1707: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove_all has multiple @param documentation sections
4551/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1703: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove_all has multiple @param documentation sections 4445/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1707: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove_all has multiple @param documentation sections
4552/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1719: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains has multiple @param documentation sections 4446/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1723: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains has multiple @param documentation sections
4553/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1719: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains has multiple @param documentation sections 4447/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1723: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains has multiple @param documentation sections
4554/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1736: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections 4448/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1740: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections
4555/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1736: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections 4449/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1740: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections
4556/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1736: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections 4450/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1740: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections
4557/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1756: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections 4451/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1760: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections
4558/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1756: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections 4452/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1760: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections
4559/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1756: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections 4453/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1760: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections
4560/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1756: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections 4454/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1760: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections
4561/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1771: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_size has multiple @param documentation sections 4455/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1775: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_size has multiple @param documentation sections
4562/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1786: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections 4456/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1790: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections
4563/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1786: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections 4457/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1790: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections
4564/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1786: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections 4458/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1790: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections
4565/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1809: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_create has multiple @param documentation sections 4459/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1813: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_create has multiple @param documentation sections
4566/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1829: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections 4460/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1833: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections
4567/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1829: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections 4461/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1833: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections
4568/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1829: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections 4462/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1833: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections
4569/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1842: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_destroy has multiple @param documentation sections 4463/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1846: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_destroy has multiple @param documentation sections
4570/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1858: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections 4464/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1862: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections
4571/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1858: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections 4465/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1862: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections
4572/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1858: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections 4466/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1862: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections
4573/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1858: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections 4467/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1862: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections
4574/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1924: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multihashmap32_create has multiple @param documentation sections 4468/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1928: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multihashmap32_create has multiple @param documentation sections
4575/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1935: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_destroy has multiple @param documentation sections 4469/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1939: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_destroy has multiple @param documentation sections
4576/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1947: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_size has multiple @param documentation sections 4470/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1951: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_size has multiple @param documentation sections
4577/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1963: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_get has multiple @param documentation sections 4471/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1967: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_get has multiple @param documentation sections
4578/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1963: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_get has multiple @param documentation sections 4472/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1967: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_get has multiple @param documentation sections
4579/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1979: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections 4473/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1983: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections
4580/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1979: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections 4474/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1983: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections
4581/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1979: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections 4475/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1983: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections
4582/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1998: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections 4476/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2002: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections
4583/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1998: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections 4477/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2002: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections
4584/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1998: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections 4478/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2002: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections
4585/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2014: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_remove_all has multiple @param documentation sections 4479/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2018: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_remove_all has multiple @param documentation sections
4586/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2014: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_remove_all has multiple @param documentation sections 4480/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2018: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_remove_all has multiple @param documentation sections
4587/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2030: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_contains has multiple @param documentation sections 4481/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2034: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_contains has multiple @param documentation sections
4588/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2030: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_contains has multiple @param documentation sections 4482/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2034: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_contains has multiple @param documentation sections
4589/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2047: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections 4483/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2051: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections
4590/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2047: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections 4484/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2051: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections
4591/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2047: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections 4485/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2051: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections
4592/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2067: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections 4486/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2071: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections
4593/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2067: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections 4487/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2071: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections
4594/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2067: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections 4488/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2071: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections
4595/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2067: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections 4489/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2071: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections
4596/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2086: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections 4490/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2090: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections
4597/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2086: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections 4491/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2090: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections
4598/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2086: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections 4492/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2090: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections
4599/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2086: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections 4493/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2090: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections
4600/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2537: warning: argument 'order' from the argument list of GNUNET_CONTAINER_heap_create has multiple @param documentation sections 4494/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2541: warning: argument 'order' from the argument list of GNUNET_CONTAINER_heap_create has multiple @param documentation sections
4601/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2548: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_destroy has multiple @param documentation sections 4495/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2552: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_destroy has multiple @param documentation sections
4602/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2559: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_peek has multiple @param documentation sections 4496/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2563: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_peek has multiple @param documentation sections
4603/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2585: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_get_size has multiple @param documentation sections 4497/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2589: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_get_size has multiple @param documentation sections
4604/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2596: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_node_get_cost has multiple @param documentation sections 4498/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2600: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_node_get_cost has multiple @param documentation sections
4605/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2628: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections 4499/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2632: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections
4606/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2628: warning: argument 'iterator' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections 4500/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2632: warning: argument 'iterator' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections
4607/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2628: warning: argument 'iterator_cls' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections 4501/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2632: warning: argument 'iterator_cls' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections
4608/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2645: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_walk_get_next has multiple @param documentation sections 4502/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2649: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_walk_get_next has multiple @param documentation sections
4609/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2658: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections 4503/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2662: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections
4610/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2658: warning: argument 'element' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections 4504/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2662: warning: argument 'element' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections
4611/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2658: warning: argument 'cost' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections 4505/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2662: warning: argument 'cost' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections
4612/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2671: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_remove_root has multiple @param documentation sections 4506/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2675: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_remove_root has multiple @param documentation sections
4613/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2682: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_remove_node has multiple @param documentation sections 4507/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2686: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_remove_node has multiple @param documentation sections
4614/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2693: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_update_cost has multiple @param documentation sections 4508/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2697: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_update_cost has multiple @param documentation sections
4615/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2693: warning: argument 'new_cost' from the argument list of GNUNET_CONTAINER_heap_update_cost has multiple @param documentation sections 4509/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2697: warning: argument 'new_cost' from the argument list of GNUNET_CONTAINER_heap_update_cost has multiple @param documentation sections
4616/home/william/Git/gnunet/src/include/gnunet_container_lib.h:233: warning: argument 'filename' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections 4510/home/william/Git/gnunet/src/include/gnunet_container_lib.h:237: warning: argument 'filename' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections
4617/home/william/Git/gnunet/src/include/gnunet_container_lib.h:233: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections 4511/home/william/Git/gnunet/src/include/gnunet_container_lib.h:237: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections
4618/home/william/Git/gnunet/src/include/gnunet_container_lib.h:233: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections 4512/home/william/Git/gnunet/src/include/gnunet_container_lib.h:237: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections
4619/home/william/Git/gnunet/src/include/gnunet_container_lib.h:253: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections 4513/home/william/Git/gnunet/src/include/gnunet_container_lib.h:257: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections
4620/home/william/Git/gnunet/src/include/gnunet_container_lib.h:253: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections 4514/home/william/Git/gnunet/src/include/gnunet_container_lib.h:257: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections
4621/home/william/Git/gnunet/src/include/gnunet_container_lib.h:253: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections 4515/home/william/Git/gnunet/src/include/gnunet_container_lib.h:257: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections
4622/home/william/Git/gnunet/src/include/gnunet_container_lib.h:268: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_get_raw_data has multiple @param documentation sections 4516/home/william/Git/gnunet/src/include/gnunet_container_lib.h:272: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_get_raw_data has multiple @param documentation sections
4623/home/william/Git/gnunet/src/include/gnunet_container_lib.h:268: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_get_raw_data has multiple @param documentation sections 4517/home/william/Git/gnunet/src/include/gnunet_container_lib.h:272: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_get_raw_data has multiple @param documentation sections
4624/home/william/Git/gnunet/src/include/gnunet_container_lib.h:283: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_test has multiple @param documentation sections 4518/home/william/Git/gnunet/src/include/gnunet_container_lib.h:287: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_test has multiple @param documentation sections
4625/home/william/Git/gnunet/src/include/gnunet_container_lib.h:283: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_test has multiple @param documentation sections 4519/home/william/Git/gnunet/src/include/gnunet_container_lib.h:287: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_test has multiple @param documentation sections
4626/home/william/Git/gnunet/src/include/gnunet_container_lib.h:296: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_add has multiple @param documentation sections 4520/home/william/Git/gnunet/src/include/gnunet_container_lib.h:300: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_add has multiple @param documentation sections
4627/home/william/Git/gnunet/src/include/gnunet_container_lib.h:296: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_add has multiple @param documentation sections 4521/home/william/Git/gnunet/src/include/gnunet_container_lib.h:300: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_add has multiple @param documentation sections
4628/home/william/Git/gnunet/src/include/gnunet_container_lib.h:308: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_remove has multiple @param documentation sections 4522/home/william/Git/gnunet/src/include/gnunet_container_lib.h:312: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_remove has multiple @param documentation sections
4629/home/william/Git/gnunet/src/include/gnunet_container_lib.h:308: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_remove has multiple @param documentation sections 4523/home/william/Git/gnunet/src/include/gnunet_container_lib.h:312: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_remove has multiple @param documentation sections
4630/home/william/Git/gnunet/src/include/gnunet_container_lib.h:320: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_copy has multiple @param documentation sections 4524/home/william/Git/gnunet/src/include/gnunet_container_lib.h:324: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_copy has multiple @param documentation sections
4631/home/william/Git/gnunet/src/include/gnunet_container_lib.h:333: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_free has multiple @param documentation sections 4525/home/william/Git/gnunet/src/include/gnunet_container_lib.h:337: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_free has multiple @param documentation sections
4632/home/william/Git/gnunet/src/include/gnunet_container_lib.h:355: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_get_size has multiple @param documentation sections 4526/home/william/Git/gnunet/src/include/gnunet_container_lib.h:359: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_get_size has multiple @param documentation sections
4633/home/william/Git/gnunet/src/include/gnunet_container_lib.h:366: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_clear has multiple @param documentation sections 4527/home/william/Git/gnunet/src/include/gnunet_container_lib.h:370: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_clear has multiple @param documentation sections
4634/home/william/Git/gnunet/src/include/gnunet_container_lib.h:382: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections 4528/home/william/Git/gnunet/src/include/gnunet_container_lib.h:386: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections
4635/home/william/Git/gnunet/src/include/gnunet_container_lib.h:382: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections 4529/home/william/Git/gnunet/src/include/gnunet_container_lib.h:386: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections
4636/home/william/Git/gnunet/src/include/gnunet_container_lib.h:382: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections 4530/home/william/Git/gnunet/src/include/gnunet_container_lib.h:386: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections
4637/home/william/Git/gnunet/src/include/gnunet_container_lib.h:398: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_or2 has multiple @param documentation sections 4531/home/william/Git/gnunet/src/include/gnunet_container_lib.h:402: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_or2 has multiple @param documentation sections
4638/home/william/Git/gnunet/src/include/gnunet_container_lib.h:398: warning: argument 'to_or' from the argument list of GNUNET_CONTAINER_bloomfilter_or2 has multiple @param documentation sections 4532/home/william/Git/gnunet/src/include/gnunet_container_lib.h:402: warning: argument 'to_or' from the argument list of GNUNET_CONTAINER_bloomfilter_or2 has multiple @param documentation sections
4639/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 4533/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
4640/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'iterator' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 4534/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'iterator' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
4641/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'iterator_cls' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 4535/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'iterator_cls' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
4642/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 4536/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
4643/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 4537/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
4644/home/william/Git/gnunet/src/include/gnunet_container_lib.h:450: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_duplicate has multiple @param documentation sections 4538/home/william/Git/gnunet/src/include/gnunet_container_lib.h:454: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_duplicate has multiple @param documentation sections
4645/home/william/Git/gnunet/src/include/gnunet_container_lib.h:461: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_destroy has multiple @param documentation sections 4539/home/william/Git/gnunet/src/include/gnunet_container_lib.h:465: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_destroy has multiple @param documentation sections
4646/home/william/Git/gnunet/src/include/gnunet_container_lib.h:476: warning: argument 'md1' from the argument list of GNUNET_CONTAINER_meta_data_test_equal has multiple @param documentation sections 4540/home/william/Git/gnunet/src/include/gnunet_container_lib.h:480: warning: argument 'md1' from the argument list of GNUNET_CONTAINER_meta_data_test_equal has multiple @param documentation sections
4647/home/william/Git/gnunet/src/include/gnunet_container_lib.h:476: warning: argument 'md2' from the argument list of GNUNET_CONTAINER_meta_data_test_equal has multiple @param documentation sections 4541/home/william/Git/gnunet/src/include/gnunet_container_lib.h:480: warning: argument 'md2' from the argument list of GNUNET_CONTAINER_meta_data_test_equal has multiple @param documentation sections
4648/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 4542/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
4649/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'plugin_name' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 4543/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'plugin_name' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
4650/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 4544/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
4651/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'format' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 4545/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'format' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
4652/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'data_mime_type' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 4546/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'data_mime_type' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
4653/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'data' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 4547/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'data' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
4654/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'data_size' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 4548/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'data_size' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
4655/home/william/Git/gnunet/src/include/gnunet_container_lib.h:518: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_merge has multiple @param documentation sections 4549/home/william/Git/gnunet/src/include/gnunet_container_lib.h:522: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_merge has multiple @param documentation sections
4656/home/william/Git/gnunet/src/include/gnunet_container_lib.h:518: warning: argument 'in' from the argument list of GNUNET_CONTAINER_meta_data_merge has multiple @param documentation sections 4550/home/william/Git/gnunet/src/include/gnunet_container_lib.h:522: warning: argument 'in' from the argument list of GNUNET_CONTAINER_meta_data_merge has multiple @param documentation sections
4657/home/william/Git/gnunet/src/include/gnunet_container_lib.h:534: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections 4551/home/william/Git/gnunet/src/include/gnunet_container_lib.h:538: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections
4658/home/william/Git/gnunet/src/include/gnunet_container_lib.h:534: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections 4552/home/william/Git/gnunet/src/include/gnunet_container_lib.h:538: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections
4659/home/william/Git/gnunet/src/include/gnunet_container_lib.h:534: warning: argument 'data' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections 4553/home/william/Git/gnunet/src/include/gnunet_container_lib.h:538: warning: argument 'data' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections
4660/home/william/Git/gnunet/src/include/gnunet_container_lib.h:534: warning: argument 'data_size' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections 4554/home/william/Git/gnunet/src/include/gnunet_container_lib.h:538: warning: argument 'data_size' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections
4661/home/william/Git/gnunet/src/include/gnunet_container_lib.h:547: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_clear has multiple @param documentation sections 4555/home/william/Git/gnunet/src/include/gnunet_container_lib.h:551: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_clear has multiple @param documentation sections
4662/home/william/Git/gnunet/src/include/gnunet_container_lib.h:558: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_add_publication_date has multiple @param documentation sections 4556/home/william/Git/gnunet/src/include/gnunet_container_lib.h:562: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_add_publication_date has multiple @param documentation sections
4663/home/william/Git/gnunet/src/include/gnunet_container_lib.h:573: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections 4557/home/william/Git/gnunet/src/include/gnunet_container_lib.h:577: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections
4664/home/william/Git/gnunet/src/include/gnunet_container_lib.h:573: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections 4558/home/william/Git/gnunet/src/include/gnunet_container_lib.h:577: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections
4665/home/william/Git/gnunet/src/include/gnunet_container_lib.h:573: warning: argument 'iter_cls' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections 4559/home/william/Git/gnunet/src/include/gnunet_container_lib.h:577: warning: argument 'iter_cls' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections
4666/home/william/Git/gnunet/src/include/gnunet_container_lib.h:590: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_by_type has multiple @param documentation sections 4560/home/william/Git/gnunet/src/include/gnunet_container_lib.h:594: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_by_type has multiple @param documentation sections
4667/home/william/Git/gnunet/src/include/gnunet_container_lib.h:590: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_get_by_type has multiple @param documentation sections 4561/home/william/Git/gnunet/src/include/gnunet_container_lib.h:594: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_get_by_type has multiple @param documentation sections
4668/home/william/Git/gnunet/src/include/gnunet_container_lib.h:608: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_first_by_types has multiple @param documentation sections 4562/home/william/Git/gnunet/src/include/gnunet_container_lib.h:612: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_first_by_types has multiple @param documentation sections
4669/home/william/Git/gnunet/src/include/gnunet_container_lib.h:623: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_thumbnail has multiple @param documentation sections 4563/home/william/Git/gnunet/src/include/gnunet_container_lib.h:627: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_thumbnail has multiple @param documentation sections
4670/home/william/Git/gnunet/src/include/gnunet_container_lib.h:623: warning: argument 'thumb' from the argument list of GNUNET_CONTAINER_meta_data_get_thumbnail has multiple @param documentation sections 4564/home/william/Git/gnunet/src/include/gnunet_container_lib.h:627: warning: argument 'thumb' from the argument list of GNUNET_CONTAINER_meta_data_get_thumbnail has multiple @param documentation sections
4671/home/william/Git/gnunet/src/include/gnunet_container_lib.h:671: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections 4565/home/william/Git/gnunet/src/include/gnunet_container_lib.h:675: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections
4672/home/william/Git/gnunet/src/include/gnunet_container_lib.h:671: warning: argument 'target' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections 4566/home/william/Git/gnunet/src/include/gnunet_container_lib.h:675: warning: argument 'target' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections
4673/home/william/Git/gnunet/src/include/gnunet_container_lib.h:671: warning: argument 'max' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections 4567/home/william/Git/gnunet/src/include/gnunet_container_lib.h:675: warning: argument 'max' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections
4674/home/william/Git/gnunet/src/include/gnunet_container_lib.h:671: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections 4568/home/william/Git/gnunet/src/include/gnunet_container_lib.h:675: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections
4675/home/william/Git/gnunet/src/include/gnunet_container_lib.h:686: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_serialized_size has multiple @param documentation sections 4569/home/william/Git/gnunet/src/include/gnunet_container_lib.h:690: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_serialized_size has multiple @param documentation sections
4676/home/william/Git/gnunet/src/include/gnunet_container_lib.h:700: warning: argument 'input' from the argument list of GNUNET_CONTAINER_meta_data_deserialize has multiple @param documentation sections 4570/home/william/Git/gnunet/src/include/gnunet_container_lib.h:704: warning: argument 'input' from the argument list of GNUNET_CONTAINER_meta_data_deserialize has multiple @param documentation sections
4677/home/william/Git/gnunet/src/include/gnunet_container_lib.h:700: warning: argument 'size' from the argument list of GNUNET_CONTAINER_meta_data_deserialize has multiple @param documentation sections 4571/home/william/Git/gnunet/src/include/gnunet_container_lib.h:704: warning: argument 'size' from the argument list of GNUNET_CONTAINER_meta_data_deserialize has multiple @param documentation sections
4678/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:215: warning: argument 'cfg' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections 4572/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:218: warning: argument 'cfg' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections
4679/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:215: warning: argument 'ego' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections 4573/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:218: warning: argument 'ego' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections
4680/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:215: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections 4574/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:218: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections
4681/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:215: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections 4575/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:218: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections
4682/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'caller' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 4576/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'caller' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
4683/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 4577/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
4684/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 4578/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
4685/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 4579/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
4686/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 4580/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
4687/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:285: warning: argument 'caller' from the argument list of GNUNET_CONVERSATION_caller_hang_up has multiple @param documentation sections 4581/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:288: warning: argument 'caller' from the argument list of GNUNET_CONVERSATION_caller_hang_up has multiple @param documentation sections
4688/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'cfg' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 4582/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'cfg' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
4689/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'caller_id' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 4583/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'caller_id' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
4690/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'callee' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 4584/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'callee' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
4691/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 4585/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
4692/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 4586/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
4693/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 4587/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
4694/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 4588/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
4695/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:417: warning: argument 'call' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections 4589/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:420: warning: argument 'call' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections
4696/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:417: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections 4590/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:420: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections
4697/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:417: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections 4591/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:420: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections
4698/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'cfg' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections 4592/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'cfg' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections
4699/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'cls' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections 4593/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'cls' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections
4700/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'init' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections 4594/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'init' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections
@@ -4703,56 +4597,56 @@ The command that should end the block seems to be missing!
4703/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'handlers' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections 4597/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'handlers' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections
4704/home/william/Git/gnunet/src/include/gnunet_core_service.h:272: warning: argument 'h' from the argument list of GNUNET_CORE_get_mq has multiple @param documentation sections 4598/home/william/Git/gnunet/src/include/gnunet_core_service.h:272: warning: argument 'h' from the argument list of GNUNET_CORE_get_mq has multiple @param documentation sections
4705/home/william/Git/gnunet/src/include/gnunet_core_service.h:272: warning: argument 'pid' from the argument list of GNUNET_CORE_get_mq has multiple @param documentation sections 4599/home/william/Git/gnunet/src/include/gnunet_core_service.h:272: warning: argument 'pid' from the argument list of GNUNET_CORE_get_mq has multiple @param documentation sections
4706/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2048: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_verify(purp, ps, sig, pub) 4600/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2052: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_verify(purp, ps, sig, pub)
4707/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2061: warning: The following parameter of GNUNET_CRYPTO_eddsa_verify(purp, ps, sig, pub) is not documented: 4601/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2065: warning: The following parameter of GNUNET_CRYPTO_eddsa_verify(purp, ps, sig, pub) is not documented:
4708 parameter 'pub' 4602 parameter 'pub'
4709/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2100: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_ecdsa_verify(purp, ps, sig, pub) 4603/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2104: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_ecdsa_verify(purp, ps, sig, pub)
4710/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2113: warning: The following parameter of GNUNET_CRYPTO_ecdsa_verify(purp, ps, sig, pub) is not documented: 4604/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2117: warning: The following parameter of GNUNET_CRYPTO_ecdsa_verify(purp, ps, sig, pub) is not documented:
4711 parameter 'pub' 4605 parameter 'pub'
4712/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2152: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_edx25519_verify(purp, ps, sig, pub) 4606/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2156: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_edx25519_verify(purp, ps, sig, pub)
4713/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2165: warning: The following parameter of GNUNET_CRYPTO_edx25519_verify(purp, ps, sig, pub) is not documented: 4607/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2169: warning: The following parameter of GNUNET_CRYPTO_edx25519_verify(purp, ps, sig, pub) is not documented:
4714 parameter 'pub' 4608 parameter 'pub'
4715/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:580: warning: argument 'seed' from the argument list of GNUNET_CRYPTO_seed_weak_random has multiple @param documentation sections 4609/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:584: warning: argument 'seed' from the argument list of GNUNET_CRYPTO_seed_weak_random has multiple @param documentation sections
4716/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:691: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_u32 has multiple @param documentation sections 4610/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:695: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_u32 has multiple @param documentation sections
4717/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:691: warning: argument 'i' from the argument list of GNUNET_CRYPTO_random_u32 has multiple @param documentation sections 4611/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:695: warning: argument 'i' from the argument list of GNUNET_CRYPTO_random_u32 has multiple @param documentation sections
4718/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:703: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_u64 has multiple @param documentation sections 4612/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:707: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_u64 has multiple @param documentation sections
4719/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:703: warning: argument 'max' from the argument list of GNUNET_CRYPTO_random_u64 has multiple @param documentation sections 4613/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:707: warning: argument 'max' from the argument list of GNUNET_CRYPTO_random_u64 has multiple @param documentation sections
4720/home/william/Git/gnunet/src/util/crypto_random.c:243: warning: explicit link request to 'GNUNET_RANDOM_QUALITY_STRONG' could not be resolved 4614/home/william/Git/gnunet/src/util/crypto_random.c:243: warning: explicit link request to 'GNUNET_RANDOM_QUALITY_STRONG' could not be resolved
4721/home/william/Git/gnunet/src/util/crypto_random.c:244: warning: explicit link request to 'GNUNET_RANDOM_QUALITY_WEAK' could not be resolved 4615/home/william/Git/gnunet/src/util/crypto_random.c:244: warning: explicit link request to 'GNUNET_RANDOM_QUALITY_WEAK' could not be resolved
4722/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:716: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_permute has multiple @param documentation sections 4616/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:720: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_permute has multiple @param documentation sections
4723/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:716: warning: argument 'n' from the argument list of GNUNET_CRYPTO_random_permute has multiple @param documentation sections 4617/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:720: warning: argument 'n' from the argument list of GNUNET_CRYPTO_random_permute has multiple @param documentation sections
4724/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:726: warning: argument 'key' from the argument list of GNUNET_CRYPTO_symmetric_create_session_key has multiple @param documentation sections 4618/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:730: warning: argument 'key' from the argument list of GNUNET_CRYPTO_symmetric_create_session_key has multiple @param documentation sections
4725/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:742: warning: argument 'block' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections 4619/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:746: warning: argument 'block' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections
4726/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:742: warning: argument 'size' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections 4620/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:746: warning: argument 'size' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections
4727/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:742: warning: argument 'sessionkey' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections 4621/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:746: warning: argument 'sessionkey' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections
4728/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:742: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections 4622/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:746: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections
4729/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'block' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 4623/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'block' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
4730/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'size' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 4624/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'size' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
4731/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'sessionkey' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 4625/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'sessionkey' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
4732/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 4626/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
4733/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'result' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 4627/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'result' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
4734/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'filename' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections 4628/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'filename' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections
4735/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'do_create' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections 4629/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'do_create' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections
4736/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'pkey' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections 4630/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'pkey' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections
4737/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1506: warning: argument 'cfg' from the argument list of GNUNET_CRYPTO_eddsa_key_create_from_configuration has multiple @param documentation sections 4631/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1510: warning: argument 'cfg' from the argument list of GNUNET_CRYPTO_eddsa_key_create_from_configuration has multiple @param documentation sections
4738/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1635: warning: argument 'cfg' from the argument list of GNUNET_CRYPTO_get_peer_identity has multiple @param documentation sections 4632/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1639: warning: argument 'cfg' from the argument list of GNUNET_CRYPTO_get_peer_identity has multiple @param documentation sections
4739/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1635: warning: argument 'dst' from the argument list of GNUNET_CRYPTO_get_peer_identity has multiple @param documentation sections 4633/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1639: warning: argument 'dst' from the argument list of GNUNET_CRYPTO_get_peer_identity has multiple @param documentation sections
4740/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1819: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_eddsa' could not be resolved 4634/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1823: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_eddsa' could not be resolved
4741/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1835: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_ecdsa' could not be resolved 4635/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1839: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_ecdsa' could not be resolved
4742/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1851: warning: explicit link request to 'GNUNET_CRRYPTO_eddsa_ecdh' could not be resolved 4636/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1855: warning: explicit link request to 'GNUNET_CRRYPTO_eddsa_ecdh' could not be resolved
4743/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1866: warning: explicit link request to 'GNUNET_CRRYPTO_ecdsa_ecdh' could not be resolved 4637/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1870: warning: explicit link request to 'GNUNET_CRRYPTO_ecdsa_ecdh' could not be resolved
4744/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1973: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_edx25519_sign_(const struct GNUNET_CRYPTO_Edx25519PrivateKey *priv, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_Edx25519Signature *sig) 4638/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1977: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_edx25519_sign_(const struct GNUNET_CRYPTO_Edx25519PrivateKey *priv, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_Edx25519Signature *sig)
4745/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1798: warning: argument 'priv' from the argument list of GNUNET_CRYPTO_edx25519_sign_ has multiple @param documentation sections 4639/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1802: warning: argument 'priv' from the argument list of GNUNET_CRYPTO_edx25519_sign_ has multiple @param documentation sections
4746/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1798: warning: argument 'sig' from the argument list of GNUNET_CRYPTO_edx25519_sign_ has multiple @param documentation sections 4640/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1802: warning: argument 'sig' from the argument list of GNUNET_CRYPTO_edx25519_sign_ has multiple @param documentation sections
4747/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:626: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc16_n has multiple @param documentation sections 4641/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:630: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc16_n has multiple @param documentation sections
4748/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:626: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc16_n has multiple @param documentation sections 4642/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:630: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc16_n has multiple @param documentation sections
4749/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:639: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc32_n has multiple @param documentation sections 4643/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:643: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc32_n has multiple @param documentation sections
4750/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:639: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc32_n has multiple @param documentation sections 4644/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:643: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc32_n has multiple @param documentation sections
4751/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'priority' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 4645/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'priority' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
4752/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'filename' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 4646/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'filename' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
4753/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'blocksize' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 4647/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'blocksize' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
4754/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'callback' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 4648/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'callback' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
4755/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'callback_cls' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 4649/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'callback_cls' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
4756/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:231: warning: Found unknown command '\eh' 4650/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:231: warning: Found unknown command '\eh'
4757/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:253: warning: Found unknown command '\eh' 4651/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:253: warning: Found unknown command '\eh'
4758/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:311: warning: Found unknown command '\eh' 4652/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:311: warning: Found unknown command '\eh'
@@ -4761,337 +4655,337 @@ The command that should end the block seems to be missing!
4761/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:392: warning: The following parameters of GNUNET_CURL_gnunet_rc_create_with_parser(struct GNUNET_CURL_Context *ctx, GNUNET_CURL_RawParser rp, GNUNET_CURL_ResponseCleaner rc) are not documented: 4655/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:392: warning: The following parameters of GNUNET_CURL_gnunet_rc_create_with_parser(struct GNUNET_CURL_Context *ctx, GNUNET_CURL_RawParser rp, GNUNET_CURL_ResponseCleaner rc) are not documented:
4762 parameter 'rp' 4656 parameter 'rp'
4763 parameter 'rc' 4657 parameter 'rc'
4764/home/william/Git/gnunet/src/include/gnunet_datacache_lib.h:106: warning: argument 'how' of command @param is not found in the argument list of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info) 4658/home/william/Git/gnunet/src/include/gnunet_datacache_lib.h:109: warning: argument 'how' of command @param is not found in the argument list of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info)
4765/home/william/Git/gnunet/src/include/gnunet_datacache_lib.h:77: warning: The following parameter of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info) is not documented: 4659/home/william/Git/gnunet/src/include/gnunet_datacache_lib.h:80: warning: The following parameter of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info) is not documented:
4766 parameter 'xor_distance' 4660 parameter 'xor_distance'
4767/home/william/Git/gnunet/src/include/gnunet_datastore_plugin.h:136: warning: explicit link request to 'GNUNET_SYSERROR' could not be resolved 4661/home/william/Git/gnunet/src/include/gnunet_datastore_plugin.h:139: warning: explicit link request to 'GNUNET_SYSERROR' could not be resolved
4768/home/william/Git/gnunet/src/include/gnunet_datastore_plugin.h:236: warning: explicit link request to 'GNUNET_SYSERROR' could not be resolved 4662/home/william/Git/gnunet/src/include/gnunet_datastore_plugin.h:239: warning: explicit link request to 'GNUNET_SYSERROR' could not be resolved
4769/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'h' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 4663/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'h' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
4770/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'rid' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 4664/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'rid' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
4771/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'key' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 4665/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'key' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
4772/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'size' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 4666/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'size' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
4773/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'data' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 4667/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'data' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
4774/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'type' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 4668/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'type' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
4775/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'priority' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 4669/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'priority' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
4776/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'anonymity' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 4670/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'anonymity' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
4777/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'replication' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 4671/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'replication' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
4778/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'expiration' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 4672/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'expiration' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
4779/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 4673/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
4780/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 4674/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
4781/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'cont' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 4675/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'cont' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
4782/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'cont_cls' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 4676/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'cont_cls' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
4783/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:197: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_release_reserve has multiple @param documentation sections 4677/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:200: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_release_reserve has multiple @param documentation sections
4784/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:197: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_release_reserve has multiple @param documentation sections 4678/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:200: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_release_reserve has multiple @param documentation sections
4785/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'h' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 4679/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'h' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
4786/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'key' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 4680/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'key' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
4787/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'size' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 4681/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'size' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
4788/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'data' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 4682/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'data' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
4789/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 4683/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
4790/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 4684/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
4791/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'cont' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 4685/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'cont' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
4792/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'cont_cls' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 4686/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'cont_cls' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
4793/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'h' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 4687/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'h' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
4794/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'next_uid' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 4688/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'next_uid' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
4795/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'random' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 4689/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'random' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
4796/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'key' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 4690/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'key' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
4797/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'type' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 4691/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'type' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
4798/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 4692/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
4799/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 4693/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
4800/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'proc' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 4694/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'proc' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
4801/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'proc_cls' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 4695/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'proc_cls' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
4802/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'h' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 4696/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'h' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
4803/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'next_uid' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 4697/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'next_uid' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
4804/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 4698/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
4805/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 4699/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
4806/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'type' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 4700/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'type' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
4807/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'proc' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 4701/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'proc' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
4808/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'proc_cls' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 4702/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'proc_cls' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
4809/home/william/Git/gnunet/src/include/gnunet_dht_service.h:292: warning: explicit link request to 'GNUNET_BLOCK_evaluate' could not be resolved 4703/home/william/Git/gnunet/src/include/gnunet_dht_service.h:297: warning: explicit link request to 'GNUNET_BLOCK_evaluate' could not be resolved
4810/home/william/Git/gnunet/src/include/gnunet_disk_lib.h:669: warning: argument 'glob_patterb' of command @param is not found in the argument list of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls) 4704/home/william/Git/gnunet/src/include/gnunet_disk_lib.h:673: warning: argument 'glob_patterb' of command @param is not found in the argument list of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls)
4811/home/william/Git/gnunet/src/include/gnunet_disk_lib.h:679: warning: The following parameter of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls) is not documented: 4705/home/william/Git/gnunet/src/include/gnunet_disk_lib.h:683: warning: The following parameter of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls) is not documented:
4812 parameter 'glob_pattern' 4706 parameter 'glob_pattern'
4813/home/william/Git/gnunet/src/include/gnunet_dns_service.h:137: warning: argument 'rh' from the argument list of GNUNET_DNS_request_forward has multiple @param documentation sections 4707/home/william/Git/gnunet/src/include/gnunet_dns_service.h:140: warning: argument 'rh' from the argument list of GNUNET_DNS_request_forward has multiple @param documentation sections
4814/home/william/Git/gnunet/src/include/gnunet_dns_service.h:161: warning: argument 'rh' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections 4708/home/william/Git/gnunet/src/include/gnunet_dns_service.h:164: warning: argument 'rh' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections
4815/home/william/Git/gnunet/src/include/gnunet_dns_service.h:161: warning: argument 'reply_length' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections 4709/home/william/Git/gnunet/src/include/gnunet_dns_service.h:164: warning: argument 'reply_length' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections
4816/home/william/Git/gnunet/src/include/gnunet_dns_service.h:161: warning: argument 'reply' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections 4710/home/william/Git/gnunet/src/include/gnunet_dns_service.h:164: warning: argument 'reply' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections
4817/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:578: warning: argument 'name' from the argument list of GNUNET_DNSPARSER_check_name has multiple @param documentation sections 4711/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:581: warning: argument 'name' from the argument list of GNUNET_DNSPARSER_check_name has multiple @param documentation sections
4818/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:715: warning: argument 'dst' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections 4712/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:718: warning: argument 'dst' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections
4819/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:715: warning: argument 'dst_len' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections 4713/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:718: warning: argument 'dst_len' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections
4820/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:715: warning: argument 'off' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections 4714/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:718: warning: argument 'off' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections
4821/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:715: warning: argument 'cert' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections 4715/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:718: warning: argument 'cert' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections
4822/home/william/Git/gnunet/src/util/dnsstub.c:697: warning: argument 'retry_frequ' of command @param is not found in the argument list of GNUNET_DNSSTUB_set_retry(struct GNUNET_DNSSTUB_Context *ctx, struct GNUNET_TIME_Relative retry_freq) 4716/home/william/Git/gnunet/src/util/dnsstub.c:697: warning: argument 'retry_frequ' of command @param is not found in the argument list of GNUNET_DNSSTUB_set_retry(struct GNUNET_DNSSTUB_Context *ctx, struct GNUNET_TIME_Relative retry_freq)
4823/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:92: warning: argument 'ctx' from the argument list of GNUNET_DNSSTUB_set_retry has multiple @param documentation sections 4717/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:95: warning: argument 'ctx' from the argument list of GNUNET_DNSSTUB_set_retry has multiple @param documentation sections
4824/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'ctx' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 4718/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'ctx' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
4825/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'request' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 4719/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'request' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
4826/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'request_len' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 4720/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'request_len' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
4827/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'rc' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 4721/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'rc' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
4828/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'rc_cls' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 4722/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'rc_cls' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
4829/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'stats' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 4723/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'stats' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
4830/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'mtu' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 4724/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'mtu' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
4831/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'tracker' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 4725/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'tracker' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
4832/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'msg_delay' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 4726/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'msg_delay' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
4833/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'ack_delay' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 4727/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'ack_delay' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
4834/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'msg' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 4728/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'msg' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
4835/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'proc' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 4729/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'proc' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
4836/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'proc_cls' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 4730/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'proc_cls' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
4837/home/william/Git/gnunet/src/include/gnunet_fs_service.h:115: warning: argument 'uri' from the argument list of GNUNET_FS_uri_to_key has multiple @param documentation sections 4731/home/william/Git/gnunet/src/include/gnunet_fs_service.h:118: warning: argument 'uri' from the argument list of GNUNET_FS_uri_to_key has multiple @param documentation sections
4838/home/william/Git/gnunet/src/include/gnunet_fs_service.h:115: warning: argument 'key' from the argument list of GNUNET_FS_uri_to_key has multiple @param documentation sections 4732/home/william/Git/gnunet/src/include/gnunet_fs_service.h:118: warning: argument 'key' from the argument list of GNUNET_FS_uri_to_key has multiple @param documentation sections
4839/home/william/Git/gnunet/src/include/gnunet_fs_service.h:207: warning: argument 'uri' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections 4733/home/william/Git/gnunet/src/include/gnunet_fs_service.h:210: warning: argument 'uri' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections
4840/home/william/Git/gnunet/src/include/gnunet_fs_service.h:207: warning: argument 'iterator' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections 4734/home/william/Git/gnunet/src/include/gnunet_fs_service.h:210: warning: argument 'iterator' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections
4841/home/william/Git/gnunet/src/include/gnunet_fs_service.h:207: warning: argument 'iterator_cls' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections 4735/home/william/Git/gnunet/src/include/gnunet_fs_service.h:210: warning: argument 'iterator_cls' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections
4842/home/william/Git/gnunet/src/include/gnunet_fs_service.h:270: warning: argument 'u1' from the argument list of GNUNET_FS_uri_ksk_merge has multiple @param documentation sections 4736/home/william/Git/gnunet/src/include/gnunet_fs_service.h:273: warning: argument 'u1' from the argument list of GNUNET_FS_uri_ksk_merge has multiple @param documentation sections
4843/home/william/Git/gnunet/src/include/gnunet_fs_service.h:270: warning: argument 'u2' from the argument list of GNUNET_FS_uri_ksk_merge has multiple @param documentation sections 4737/home/william/Git/gnunet/src/include/gnunet_fs_service.h:273: warning: argument 'u2' from the argument list of GNUNET_FS_uri_ksk_merge has multiple @param documentation sections
4844/home/william/Git/gnunet/src/include/gnunet_fs_service.h:358: warning: argument 'ns' from the argument list of GNUNET_FS_uri_sks_create has multiple @param documentation sections 4738/home/william/Git/gnunet/src/include/gnunet_fs_service.h:361: warning: argument 'ns' from the argument list of GNUNET_FS_uri_sks_create has multiple @param documentation sections
4845/home/william/Git/gnunet/src/include/gnunet_fs_service.h:358: warning: argument 'id' from the argument list of GNUNET_FS_uri_sks_create has multiple @param documentation sections 4739/home/william/Git/gnunet/src/include/gnunet_fs_service.h:361: warning: argument 'id' from the argument list of GNUNET_FS_uri_sks_create has multiple @param documentation sections
4846/home/william/Git/gnunet/src/include/gnunet_fs_service.h:371: warning: argument 'uri' from the argument list of GNUNET_FS_uri_sks_get_namespace has multiple @param documentation sections 4740/home/william/Git/gnunet/src/include/gnunet_fs_service.h:374: warning: argument 'uri' from the argument list of GNUNET_FS_uri_sks_get_namespace has multiple @param documentation sections
4847/home/william/Git/gnunet/src/include/gnunet_fs_service.h:371: warning: argument 'pseudonym' from the argument list of GNUNET_FS_uri_sks_get_namespace has multiple @param documentation sections 4741/home/william/Git/gnunet/src/include/gnunet_fs_service.h:374: warning: argument 'pseudonym' from the argument list of GNUNET_FS_uri_sks_get_namespace has multiple @param documentation sections
4848/home/william/Git/gnunet/src/include/gnunet_fs_service.h:413: warning: argument 'uri' from the argument list of GNUNET_FS_uri_chk_get_file_size has multiple @param documentation sections 4742/home/william/Git/gnunet/src/include/gnunet_fs_service.h:416: warning: argument 'uri' from the argument list of GNUNET_FS_uri_chk_get_file_size has multiple @param documentation sections
4849/home/william/Git/gnunet/src/include/gnunet_fs_service.h:459: warning: argument 'metadata' of command @param is not found in the argument list of GNUNET_FS_GETOPT_METADATA(char shortName, const char *name, const char *argumentHelp, const char *description, struct GNUNET_CONTAINER_MetaData **meta) 4743/home/william/Git/gnunet/src/include/gnunet_fs_service.h:462: warning: argument 'metadata' of command @param is not found in the argument list of GNUNET_FS_GETOPT_METADATA(char shortName, const char *name, const char *argumentHelp, const char *description, struct GNUNET_CONTAINER_MetaData **meta)
4850/home/william/Git/gnunet/src/include/gnunet_fs_service.h:435: warning: The following parameter of GNUNET_FS_GETOPT_METADATA(char shortName, const char *name, const char *argumentHelp, const char *description, struct GNUNET_CONTAINER_MetaData **meta) is not documented: 4744/home/william/Git/gnunet/src/include/gnunet_fs_service.h:438: warning: The following parameter of GNUNET_FS_GETOPT_METADATA(char shortName, const char *name, const char *argumentHelp, const char *description, struct GNUNET_CONTAINER_MetaData **meta) is not documented:
4851 parameter 'meta' 4745 parameter 'meta'
4852/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 4746/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
4853/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 4747/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
4854/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'filename' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 4748/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'filename' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
4855/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 4749/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
4856/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 4750/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
4857/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 4751/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
4858/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 4752/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
4859/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 4753/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
4860/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 4754/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
4861/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'length' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 4755/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'length' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
4862/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'data' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 4756/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'data' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
4863/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 4757/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
4864/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 4758/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
4865/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 4759/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
4866/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 4760/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
4867/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 4761/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
4868/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 4762/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
4869/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'length' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 4763/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'length' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
4870/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'reader' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 4764/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'reader' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
4871/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'reader_cls' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 4765/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'reader_cls' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
4872/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 4766/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
4873/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 4767/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
4874/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 4768/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
4875/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 4769/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
4876/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 4770/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
4877/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 4771/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
4878/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 4772/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
4879/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 4773/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
4880/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 4774/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
4881/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'filename' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 4775/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'filename' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
4882/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1912: warning: argument 'dir' from the argument list of GNUNET_FS_file_information_add has multiple @param documentation sections 4776/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1915: warning: argument 'dir' from the argument list of GNUNET_FS_file_information_add has multiple @param documentation sections
4883/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1912: warning: argument 'ent' from the argument list of GNUNET_FS_file_information_add has multiple @param documentation sections 4777/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1915: warning: argument 'ent' from the argument list of GNUNET_FS_file_information_add has multiple @param documentation sections
4884/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2002: warning: argument 'pc' from the argument list of GNUNET_FS_publish_stop has multiple @param documentation sections 4778/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2005: warning: argument 'pc' from the argument list of GNUNET_FS_publish_stop has multiple @param documentation sections
4885/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'h' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 4779/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'h' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
4886/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'ksk_uri' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 4780/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'ksk_uri' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
4887/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'meta' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 4781/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'meta' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
4888/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'uri' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 4782/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'uri' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
4889/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'bo' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 4783/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'bo' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
4890/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'options' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 4784/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'options' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
4891/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'cont' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 4785/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'cont' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
4892/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'cont_cls' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 4786/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'cont_cls' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
4893/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'h' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 4787/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'h' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
4894/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'ns' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 4788/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'ns' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
4895/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'identifier' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 4789/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'identifier' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
4896/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'update' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 4790/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'update' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
4897/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'meta' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 4791/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'meta' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
4898/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'uri' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 4792/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'uri' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
4899/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'bo' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 4793/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'bo' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
4900/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'options' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 4794/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'options' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
4901/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'cont' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 4795/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'cont' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
4902/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'cont_cls' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 4796/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'cont_cls' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
4903/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2128: warning: argument 'h' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections 4797/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2131: warning: argument 'h' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections
4904/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2128: warning: argument 'iterator' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections 4798/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2131: warning: argument 'iterator' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections
4905/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2128: warning: argument 'iterator_cls' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections 4799/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2131: warning: argument 'iterator_cls' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections
4906/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'h' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 4800/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'h' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
4907/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'ns' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 4801/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'ns' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
4908/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'next_id' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 4802/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'next_id' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
4909/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'ip' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 4803/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'ip' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
4910/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'ip_cls' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 4804/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'ip_cls' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
4911/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'h' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 4805/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'h' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
4912/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'uri' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 4806/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'uri' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
4913/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'meta' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 4807/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'meta' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
4914/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'filename' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 4808/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'filename' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
4915/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'tempname' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 4809/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'tempname' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
4916/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'offset' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 4810/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'offset' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
4917/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'length' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 4811/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'length' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
4918/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'anonymity' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 4812/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'anonymity' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
4919/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'options' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 4813/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'options' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
4920/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'cctx' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 4814/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'cctx' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
4921/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'parent' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 4815/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'parent' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
4922/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'h' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 4816/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'h' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
4923/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'sr' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 4817/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'sr' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
4924/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'filename' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 4818/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'filename' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
4925/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'tempname' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 4819/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'tempname' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
4926/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'offset' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 4820/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'offset' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
4927/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'length' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 4821/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'length' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
4928/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'anonymity' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 4822/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'anonymity' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
4929/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'options' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 4823/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'options' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
4930/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'cctx' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 4824/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'cctx' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
4931/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'size' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 4825/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'size' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
4932/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'data' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 4826/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'data' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
4933/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'offset' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 4827/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'offset' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
4934/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'dep' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 4828/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'dep' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
4935/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'dep_cls' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 4829/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'dep_cls' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
4936/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2574: warning: argument 'bld' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections 4830/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2577: warning: argument 'bld' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections
4937/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2574: warning: argument 'uri' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections 4831/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2577: warning: argument 'uri' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections
4938/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2574: warning: argument 'md' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections 4832/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2577: warning: argument 'md' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections
4939/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2574: warning: argument 'data' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections 4833/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2577: warning: argument 'data' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections
4940/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'filename' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 4834/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'filename' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
4941/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'disable_extractor' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 4835/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'disable_extractor' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
4942/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'ex' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 4836/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'ex' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
4943/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'cb' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 4837/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'cb' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
4944/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'cb_cls' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 4838/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'cb_cls' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
4945/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2759: warning: argument 'ds' from the argument list of GNUNET_FS_directory_scan_get_result has multiple @param documentation sections 4839/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2762: warning: argument 'ds' from the argument list of GNUNET_FS_directory_scan_get_result has multiple @param documentation sections
4946/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:166: warning: argument 'val' of command @param is not found in the argument list of GNUNET_GETOPT_option_timetravel(char shortName, const char *name) 4840/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:170: warning: argument 'val' of command @param is not found in the argument list of GNUNET_GETOPT_option_timetravel(char shortName, const char *name)
4947/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:400: warning: argument 'argumentHelp' of command @param is not found in the argument list of GNUNET_GETOPT_option_increment_uint(char shortName, const char *name, const char *description, unsigned int *val) 4841/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:404: warning: argument 'argumentHelp' of command @param is not found in the argument list of GNUNET_GETOPT_option_increment_uint(char shortName, const char *name, const char *description, unsigned int *val)
4948/home/william/Git/gnunet/src/include/gnunet_gns_service.h:83: warning: argument 'handle' from the argument list of GNUNET_GNS_disconnect has multiple @param documentation sections 4842/home/william/Git/gnunet/src/include/gnunet_gns_service.h:86: warning: argument 'handle' from the argument list of GNUNET_GNS_disconnect has multiple @param documentation sections
4949/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'handle' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 4843/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'handle' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
4950/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'name' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 4844/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'name' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
4951/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'zone' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 4845/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'zone' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
4952/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'type' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 4846/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'type' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
4953/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'options' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 4847/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'options' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
4954/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'proc' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 4848/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'proc' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
4955/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'proc_cls' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 4849/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'proc_cls' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
4956/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'handle' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 4850/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'handle' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
4957/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'name' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 4851/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'name' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
4958/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'type' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 4852/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'type' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
4959/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'options' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 4853/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'options' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
4960/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'proc' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 4854/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'proc' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
4961/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'proc_cls' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 4855/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'proc_cls' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
4962/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:658: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved 4856/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:661: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved
4963/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:50: warning: argument 'gnsrecord_object' of command @param is not found in the argument list of GNUNET_GNSRECORD_JSON_spec_gnsrecord(struct GNUNET_GNSRECORD_Data **rd, unsigned int *rd_count, char **name) 4857/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:53: warning: argument 'gnsrecord_object' of command @param is not found in the argument list of GNUNET_GNSRECORD_JSON_spec_gnsrecord(struct GNUNET_GNSRECORD_Data **rd, unsigned int *rd_count, char **name)
4964/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:1: warning: The following parameters of GNUNET_GNSRECORD_JSON_spec_gnsrecord(struct GNUNET_GNSRECORD_Data **rd, unsigned int *rd_count, char **name) are not documented: 4858/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:1: warning: The following parameters of GNUNET_GNSRECORD_JSON_spec_gnsrecord(struct GNUNET_GNSRECORD_Data **rd, unsigned int *rd_count, char **name) are not documented:
4965 parameter 'rd' 4859 parameter 'rd'
4966 parameter 'rd_count' 4860 parameter 'rd_count'
4967 parameter 'name' 4861 parameter 'name'
4968/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:68: warning: The following parameter of GNUNET_GNSRECORD_JSON_from_gnsrecord(const char *rname, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count) is not documented: 4862/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:71: warning: The following parameter of GNUNET_GNSRECORD_JSON_from_gnsrecord(const char *rname, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count) is not documented:
4969 parameter 'rd_count' 4863 parameter 'rd_count'
4970/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:332: warning: argument 'type' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections 4864/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:335: warning: argument 'type' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections
4971/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:332: warning: argument 'data' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections 4865/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:335: warning: argument 'data' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections
4972/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:332: warning: argument 'data_size' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections 4866/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:335: warning: argument 'data_size' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections
4973/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:347: warning: argument 'type' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections 4867/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:350: warning: argument 'type' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections
4974/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:347: warning: argument 's' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections 4868/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:350: warning: argument 's' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections
4975/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:347: warning: argument 'data' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections 4869/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:350: warning: argument 'data' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections
4976/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:347: warning: argument 'data_size' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections 4870/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:350: warning: argument 'data_size' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections
4977/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:358: warning: argument 'dns_typename' from the argument list of GNUNET_GNSRECORD_typename_to_number has multiple @param documentation sections 4871/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:361: warning: argument 'dns_typename' from the argument list of GNUNET_GNSRECORD_typename_to_number has multiple @param documentation sections
4978/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:382: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_get_size has multiple @param documentation sections 4872/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:385: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_get_size has multiple @param documentation sections
4979/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:382: warning: argument 'rd' from the argument list of GNUNET_GNSRECORD_records_get_size has multiple @param documentation sections 4873/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:385: warning: argument 'rd' from the argument list of GNUNET_GNSRECORD_records_get_size has multiple @param documentation sections
4980/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:396: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections 4874/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:399: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections
4981/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:396: warning: argument 'rd' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections 4875/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:399: warning: argument 'rd' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections
4982/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:396: warning: argument 'dest_size' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections 4876/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:399: warning: argument 'dest_size' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections
4983/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:396: warning: argument 'dest' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections 4877/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:399: warning: argument 'dest' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections
4984/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:414: warning: argument 'len' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections 4878/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:417: warning: argument 'len' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections
4985/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:414: warning: argument 'src' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections 4879/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:417: warning: argument 'src' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections
4986/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:414: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections 4880/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:417: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections
4987/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:414: warning: argument 'dest' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections 4881/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:417: warning: argument 'dest' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections
4988/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:453: warning: argument 'z' from the argument list of GNUNET_GNSRECORD_z2s has multiple @param documentation sections 4882/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:456: warning: argument 'z' from the argument list of GNUNET_GNSRECORD_z2s has multiple @param documentation sections
4989/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:467: warning: argument 'pkey' from the argument list of GNUNET_GNSRECORD_pkey_to_zkey has multiple @param documentation sections 4883/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:470: warning: argument 'pkey' from the argument list of GNUNET_GNSRECORD_pkey_to_zkey has multiple @param documentation sections
4990/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:480: warning: argument 'zkey' from the argument list of GNUNET_GNSRECORD_zkey_to_pkey has multiple @param documentation sections 4884/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:483: warning: argument 'zkey' from the argument list of GNUNET_GNSRECORD_zkey_to_pkey has multiple @param documentation sections
4991/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:480: warning: argument 'pkey' from the argument list of GNUNET_GNSRECORD_zkey_to_pkey has multiple @param documentation sections 4885/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:483: warning: argument 'pkey' from the argument list of GNUNET_GNSRECORD_zkey_to_pkey has multiple @param documentation sections
4992/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:505: warning: argument 'pub' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections 4886/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:508: warning: argument 'pub' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections
4993/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:505: warning: argument 'label' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections 4887/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:508: warning: argument 'label' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections
4994/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:505: warning: argument 'query' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections 4888/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:508: warning: argument 'query' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections
4995/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:525: warning: argument 'result' of command @param is not found in the argument list of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block) 4889/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:528: warning: argument 'result' of command @param is not found in the argument list of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block)
4996/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:519: warning: The following parameter of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block) is not documented: 4890/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:522: warning: The following parameter of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block) is not documented:
4997 parameter 'block' 4891 parameter 'block'
4998/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'block' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 4892/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'block' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
4999/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'zone_key' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 4893/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'zone_key' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
5000/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'label' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 4894/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'label' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
5001/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'proc' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 4895/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'proc' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
5002/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'proc_cls' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 4896/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'proc_cls' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
5003/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:604: warning: argument 'a' from the argument list of GNUNET_GNSRECORD_records_cmp has multiple @param documentation sections 4897/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:607: warning: argument 'a' from the argument list of GNUNET_GNSRECORD_records_cmp has multiple @param documentation sections
5004/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:604: warning: argument 'b' from the argument list of GNUNET_GNSRECORD_records_cmp has multiple @param documentation sections 4898/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:607: warning: argument 'b' from the argument list of GNUNET_GNSRECORD_records_cmp has multiple @param documentation sections
5005/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:658: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved 4899/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:661: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved
5006/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:711: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg) 4900/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:714: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg)
5007/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:633: warning: The following parameter of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg) is not documented: 4901/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:636: warning: The following parameter of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg) is not documented:
5008 parameter 'rd_count_public' 4902 parameter 'rd_count_public'
5009/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:742: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg) 4903/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:745: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg)
5010/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:633: warning: The following parameter of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg) is not documented: 4904/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:636: warning: The following parameter of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg) is not documented:
5011 parameter 'rd_count_public' 4905 parameter 'rd_count_public'
5012/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'peer' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 4906/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'peer' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
5013/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'transport_name' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 4907/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'transport_name' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
5014/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'address' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 4908/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'address' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
5015/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'address_length' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 4909/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'address_length' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
5016/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'local_info' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 4910/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'local_info' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
5017/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:163: warning: argument 'a1' from the argument list of GNUNET_HELLO_address_cmp has multiple @param documentation sections 4911/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:166: warning: argument 'a1' from the argument list of GNUNET_HELLO_address_cmp has multiple @param documentation sections
5018/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:163: warning: argument 'a2' from the argument list of GNUNET_HELLO_address_cmp has multiple @param documentation sections 4912/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:166: warning: argument 'a2' from the argument list of GNUNET_HELLO_address_cmp has multiple @param documentation sections
5019/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:254: warning: argument 'address' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections 4913/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:257: warning: argument 'address' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections
5020/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:254: warning: argument 'expiration' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections 4914/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:257: warning: argument 'expiration' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections
5021/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:254: warning: argument 'target' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections 4915/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:257: warning: argument 'target' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections
5022/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:254: warning: argument 'max' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections 4916/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:257: warning: argument 'max' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections
5023/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'h1' from the argument list of GNUNET_HELLO_merge has multiple @param documentation sections 4917/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'h1' from the argument list of GNUNET_HELLO_merge has multiple @param documentation sections
5024/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'h2' from the argument list of GNUNET_HELLO_merge has multiple @param documentation sections 4918/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'h2' from the argument list of GNUNET_HELLO_merge has multiple @param documentation sections
5025/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'h1' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections 4919/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'h1' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections
5026/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'h2' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections 4920/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'h2' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections
5027/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'now' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections 4921/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'now' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections
5028/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:383: warning: argument 'msg' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections 4922/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:386: warning: argument 'msg' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections
5029/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:383: warning: argument 'return_modified' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections 4923/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:386: warning: argument 'return_modified' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections
5030/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:383: warning: argument 'it' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections 4924/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:386: warning: argument 'it' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections
5031/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:383: warning: argument 'it_cls' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections 4925/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:386: warning: argument 'it_cls' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections
5032/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'new_hello' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 4926/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'new_hello' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
5033/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'old_hello' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 4927/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'old_hello' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
5034/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'expiration_limit' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 4928/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'expiration_limit' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
5035/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'it' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 4929/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'it' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
5036/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'it_cls' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 4930/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'it_cls' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
5037/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size) 4931/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size)
5038/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size) 4932/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size)
5039/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size) 4933/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size)
5040/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size) 4934/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size)
5041/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'address' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 4935/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'address' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
5042/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'nt' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 4936/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'nt' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
5043/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'mono_time' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 4937/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'mono_time' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
5044/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'private_key' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 4938/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'private_key' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
5045/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'result' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 4939/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'result' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
5046/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'result_size' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 4940/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'result_size' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
5047/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:500: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_extract_address(const void *raw, size_t raw_size, const struct GNUNET_PeerIdentity *pid, enum GNUNET_NetworkType *nt, struct GNUNET_TIME_Absolute *mono_time) 4941/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:503: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_extract_address(const void *raw, size_t raw_size, const struct GNUNET_PeerIdentity *pid, enum GNUNET_NetworkType *nt, struct GNUNET_TIME_Absolute *mono_time)
5048/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:500: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_extract_address(const void *raw, size_t raw_size, const struct GNUNET_PeerIdentity *pid, enum GNUNET_NetworkType *nt, struct GNUNET_TIME_Absolute *mono_time) 4942/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:503: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_extract_address(const void *raw, size_t raw_size, const struct GNUNET_PeerIdentity *pid, enum GNUNET_NetworkType *nt, struct GNUNET_TIME_Absolute *mono_time)
5049/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'with_control_pipe' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 4943/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'with_control_pipe' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
5050/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'binary_name' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 4944/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'binary_name' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
5051/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'binary_argv' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 4945/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'binary_argv' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
5052/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'cb' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 4946/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'cb' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
5053/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'exp_cb' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 4947/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'exp_cb' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
5054/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'cb_cls' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 4948/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'cb_cls' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
5055/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:95: warning: argument 'h' from the argument list of GNUNET_HELPER_kill has multiple @param documentation sections 4949/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:99: warning: argument 'h' from the argument list of GNUNET_HELPER_kill has multiple @param documentation sections
5056/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:95: warning: argument 'soft_kill' from the argument list of GNUNET_HELPER_kill has multiple @param documentation sections 4950/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:99: warning: argument 'soft_kill' from the argument list of GNUNET_HELPER_kill has multiple @param documentation sections
5057/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:107: warning: argument 'h' from the argument list of GNUNET_HELPER_wait has multiple @param documentation sections 4951/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:111: warning: argument 'h' from the argument list of GNUNET_HELPER_wait has multiple @param documentation sections
5058/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:128: warning: argument 'h' from the argument list of GNUNET_HELPER_stop has multiple @param documentation sections 4952/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:132: warning: argument 'h' from the argument list of GNUNET_HELPER_stop has multiple @param documentation sections
5059/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:128: warning: argument 'soft_kill' from the argument list of GNUNET_HELPER_stop has multiple @param documentation sections 4953/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:132: warning: argument 'soft_kill' from the argument list of GNUNET_HELPER_stop has multiple @param documentation sections
5060/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'h' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 4954/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'h' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
5061/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'msg' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 4955/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'msg' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
5062/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'can_drop' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 4956/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'can_drop' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
5063/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'cont' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 4957/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'cont' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
5064/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'cont_cls' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 4958/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'cont_cls' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
5065/home/william/Git/gnunet/src/include/gnunet_identity_service.h:254: warning: argument 'cfg' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections 4959/home/william/Git/gnunet/src/include/gnunet_identity_service.h:257: warning: argument 'cfg' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections
5066/home/william/Git/gnunet/src/include/gnunet_identity_service.h:254: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections 4960/home/william/Git/gnunet/src/include/gnunet_identity_service.h:257: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections
5067/home/william/Git/gnunet/src/include/gnunet_identity_service.h:254: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections 4961/home/william/Git/gnunet/src/include/gnunet_identity_service.h:257: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections
5068/home/william/Git/gnunet/src/include/gnunet_identity_service.h:259: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_get(struct GNUNET_IDENTITY_Handle *h, const char *service_name, GNUNET_IDENTITY_Callback cb, void *cb_cls) 4962/home/william/Git/gnunet/src/include/gnunet_identity_service.h:262: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_get(struct GNUNET_IDENTITY_Handle *h, const char *service_name, GNUNET_IDENTITY_Callback cb, void *cb_cls)
5069/home/william/Git/gnunet/src/include/gnunet_identity_service.h:269: warning: argument 'service_name' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections 4963/home/william/Git/gnunet/src/include/gnunet_identity_service.h:272: warning: argument 'service_name' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections
5070/home/william/Git/gnunet/src/include/gnunet_identity_service.h:269: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections 4964/home/william/Git/gnunet/src/include/gnunet_identity_service.h:272: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections
5071/home/william/Git/gnunet/src/include/gnunet_identity_service.h:269: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections 4965/home/william/Git/gnunet/src/include/gnunet_identity_service.h:272: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections
5072/home/william/Git/gnunet/src/include/gnunet_identity_service.h:287: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_set(struct GNUNET_IDENTITY_Handle *h, const char *service_name, struct GNUNET_IDENTITY_Ego *ego, GNUNET_IDENTITY_Continuation cont, void *cont_cls) 4966/home/william/Git/gnunet/src/include/gnunet_identity_service.h:290: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_set(struct GNUNET_IDENTITY_Handle *h, const char *service_name, struct GNUNET_IDENTITY_Ego *ego, GNUNET_IDENTITY_Continuation cont, void *cont_cls)
5073/home/william/Git/gnunet/src/include/gnunet_identity_service.h:298: warning: argument 'service_name' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections 4967/home/william/Git/gnunet/src/include/gnunet_identity_service.h:301: warning: argument 'service_name' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections
5074/home/william/Git/gnunet/src/include/gnunet_identity_service.h:298: warning: argument 'ego' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections 4968/home/william/Git/gnunet/src/include/gnunet_identity_service.h:301: warning: argument 'ego' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections
5075/home/william/Git/gnunet/src/include/gnunet_identity_service.h:298: warning: argument 'cont' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections 4969/home/william/Git/gnunet/src/include/gnunet_identity_service.h:301: warning: argument 'cont' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections
5076/home/william/Git/gnunet/src/include/gnunet_identity_service.h:298: warning: argument 'cont_cls' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections 4970/home/william/Git/gnunet/src/include/gnunet_identity_service.h:301: warning: argument 'cont_cls' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections
5077/home/william/Git/gnunet/src/include/gnunet_identity_service.h:311: warning: argument 'h' from the argument list of GNUNET_IDENTITY_disconnect has multiple @param documentation sections 4971/home/william/Git/gnunet/src/include/gnunet_identity_service.h:314: warning: argument 'h' from the argument list of GNUNET_IDENTITY_disconnect has multiple @param documentation sections
5078/home/william/Git/gnunet/src/include/gnunet_identity_service.h:349: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_rename(struct GNUNET_IDENTITY_Handle *h, const char *old_name, const char *new_name, GNUNET_IDENTITY_Continuation cb, void *cb_cls) 4972/home/william/Git/gnunet/src/include/gnunet_identity_service.h:352: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_rename(struct GNUNET_IDENTITY_Handle *h, const char *old_name, const char *new_name, GNUNET_IDENTITY_Continuation cb, void *cb_cls)
5079/home/william/Git/gnunet/src/include/gnunet_identity_service.h:360: warning: argument 'old_name' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections 4973/home/william/Git/gnunet/src/include/gnunet_identity_service.h:363: warning: argument 'old_name' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections
5080/home/william/Git/gnunet/src/include/gnunet_identity_service.h:360: warning: argument 'new_name' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections 4974/home/william/Git/gnunet/src/include/gnunet_identity_service.h:363: warning: argument 'new_name' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections
5081/home/william/Git/gnunet/src/include/gnunet_identity_service.h:360: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections 4975/home/william/Git/gnunet/src/include/gnunet_identity_service.h:363: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections
5082/home/william/Git/gnunet/src/include/gnunet_identity_service.h:360: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections 4976/home/william/Git/gnunet/src/include/gnunet_identity_service.h:363: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections
5083/home/william/Git/gnunet/src/include/gnunet_identity_service.h:367: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_delete(struct GNUNET_IDENTITY_Handle *h, const char *name, GNUNET_IDENTITY_Continuation cb, void *cb_cls) 4977/home/william/Git/gnunet/src/include/gnunet_identity_service.h:370: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_delete(struct GNUNET_IDENTITY_Handle *h, const char *name, GNUNET_IDENTITY_Continuation cb, void *cb_cls)
5084/home/william/Git/gnunet/src/include/gnunet_identity_service.h:377: warning: argument 'name' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections 4978/home/william/Git/gnunet/src/include/gnunet_identity_service.h:380: warning: argument 'name' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections
5085/home/william/Git/gnunet/src/include/gnunet_identity_service.h:377: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections 4979/home/william/Git/gnunet/src/include/gnunet_identity_service.h:380: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections
5086/home/william/Git/gnunet/src/include/gnunet_identity_service.h:377: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections 4980/home/william/Git/gnunet/src/include/gnunet_identity_service.h:380: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections
5087/home/william/Git/gnunet/src/include/gnunet_identity_service.h:462: warning: argument 'sig' of command @param is not found in the argument list of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type) 4981/home/william/Git/gnunet/src/include/gnunet_identity_service.h:465: warning: argument 'sig' of command @param is not found in the argument list of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type)
5088/home/william/Git/gnunet/src/include/gnunet_identity_service.h:472: warning: The following parameter of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type) is not documented: 4982/home/william/Git/gnunet/src/include/gnunet_identity_service.h:475: warning: The following parameter of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type) is not documented:
5089 parameter 'type' 4983 parameter 'type'
5090/home/william/Git/gnunet/src/include/gnunet_identity_service.h:829: warning: argument 'name' of command @param is not found in the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *suffix, GNUNET_IDENTITY_EgoSuffixCallback cb, void *cb_cls) 4984/home/william/Git/gnunet/src/include/gnunet_identity_service.h:832: warning: argument 'name' of command @param is not found in the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *suffix, GNUNET_IDENTITY_EgoSuffixCallback cb, void *cb_cls)
5091/home/william/Git/gnunet/src/include/gnunet_identity_service.h:842: warning: argument 'cfg' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections 4985/home/william/Git/gnunet/src/include/gnunet_identity_service.h:845: warning: argument 'cfg' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections
5092/home/william/Git/gnunet/src/include/gnunet_identity_service.h:842: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections 4986/home/william/Git/gnunet/src/include/gnunet_identity_service.h:845: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections
5093/home/william/Git/gnunet/src/include/gnunet_identity_service.h:842: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections 4987/home/william/Git/gnunet/src/include/gnunet_identity_service.h:845: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections
5094/home/william/Git/gnunet/src/include/gnunet_identity_service.h:855: warning: argument 'el' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix_cancel has multiple @param documentation sections 4988/home/william/Git/gnunet/src/include/gnunet_identity_service.h:858: warning: argument 'el' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix_cancel has multiple @param documentation sections
5095/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: found </i> tag without matching <i> 4989/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: found </i> tag without matching <i>
5096/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: found </i> tag without matching <i> 4990/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: found </i> tag without matching <i>
5097/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:609: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MESSENGER_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *name, GNUNET_MESSENGER_IdentityCallback identity_callback, void *identity_cls, GNUNET_MESSENGER_MessageCallback msg_callback, void *msg_cls) 4991/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:609: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MESSENGER_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *name, GNUNET_MESSENGER_IdentityCallback identity_callback, void *identity_cls, GNUNET_MESSENGER_MessageCallback msg_callback, void *msg_cls)
@@ -5131,59 +5025,59 @@ The command that should end the block seems to be missing!
5131/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MESSENGER_send_message(struct GNUNET_MESSENGER_Room *room, const struct GNUNET_MESSENGER_Message *message, const struct GNUNET_MESSENGER_Contact *contact) 5025/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MESSENGER_send_message(struct GNUNET_MESSENGER_Room *room, const struct GNUNET_MESSENGER_Message *message, const struct GNUNET_MESSENGER_Contact *contact)
5132/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:813: warning: The following parameter of GNUNET_MESSENGER_send_message(struct GNUNET_MESSENGER_Room *room, const struct GNUNET_MESSENGER_Message *message, const struct GNUNET_MESSENGER_Contact *contact) is not documented: 5026/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:813: warning: The following parameter of GNUNET_MESSENGER_send_message(struct GNUNET_MESSENGER_Room *room, const struct GNUNET_MESSENGER_Message *message, const struct GNUNET_MESSENGER_Contact *contact) is not documented:
5133 parameter 'room' 5027 parameter 'room'
5134/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:127: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved 5028/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:131: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved
5135[generated]:27: warning: end of comment block while expecting command </code> 5029[generated]:27: warning: end of comment block while expecting command </code>
5136[generated]:5: warning: found </tt> tag without matching <tt> 5030[generated]:5: warning: found </tt> tag without matching <tt>
5137[generated]:39: warning: end of comment block while expecting command </code> 5031[generated]:39: warning: end of comment block while expecting command </code>
5138/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1027: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved 5032/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1031: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved
5139/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:619: warning: argument 'an' of command @param is not found in the argument list of GNUNET_MQ_check_zero_termination(m) 5033/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:623: warning: argument 'an' of command @param is not found in the argument list of GNUNET_MQ_check_zero_termination(m)
5140/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:629: warning: The following parameter of GNUNET_MQ_check_zero_termination(m) is not documented: 5034/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:633: warning: The following parameter of GNUNET_MQ_check_zero_termination(m) is not documented:
5141 parameter 'm' 5035 parameter 'm'
5142/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:643: warning: argument 'an' of command @param is not found in the argument list of GNUNET_MQ_check_boxed_message(m) 5036/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:647: warning: argument 'an' of command @param is not found in the argument list of GNUNET_MQ_check_boxed_message(m)
5143/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:655: warning: The following parameter of GNUNET_MQ_check_boxed_message(m) is not documented: 5037/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:659: warning: The following parameter of GNUNET_MQ_check_boxed_message(m) is not documented:
5144 parameter 'm' 5038 parameter 'm'
5145/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:271: warning: explicit link request to 'GNUNET_MQ_PREF_CORKING_ALLOWED' could not be resolved 5039/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:275: warning: explicit link request to 'GNUNET_MQ_PREF_CORKING_ALLOWED' could not be resolved
5146/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:127: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved 5040/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:131: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved
5147/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5041/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5148/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5042/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5149/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5043/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5150/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5044/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5151/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5045/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5152/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5046/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5153/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:394: warning: The following parameters of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented: 5047/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:398: warning: The following parameters of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented:
5154 parameter 'env_head' 5048 parameter 'env_head'
5155 parameter 'env_tail' 5049 parameter 'env_tail'
5156 parameter 'env' 5050 parameter 'env'
5157/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5051/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5158/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5052/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5159/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5053/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5160/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5054/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5161/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5055/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5162/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5056/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5163/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:412: warning: The following parameters of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented: 5057/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:416: warning: The following parameters of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented:
5164 parameter 'env_head' 5058 parameter 'env_head'
5165 parameter 'env_tail' 5059 parameter 'env_tail'
5166 parameter 'env' 5060 parameter 'env'
5167/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5061/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5168/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5062/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5169/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5063/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5170/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5064/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5171/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5065/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5172/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 5066/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
5173/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:430: warning: The following parameters of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented: 5067/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:434: warning: The following parameters of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented:
5174 parameter 'env_head' 5068 parameter 'env_head'
5175 parameter 'env_tail' 5069 parameter 'env_tail'
5176 parameter 'env' 5070 parameter 'env'
5177/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1027: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved 5071/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1031: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved
5178/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:57: warning: explicit link request to 'GNUNET_mst_destroy' could not be resolved 5072/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:64: warning: explicit link request to 'GNUNET_mst_destroy' could not be resolved
5179/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'mst' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 5073/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'mst' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
5180/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'buf' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 5074/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'buf' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
5181/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'size' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 5075/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'size' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
5182/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'purge' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 5076/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'purge' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
5183/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'one_shot' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 5077/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'one_shot' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
5184/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:109: warning: argument 'buf' of command @param is not found in the argument list of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot) 5078/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:116: warning: argument 'buf' of command @param is not found in the argument list of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot)
5185/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:109: warning: argument 'size' of command @param is not found in the argument list of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot) 5079/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:116: warning: argument 'size' of command @param is not found in the argument list of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot)
5186/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:122: warning: The following parameter of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot) is not documented: 5080/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:129: warning: The following parameter of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot) is not documented:
5187 parameter 'sock' 5081 parameter 'sock'
5188/home/william/Git/gnunet/src/include/gnunet_my_lib.h:470: warning: explicit link request to 'GNUNET_MY_exect_prepared()' could not be resolved 5082/home/william/Git/gnunet/src/include/gnunet_my_lib.h:470: warning: explicit link request to 'GNUNET_MY_exect_prepared()' could not be resolved
5189/home/william/Git/gnunet/src/include/gnunet_my_lib.h:355: warning: Found unknown command '\spec' 5083/home/william/Git/gnunet/src/include/gnunet_my_lib.h:355: warning: Found unknown command '\spec'
@@ -5210,34 +5104,34 @@ The command that should end the block seems to be missing!
5210/home/william/Git/gnunet/src/include/gnunet_my_lib.h:488: warning: argument 'rs' from the argument list of GNUNET_MY_cleanup_result has multiple @param documentation sections 5104/home/william/Git/gnunet/src/include/gnunet_my_lib.h:488: warning: argument 'rs' from the argument list of GNUNET_MY_cleanup_result has multiple @param documentation sections
5211/home/william/Git/gnunet/src/include/gnunet_mysql_lib.h:107: warning: argument 'mc' from the argument list of GNUNET_MYSQL_statements_invalidate has multiple @param documentation sections 5105/home/william/Git/gnunet/src/include/gnunet_mysql_lib.h:107: warning: argument 'mc' from the argument list of GNUNET_MYSQL_statements_invalidate has multiple @param documentation sections
5212/home/william/Git/gnunet/src/include/gnunet_mysql_lib.h:119: warning: argument 'sh' from the argument list of GNUNET_MYSQL_statement_get_stmt has multiple @param documentation sections 5106/home/william/Git/gnunet/src/include/gnunet_mysql_lib.h:119: warning: argument 'sh' from the argument list of GNUNET_MYSQL_statement_get_stmt has multiple @param documentation sections
5213/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:77: warning: argument 'cfg' from the argument list of GNUNET_NAMECACHE_connect has multiple @param documentation sections 5107/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:80: warning: argument 'cfg' from the argument list of GNUNET_NAMECACHE_connect has multiple @param documentation sections
5214/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:88: warning: argument 'h' from the argument list of GNUNET_NAMECACHE_disconnect has multiple @param documentation sections 5108/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:91: warning: argument 'h' from the argument list of GNUNET_NAMECACHE_disconnect has multiple @param documentation sections
5215/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:148: warning: argument 'h' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections 5109/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:151: warning: argument 'h' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections
5216/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:148: warning: argument 'derived_hash' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections 5110/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:151: warning: argument 'derived_hash' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections
5217/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:148: warning: argument 'proc' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections 5111/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:151: warning: argument 'proc' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections
5218/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:148: warning: argument 'proc_cls' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections 5112/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:151: warning: argument 'proc_cls' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections
5219/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:163: warning: argument 'qe' from the argument list of GNUNET_NAMECACHE_cancel has multiple @param documentation sections 5113/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:166: warning: argument 'qe' from the argument list of GNUNET_NAMECACHE_cancel has multiple @param documentation sections
5220/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:78: warning: argument 'cfg' from the argument list of GNUNET_NAMESTORE_connect has multiple @param documentation sections 5114/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:81: warning: argument 'cfg' from the argument list of GNUNET_NAMESTORE_connect has multiple @param documentation sections
5221/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:89: warning: argument 'h' from the argument list of GNUNET_NAMESTORE_disconnect has multiple @param documentation sections 5115/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:92: warning: argument 'h' from the argument list of GNUNET_NAMESTORE_disconnect has multiple @param documentation sections
5222/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:251: warning: argument 'qe' from the argument list of GNUNET_NAMESTORE_cancel has multiple @param documentation sections 5116/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:254: warning: argument 'qe' from the argument list of GNUNET_NAMESTORE_cancel has multiple @param documentation sections
5223/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'h' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 5117/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'h' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
5224/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'zone' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 5118/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'zone' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
5225/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'error_cb' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 5119/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'error_cb' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
5226/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'error_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 5120/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'error_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
5227/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'proc' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 5121/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'proc' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
5228/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'proc_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 5122/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'proc_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
5229/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'finish_cb' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 5123/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'finish_cb' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
5230/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'finish_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 5124/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'finish_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
5231/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:312: warning: argument 'it' from the argument list of GNUNET_NAMESTORE_zone_iteration_stop has multiple @param documentation sections 5125/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:315: warning: argument 'it' from the argument list of GNUNET_NAMESTORE_zone_iteration_stop has multiple @param documentation sections
5232/home/william/Git/gnunet/src/namestore/namestore_api_monitor.c:279: warning: argument 'cls' of command @param is not found in the argument list of GNUNET_NAMESTORE_zone_monitor_start(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_IDENTITY_PrivateKey *zone, int iterate_first, GNUNET_SCHEDULER_TaskCallback error_cb, void *error_cb_cls, GNUNET_NAMESTORE_RecordMonitor monitor, void *monitor_cls, GNUNET_SCHEDULER_TaskCallback sync_cb, void *sync_cb_cls) 5126/home/william/Git/gnunet/src/namestore/namestore_api_monitor.c:279: warning: argument 'cls' of command @param is not found in the argument list of GNUNET_NAMESTORE_zone_monitor_start(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_IDENTITY_PrivateKey *zone, int iterate_first, GNUNET_SCHEDULER_TaskCallback error_cb, void *error_cb_cls, GNUNET_NAMESTORE_RecordMonitor monitor, void *monitor_cls, GNUNET_SCHEDULER_TaskCallback sync_cb, void *sync_cb_cls)
5233/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'cfg' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 5127/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'cfg' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
5234/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'zone' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 5128/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'zone' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
5235/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'iterate_first' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 5129/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'iterate_first' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
5236/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'error_cb' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 5130/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'error_cb' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
5237/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'error_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 5131/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'error_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
5238/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'monitor' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 5132/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'monitor' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
5239/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'monitor_cls' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 5133/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'monitor_cls' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
5240/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'sync_cb' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 5134/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'sync_cb' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
5241/home/william/Git/gnunet/src/include/gnunet_nat_service.h:335: warning: argument 'cfg' from the argument list of GNUNET_NAT_register has multiple @param documentation sections 5135/home/william/Git/gnunet/src/include/gnunet_nat_service.h:335: warning: argument 'cfg' from the argument list of GNUNET_NAT_register has multiple @param documentation sections
5242/home/william/Git/gnunet/src/include/gnunet_nat_service.h:335: warning: argument 'config_section' from the argument list of GNUNET_NAT_register has multiple @param documentation sections 5136/home/william/Git/gnunet/src/include/gnunet_nat_service.h:335: warning: argument 'config_section' from the argument list of GNUNET_NAT_register has multiple @param documentation sections
5243/home/william/Git/gnunet/src/include/gnunet_nat_service.h:335: warning: argument 'proto' from the argument list of GNUNET_NAT_register has multiple @param documentation sections 5137/home/william/Git/gnunet/src/include/gnunet_nat_service.h:335: warning: argument 'proto' from the argument list of GNUNET_NAT_register has multiple @param documentation sections
@@ -5253,256 +5147,256 @@ The command that should end the block seems to be missing!
5253/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'sock' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections 5147/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'sock' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections
5254/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'cb' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections 5148/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'cb' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections
5255/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'cb_cls' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections 5149/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'cb_cls' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections
5256/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections 5150/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections
5257/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'address' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections 5151/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'address' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections
5258/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'address_len' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections 5152/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'address_len' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections
5259/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 5153/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
5260/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'level' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 5154/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'level' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
5261/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'optname' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 5155/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'optname' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
5262/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'optval' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 5156/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'optval' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
5263/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'optlen' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 5157/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'optlen' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
5264/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_listen has multiple @param documentation sections 5158/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_listen has multiple @param documentation sections
5265/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'backlog' from the argument list of GNUNET_NETWORK_socket_listen has multiple @param documentation sections 5159/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'backlog' from the argument list of GNUNET_NETWORK_socket_listen has multiple @param documentation sections
5266/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 5160/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
5267/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 5161/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
5268/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 5162/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
5269/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'src_addr' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 5163/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'src_addr' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
5270/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'addrlen' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 5164/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'addrlen' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
5271/home/william/Git/gnunet/src/include/gnunet_network_lib.h:271: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections 5165/home/william/Git/gnunet/src/include/gnunet_network_lib.h:278: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections
5272/home/william/Git/gnunet/src/include/gnunet_network_lib.h:271: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections 5166/home/william/Git/gnunet/src/include/gnunet_network_lib.h:278: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections
5273/home/william/Git/gnunet/src/include/gnunet_network_lib.h:271: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections 5167/home/william/Git/gnunet/src/include/gnunet_network_lib.h:278: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections
5274/home/william/Git/gnunet/src/include/gnunet_network_lib.h:286: warning: argument 'rfds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections 5168/home/william/Git/gnunet/src/include/gnunet_network_lib.h:293: warning: argument 'rfds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections
5275/home/william/Git/gnunet/src/include/gnunet_network_lib.h:286: warning: argument 'wfds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections 5169/home/william/Git/gnunet/src/include/gnunet_network_lib.h:293: warning: argument 'wfds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections
5276/home/william/Git/gnunet/src/include/gnunet_network_lib.h:286: warning: argument 'efds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections 5170/home/william/Git/gnunet/src/include/gnunet_network_lib.h:293: warning: argument 'efds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections
5277/home/william/Git/gnunet/src/include/gnunet_network_lib.h:286: warning: argument 'timeout' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections 5171/home/william/Git/gnunet/src/include/gnunet_network_lib.h:293: warning: argument 'timeout' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections
5278/home/william/Git/gnunet/src/include/gnunet_network_lib.h:301: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections 5172/home/william/Git/gnunet/src/include/gnunet_network_lib.h:308: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections
5279/home/william/Git/gnunet/src/include/gnunet_network_lib.h:301: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections 5173/home/william/Git/gnunet/src/include/gnunet_network_lib.h:308: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections
5280/home/william/Git/gnunet/src/include/gnunet_network_lib.h:301: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections 5174/home/william/Git/gnunet/src/include/gnunet_network_lib.h:308: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections
5281/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 5175/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
5282/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'message' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 5176/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'message' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
5283/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 5177/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
5284/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'dest_addr' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 5178/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'dest_addr' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
5285/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'dest_len' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 5179/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'dest_len' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
5286/home/william/Git/gnunet/src/include/gnunet_network_lib.h:390: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_zero has multiple @param documentation sections 5180/home/william/Git/gnunet/src/include/gnunet_network_lib.h:397: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_zero has multiple @param documentation sections
5287/home/william/Git/gnunet/src/include/gnunet_network_lib.h:412: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_isset has multiple @param documentation sections 5181/home/william/Git/gnunet/src/include/gnunet_network_lib.h:419: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_isset has multiple @param documentation sections
5288/home/william/Git/gnunet/src/include/gnunet_network_lib.h:412: warning: argument 'desc' from the argument list of GNUNET_NETWORK_fdset_isset has multiple @param documentation sections 5182/home/william/Git/gnunet/src/include/gnunet_network_lib.h:419: warning: argument 'desc' from the argument list of GNUNET_NETWORK_fdset_isset has multiple @param documentation sections
5289/home/william/Git/gnunet/src/include/gnunet_network_lib.h:423: warning: argument 'dst' from the argument list of GNUNET_NETWORK_fdset_add has multiple @param documentation sections 5183/home/william/Git/gnunet/src/include/gnunet_network_lib.h:430: warning: argument 'dst' from the argument list of GNUNET_NETWORK_fdset_add has multiple @param documentation sections
5290/home/william/Git/gnunet/src/include/gnunet_network_lib.h:423: warning: argument 'src' from the argument list of GNUNET_NETWORK_fdset_add has multiple @param documentation sections 5184/home/william/Git/gnunet/src/include/gnunet_network_lib.h:430: warning: argument 'src' from the argument list of GNUNET_NETWORK_fdset_add has multiple @param documentation sections
5291/home/william/Git/gnunet/src/include/gnunet_network_lib.h:455: warning: argument 'desc' from the argument list of GNUNET_NETWORK_get_addr has multiple @param documentation sections 5185/home/william/Git/gnunet/src/include/gnunet_network_lib.h:462: warning: argument 'desc' from the argument list of GNUNET_NETWORK_get_addr has multiple @param documentation sections
5292/home/william/Git/gnunet/src/include/gnunet_network_lib.h:476: warning: argument 'to' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections 5186/home/william/Git/gnunet/src/include/gnunet_network_lib.h:483: warning: argument 'to' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections
5293/home/william/Git/gnunet/src/include/gnunet_network_lib.h:476: warning: argument 'from' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections 5187/home/william/Git/gnunet/src/include/gnunet_network_lib.h:483: warning: argument 'from' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections
5294/home/william/Git/gnunet/src/include/gnunet_network_lib.h:476: warning: argument 'nfds' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections 5188/home/william/Git/gnunet/src/include/gnunet_network_lib.h:483: warning: argument 'nfds' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections
5295/home/william/Git/gnunet/src/include/gnunet_network_lib.h:500: warning: argument 'to' from the argument list of GNUNET_NETWORK_fdset_test_native has multiple @param documentation sections 5189/home/william/Git/gnunet/src/include/gnunet_network_lib.h:507: warning: argument 'to' from the argument list of GNUNET_NETWORK_fdset_test_native has multiple @param documentation sections
5296/home/william/Git/gnunet/src/include/gnunet_network_lib.h:500: warning: argument 'nfd' from the argument list of GNUNET_NETWORK_fdset_test_native has multiple @param documentation sections 5190/home/william/Git/gnunet/src/include/gnunet_network_lib.h:507: warning: argument 'nfd' from the argument list of GNUNET_NETWORK_fdset_test_native has multiple @param documentation sections
5297/home/william/Git/gnunet/src/include/gnunet_network_lib.h:523: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_handle_set_first has multiple @param documentation sections 5191/home/william/Git/gnunet/src/include/gnunet_network_lib.h:530: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_handle_set_first has multiple @param documentation sections
5298/home/william/Git/gnunet/src/include/gnunet_network_lib.h:523: warning: argument 'h' from the argument list of GNUNET_NETWORK_fdset_handle_set_first has multiple @param documentation sections 5192/home/william/Git/gnunet/src/include/gnunet_network_lib.h:530: warning: argument 'h' from the argument list of GNUNET_NETWORK_fdset_handle_set_first has multiple @param documentation sections
5299/home/william/Git/gnunet/src/include/gnunet_nse_service.h:96: warning: argument 'cfg' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections 5193/home/william/Git/gnunet/src/include/gnunet_nse_service.h:99: warning: argument 'cfg' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections
5300/home/william/Git/gnunet/src/include/gnunet_nse_service.h:96: warning: argument 'func' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections 5194/home/william/Git/gnunet/src/include/gnunet_nse_service.h:99: warning: argument 'func' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections
5301/home/william/Git/gnunet/src/include/gnunet_nse_service.h:96: warning: argument 'func_cls' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections 5195/home/william/Git/gnunet/src/include/gnunet_nse_service.h:99: warning: argument 'func_cls' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections
5302/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:90: warning: explicit link request to 'GNUNET_ATS_interface_scanner_init()' could not be resolved 5196/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:90: warning: explicit link request to 'GNUNET_ATS_interface_scanner_init()' could not be resolved
5303/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'is' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections 5197/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'is' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections
5304/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'addr' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections 5198/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'addr' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections
5305/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'addrlen' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections 5199/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'addrlen' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections
5306/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:119: warning: argument 'is' from the argument list of GNUNET_NT_scanner_done has multiple @param documentation sections 5200/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:119: warning: argument 'is' from the argument list of GNUNET_NT_scanner_done has multiple @param documentation sections
5307/home/william/Git/gnunet/src/include/gnunet_os_lib.h:326: warning: argument 'pd' from the argument list of GNUNET_OS_init has multiple @param documentation sections 5201/home/william/Git/gnunet/src/include/gnunet_os_lib.h:330: warning: argument 'pd' from the argument list of GNUNET_OS_init has multiple @param documentation sections
5308/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 5202/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
5309/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 5203/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
5310/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 5204/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
5311/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'pipe_stderr' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 5205/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'pipe_stderr' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
5312/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 5206/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
5313/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'argv' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 5207/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'argv' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
5314/home/william/Git/gnunet/src/include/gnunet_os_lib.h:492: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections 5208/home/william/Git/gnunet/src/include/gnunet_os_lib.h:496: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections
5315/home/william/Git/gnunet/src/include/gnunet_os_lib.h:492: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections 5209/home/william/Git/gnunet/src/include/gnunet_os_lib.h:496: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections
5316/home/william/Git/gnunet/src/include/gnunet_os_lib.h:492: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections 5210/home/william/Git/gnunet/src/include/gnunet_os_lib.h:496: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections
5317/home/william/Git/gnunet/src/include/gnunet_os_lib.h:492: warning: argument 'filename' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections 5211/home/william/Git/gnunet/src/include/gnunet_os_lib.h:496: warning: argument 'filename' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections
5318/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 5212/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
5319/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 5213/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
5320/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 5214/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
5321/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'pipe_stderr' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 5215/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'pipe_stderr' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
5322/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 5216/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
5323/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'va' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 5217/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'va' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
5324/home/william/Git/gnunet/src/include/gnunet_os_lib.h:529: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections 5218/home/william/Git/gnunet/src/include/gnunet_os_lib.h:533: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections
5325/home/william/Git/gnunet/src/include/gnunet_os_lib.h:529: warning: argument 'lsocks' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections 5219/home/william/Git/gnunet/src/include/gnunet_os_lib.h:533: warning: argument 'lsocks' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections
5326/home/william/Git/gnunet/src/include/gnunet_os_lib.h:529: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections 5220/home/william/Git/gnunet/src/include/gnunet_os_lib.h:533: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections
5327/home/william/Git/gnunet/src/include/gnunet_os_lib.h:529: warning: argument 'argv' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections 5221/home/william/Git/gnunet/src/include/gnunet_os_lib.h:533: warning: argument 'argv' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections
5328/home/william/Git/gnunet/src/include/gnunet_os_lib.h:580: warning: argument 'cmd' from the argument list of GNUNET_OS_command_stop has multiple @param documentation sections 5222/home/william/Git/gnunet/src/include/gnunet_os_lib.h:584: warning: argument 'cmd' from the argument list of GNUNET_OS_command_stop has multiple @param documentation sections
5329/home/william/Git/gnunet/src/include/gnunet_os_lib.h:595: warning: argument 'proc' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections 5223/home/william/Git/gnunet/src/include/gnunet_os_lib.h:599: warning: argument 'proc' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections
5330/home/william/Git/gnunet/src/include/gnunet_os_lib.h:595: warning: argument 'proc_cls' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections 5224/home/william/Git/gnunet/src/include/gnunet_os_lib.h:599: warning: argument 'proc_cls' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections
5331/home/william/Git/gnunet/src/include/gnunet_os_lib.h:595: warning: argument 'timeout' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections 5225/home/william/Git/gnunet/src/include/gnunet_os_lib.h:599: warning: argument 'timeout' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections
5332/home/william/Git/gnunet/src/include/gnunet_os_lib.h:595: warning: argument 'binary' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections 5226/home/william/Git/gnunet/src/include/gnunet_os_lib.h:599: warning: argument 'binary' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections
5333/home/william/Git/gnunet/src/include/gnunet_os_lib.h:612: warning: argument 'proc' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections 5227/home/william/Git/gnunet/src/include/gnunet_os_lib.h:616: warning: argument 'proc' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections
5334/home/william/Git/gnunet/src/include/gnunet_os_lib.h:612: warning: argument 'type' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections 5228/home/william/Git/gnunet/src/include/gnunet_os_lib.h:616: warning: argument 'type' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections
5335/home/william/Git/gnunet/src/include/gnunet_os_lib.h:612: warning: argument 'code' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections 5229/home/william/Git/gnunet/src/include/gnunet_os_lib.h:616: warning: argument 'code' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections
5336/home/william/Git/gnunet/src/include/gnunet_os_lib.h:628: warning: argument 'proc' from the argument list of GNUNET_OS_process_wait has multiple @param documentation sections 5230/home/william/Git/gnunet/src/include/gnunet_os_lib.h:632: warning: argument 'proc' from the argument list of GNUNET_OS_process_wait has multiple @param documentation sections
5337/home/william/Git/gnunet/src/include/gnunet_os_lib.h:641: warning: argument 'proc' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections 5231/home/william/Git/gnunet/src/include/gnunet_os_lib.h:645: warning: argument 'proc' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections
5338/home/william/Git/gnunet/src/include/gnunet_os_lib.h:641: warning: argument 'type' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections 5232/home/william/Git/gnunet/src/include/gnunet_os_lib.h:645: warning: argument 'type' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections
5339/home/william/Git/gnunet/src/include/gnunet_os_lib.h:641: warning: argument 'code' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections 5233/home/william/Git/gnunet/src/include/gnunet_os_lib.h:645: warning: argument 'code' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections
5340/home/william/Git/gnunet/src/include/gnunet_os_lib.h:655: warning: argument 'cls' from the argument list of GNUNET_OS_install_parent_control_handler has multiple @param documentation sections 5234/home/william/Git/gnunet/src/include/gnunet_os_lib.h:659: warning: argument 'cls' from the argument list of GNUNET_OS_install_parent_control_handler has multiple @param documentation sections
5341/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:92: warning: argument 'ids' from the argument list of GNUNET_PEER_decrement_rcs has multiple @param documentation sections 5235/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:96: warning: argument 'ids' from the argument list of GNUNET_PEER_decrement_rcs has multiple @param documentation sections
5342/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:92: warning: argument 'count' from the argument list of GNUNET_PEER_decrement_rcs has multiple @param documentation sections 5236/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:96: warning: argument 'count' from the argument list of GNUNET_PEER_decrement_rcs has multiple @param documentation sections
5343/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:114: warning: argument 'id' from the argument list of GNUNET_PEER_resolve2 has multiple @param documentation sections 5237/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:118: warning: argument 'id' from the argument list of GNUNET_PEER_resolve2 has multiple @param documentation sections
5344/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:67: warning: argument 'cfg' from the argument list of GNUNET_PEERINFO_connect has multiple @param documentation sections 5238/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:70: warning: argument 'cfg' from the argument list of GNUNET_PEERINFO_connect has multiple @param documentation sections
5345/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:102: warning: argument 'h' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections 5239/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:105: warning: argument 'h' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections
5346/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:102: warning: argument 'hello' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections 5240/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:105: warning: argument 'hello' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections
5347/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:102: warning: argument 'cont' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections 5241/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:105: warning: argument 'cont' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections
5348/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:102: warning: argument 'cont_cls' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections 5242/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:105: warning: argument 'cont_cls' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections
5349/home/william/Git/gnunet/src/peerinfo/peerinfo_api.c:470: warning: argument 'timeout' of command @param is not found in the argument list of GNUNET_PEERINFO_iterate(struct GNUNET_PEERINFO_Handle *h, int include_friend_only, const struct GNUNET_PeerIdentity *peer, GNUNET_PEERINFO_Processor callback, void *callback_cls) 5243/home/william/Git/gnunet/src/peerinfo/peerinfo_api.c:470: warning: argument 'timeout' of command @param is not found in the argument list of GNUNET_PEERINFO_iterate(struct GNUNET_PEERINFO_Handle *h, int include_friend_only, const struct GNUNET_PeerIdentity *peer, GNUNET_PEERINFO_Processor callback, void *callback_cls)
5350/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'h' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 5244/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'h' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
5351/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'include_friend_only' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 5245/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'include_friend_only' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
5352/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'peer' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 5246/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'peer' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
5353/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'callback' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 5247/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'callback' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
5354/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'callback_cls' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 5248/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'callback_cls' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
5355/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'h' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 5249/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'h' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
5356/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'sub_system' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 5250/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'sub_system' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
5357/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'peer' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 5251/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'peer' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
5358/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'key' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 5252/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'key' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
5359/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'callback' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 5253/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'callback' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
5360/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'callback_cls' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 5254/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'callback_cls' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
5361/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:69: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_test has multiple @param documentation sections 5255/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:73: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_test has multiple @param documentation sections
5362/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:85: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_load has multiple @param documentation sections 5256/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:89: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_load has multiple @param documentation sections
5363/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:85: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_load has multiple @param documentation sections 5257/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:89: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_load has multiple @param documentation sections
5364/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:118: warning: argument 'basename' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections 5258/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:122: warning: argument 'basename' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections
5365/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:118: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections 5259/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:122: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections
5366/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:118: warning: argument 'cb' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections 5260/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:122: warning: argument 'cb' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections
5367/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:118: warning: argument 'cb_cls' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections 5261/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:122: warning: argument 'cb_cls' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections
5368/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:156: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_unload has multiple @param documentation sections 5262/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:160: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_unload has multiple @param documentation sections
5369/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:156: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_unload has multiple @param documentation sections 5263/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:160: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_unload has multiple @param documentation sections
5370/home/william/Git/gnunet/src/include/gnunet_program_lib.h:76: warning: explicit link request to 'a' could not be resolved 5264/home/william/Git/gnunet/src/include/gnunet_program_lib.h:80: warning: explicit link request to 'a' could not be resolved
5371/home/william/Git/gnunet/src/include/gnunet_program_lib.h:103: warning: explicit link request to 'a' could not be resolved 5265/home/william/Git/gnunet/src/include/gnunet_program_lib.h:107: warning: explicit link request to 'a' could not be resolved
5372/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'attr_name' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections 5266/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'attr_name' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
5373/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'credential' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections 5267/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'credential' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
5374/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'type' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections 5268/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'type' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
5375/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections 5269/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
5376/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections 5270/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
5377/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:352: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_serialize_get_size(const struct GNUNET_RECLAIM_AttributeList *al) 5271/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:355: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_serialize_get_size(const struct GNUNET_RECLAIM_AttributeList *al)
5378/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:359: warning: The following parameter of GNUNET_RECLAIM_attribute_list_serialize_get_size(const struct GNUNET_RECLAIM_AttributeList *al) is not documented: 5272/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:362: warning: The following parameter of GNUNET_RECLAIM_attribute_list_serialize_get_size(const struct GNUNET_RECLAIM_AttributeList *al) is not documented:
5379 parameter 'al' 5273 parameter 'al'
5380/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:363: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_destroy(struct GNUNET_RECLAIM_AttributeList *al) 5274/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:366: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_destroy(struct GNUNET_RECLAIM_AttributeList *al)
5381/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:369: warning: The following parameter of GNUNET_RECLAIM_attribute_list_destroy(struct GNUNET_RECLAIM_AttributeList *al) is not documented: 5275/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:372: warning: The following parameter of GNUNET_RECLAIM_attribute_list_destroy(struct GNUNET_RECLAIM_AttributeList *al) is not documented:
5382 parameter 'al' 5276 parameter 'al'
5383/home/william/Git/gnunet/src/reclaim/reclaim_attribute.c:295: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_add(struct GNUNET_RECLAIM_AttributeList *al, const char *attr_name, const struct GNUNET_RECLAIM_Identifier *credential, uint32_t type, const void *data, size_t data_size) 5277/home/william/Git/gnunet/src/reclaim/reclaim_attribute.c:295: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_add(struct GNUNET_RECLAIM_AttributeList *al, const char *attr_name, const struct GNUNET_RECLAIM_Identifier *credential, uint32_t type, const void *data, size_t data_size)
5384/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: argument 'attr_name' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections 5278/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: argument 'attr_name' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
5385/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: argument 'type' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections 5279/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: argument 'type' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
5386/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections 5280/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
5387/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections 5281/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
5388/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: The following parameter of GNUNET_RECLAIM_attribute_list_add(struct GNUNET_RECLAIM_AttributeList *al, const char *attr_name, const struct GNUNET_RECLAIM_Identifier *credential, uint32_t type, const void *data, size_t data_size) is not documented: 5282/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: The following parameter of GNUNET_RECLAIM_attribute_list_add(struct GNUNET_RECLAIM_AttributeList *al, const char *attr_name, const struct GNUNET_RECLAIM_Identifier *credential, uint32_t type, const void *data, size_t data_size) is not documented:
5389 parameter 'al' 5283 parameter 'al'
5390/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:393: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_serialize(const struct GNUNET_RECLAIM_AttributeList *al, char *result) 5284/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:396: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_serialize(const struct GNUNET_RECLAIM_AttributeList *al, char *result)
5391/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:401: warning: The following parameter of GNUNET_RECLAIM_attribute_list_serialize(const struct GNUNET_RECLAIM_AttributeList *al, char *result) is not documented: 5285/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:404: warning: The following parameter of GNUNET_RECLAIM_attribute_list_serialize(const struct GNUNET_RECLAIM_AttributeList *al, char *result) is not documented:
5392 parameter 'al' 5286 parameter 'al'
5393/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:449: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_deserialize has multiple @param documentation sections 5287/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:452: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_deserialize has multiple @param documentation sections
5394/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:449: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_deserialize has multiple @param documentation sections 5288/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:452: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_deserialize has multiple @param documentation sections
5395/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:453: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_dup(const struct GNUNET_RECLAIM_AttributeList *al) 5289/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:456: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_dup(const struct GNUNET_RECLAIM_AttributeList *al)
5396/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:459: warning: The following parameter of GNUNET_RECLAIM_attribute_list_dup(const struct GNUNET_RECLAIM_AttributeList *al) is not documented: 5290/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:462: warning: The following parameter of GNUNET_RECLAIM_attribute_list_dup(const struct GNUNET_RECLAIM_AttributeList *al) is not documented:
5397 parameter 'al' 5291 parameter 'al'
5398/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:512: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_serialize_get_size(const struct GNUNET_RECLAIM_CredentialList *credentials) 5292/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:515: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_serialize_get_size(const struct GNUNET_RECLAIM_CredentialList *credentials)
5399/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:519: warning: The following parameter of GNUNET_RECLAIM_credential_list_serialize_get_size(const struct GNUNET_RECLAIM_CredentialList *credentials) is not documented: 5293/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:522: warning: The following parameter of GNUNET_RECLAIM_credential_list_serialize_get_size(const struct GNUNET_RECLAIM_CredentialList *credentials) is not documented:
5400 parameter 'credentials' 5294 parameter 'credentials'
5401/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:523: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al) 5295/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:526: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al)
5402/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:523: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al) 5296/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:526: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al)
5403/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:529: warning: The following parameter of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al) is not documented: 5297/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:532: warning: The following parameter of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al) is not documented:
5404 parameter 'al' 5298 parameter 'al'
5405/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:533: warning: argument 'attr_name' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_add(struct GNUNET_RECLAIM_CredentialList *attrs, const char *att_name, uint32_t type, const void *data, size_t data_size) 5299/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:536: warning: argument 'attr_name' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_add(struct GNUNET_RECLAIM_CredentialList *attrs, const char *att_name, uint32_t type, const void *data, size_t data_size)
5406/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:542: warning: The following parameters of GNUNET_RECLAIM_credential_list_add(struct GNUNET_RECLAIM_CredentialList *attrs, const char *att_name, uint32_t type, const void *data, size_t data_size) are not documented: 5300/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:545: warning: The following parameters of GNUNET_RECLAIM_credential_list_add(struct GNUNET_RECLAIM_CredentialList *attrs, const char *att_name, uint32_t type, const void *data, size_t data_size) are not documented:
5407 parameter 'attrs' 5301 parameter 'attrs'
5408 parameter 'att_name' 5302 parameter 'att_name'
5409/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:550: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_serialize(const struct GNUNET_RECLAIM_CredentialList *credentials, char *result) 5303/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:553: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_serialize(const struct GNUNET_RECLAIM_CredentialList *credentials, char *result)
5410/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:558: warning: The following parameter of GNUNET_RECLAIM_credential_list_serialize(const struct GNUNET_RECLAIM_CredentialList *credentials, char *result) is not documented: 5304/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:561: warning: The following parameter of GNUNET_RECLAIM_credential_list_serialize(const struct GNUNET_RECLAIM_CredentialList *credentials, char *result) is not documented:
5411 parameter 'credentials' 5305 parameter 'credentials'
5412/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:571: warning: argument 'data' from the argument list of GNUNET_RECLAIM_credential_list_deserialize has multiple @param documentation sections 5306/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:574: warning: argument 'data' from the argument list of GNUNET_RECLAIM_credential_list_deserialize has multiple @param documentation sections
5413/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:571: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_credential_list_deserialize has multiple @param documentation sections 5307/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:574: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_credential_list_deserialize has multiple @param documentation sections
5414/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:442: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize_get_size(const struct GNUNET_RECLAIM_Credential *credential) 5308/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:442: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize_get_size(const struct GNUNET_RECLAIM_Credential *credential)
5415/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:457: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize(const struct GNUNET_RECLAIM_Credential *credential, char *result) 5309/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:457: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize(const struct GNUNET_RECLAIM_Credential *credential, char *result)
5416/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:592: warning: argument 'result' from the argument list of GNUNET_RECLAIM_credential_serialize has multiple @param documentation sections 5310/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:595: warning: argument 'result' from the argument list of GNUNET_RECLAIM_credential_serialize has multiple @param documentation sections
5417/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:255: warning: argument 'name' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_new(const char *attr_name, uint32_t type, const void *data, size_t data_size) 5311/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:255: warning: argument 'name' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_new(const char *attr_name, uint32_t type, const void *data, size_t data_size)
5418/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:619: warning: argument 'type' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections 5312/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:622: warning: argument 'type' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections
5419/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:619: warning: argument 'data' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections 5313/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:622: warning: argument 'data' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections
5420/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:619: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections 5314/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:622: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections
5421/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:671: warning: argument 'typename' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred) 5315/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:674: warning: argument 'typename' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred)
5422/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:678: warning: The following parameter of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred) is not documented: 5316/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:681: warning: The following parameter of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred) is not documented:
5423 parameter 'cred' 5317 parameter 'cred'
5424/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:739: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize_get_size(const struct GNUNET_RECLAIM_PresentationList *presentations) 5318/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:739: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize_get_size(const struct GNUNET_RECLAIM_PresentationList *presentations)
5425/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:701: warning: argument 'presentations' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al) 5319/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:704: warning: argument 'presentations' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al)
5426/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:701: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al) 5320/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:704: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al)
5427/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:707: warning: The following parameter of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al) is not documented: 5321/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:710: warning: The following parameter of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al) is not documented:
5428 parameter 'al' 5322 parameter 'al'
5429/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:711: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize(const struct GNUNET_RECLAIM_PresentationList *presentations, char *result) 5323/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:714: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize(const struct GNUNET_RECLAIM_PresentationList *presentations, char *result)
5430/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:719: warning: argument 'result' from the argument list of GNUNET_RECLAIM_presentation_list_serialize has multiple @param documentation sections 5324/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:722: warning: argument 'result' from the argument list of GNUNET_RECLAIM_presentation_list_serialize has multiple @param documentation sections
5431/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:732: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_list_deserialize has multiple @param documentation sections 5325/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:735: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_list_deserialize has multiple @param documentation sections
5432/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:732: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_list_deserialize has multiple @param documentation sections 5326/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:735: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_list_deserialize has multiple @param documentation sections
5433/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:889: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize_get_size(const struct GNUNET_RECLAIM_Presentation *presentation) 5327/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:889: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize_get_size(const struct GNUNET_RECLAIM_Presentation *presentation)
5434/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:745: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize(const struct GNUNET_RECLAIM_Presentation *presentation, char *result) 5328/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:748: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize(const struct GNUNET_RECLAIM_Presentation *presentation, char *result)
5435/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:753: warning: argument 'result' from the argument list of GNUNET_RECLAIM_presentation_serialize has multiple @param documentation sections 5329/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:756: warning: argument 'result' from the argument list of GNUNET_RECLAIM_presentation_serialize has multiple @param documentation sections
5436/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:767: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_deserialize has multiple @param documentation sections 5330/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:770: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_deserialize has multiple @param documentation sections
5437/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:767: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_deserialize has multiple @param documentation sections 5331/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:770: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_deserialize has multiple @param documentation sections
5438/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:779: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections 5332/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:782: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections
5439/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:779: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections 5333/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:782: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections
5440/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:779: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections 5334/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:782: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections
5441/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:799: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections 5335/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:802: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
5442/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:799: warning: argument 's' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections 5336/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:802: warning: argument 's' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
5443/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:799: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections 5337/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:802: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
5444/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:799: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections 5338/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:802: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
5445/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:812: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_number_to_typename has multiple @param documentation sections 5339/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:815: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_number_to_typename has multiple @param documentation sections
5446/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:842: warning: argument 'cred' from the argument list of GNUNET_RECLAIM_credential_get_presentation has multiple @param documentation sections 5340/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:845: warning: argument 'cred' from the argument list of GNUNET_RECLAIM_credential_get_presentation has multiple @param documentation sections
5447/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:842: warning: argument 'attrs' from the argument list of GNUNET_RECLAIM_credential_get_presentation has multiple @param documentation sections 5341/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:845: warning: argument 'attrs' from the argument list of GNUNET_RECLAIM_credential_get_presentation has multiple @param documentation sections
5448/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:170: warning: argument 'cfg' from the argument list of GNUNET_RECLAIM_connect has multiple @param documentation sections 5342/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:173: warning: argument 'cfg' from the argument list of GNUNET_RECLAIM_connect has multiple @param documentation sections
5449/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'h' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections 5343/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'h' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
5450/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections 5344/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
5451/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'attr' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections 5345/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'attr' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
5452/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'exp_interval' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections 5346/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'exp_interval' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
5453/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections 5347/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
5454/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections 5348/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
5455/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'h' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections 5349/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'h' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
5456/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections 5350/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
5457/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'attr' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections 5351/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'attr' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
5458/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'exp_interval' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections 5352/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'exp_interval' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
5459/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections 5353/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
5460/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections 5354/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
5461/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:234: warning: argument 'cred' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_delete(struct GNUNET_RECLAIM_Handle *h, const struct GNUNET_IDENTITY_PrivateKey *pkey, const struct GNUNET_RECLAIM_Credential *attr, GNUNET_RECLAIM_ContinuationWithStatus cont, void *cont_cls) 5355/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:237: warning: argument 'cred' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_delete(struct GNUNET_RECLAIM_Handle *h, const struct GNUNET_IDENTITY_PrivateKey *pkey, const struct GNUNET_RECLAIM_Credential *attr, GNUNET_RECLAIM_ContinuationWithStatus cont, void *cont_cls)
5462/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:246: warning: argument 'h' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections 5356/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:249: warning: argument 'h' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
5463/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:246: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections 5357/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:249: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
5464/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:246: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections 5358/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:249: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
5465/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:246: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections 5359/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:249: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
5466/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:293: warning: argument 'it' from the argument list of GNUNET_RECLAIM_get_attributes_next has multiple @param documentation sections 5360/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:296: warning: argument 'it' from the argument list of GNUNET_RECLAIM_get_attributes_next has multiple @param documentation sections
5467/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:345: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait) 5361/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:348: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait)
5468/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:345: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait) 5362/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:348: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait)
5469/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:352: warning: The following parameter of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented: 5363/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:355: warning: The following parameter of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented:
5470 parameter 'ait' 5364 parameter 'ait'
5471/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:356: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait) 5365/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:359: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait)
5472/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:364: warning: The following parameter of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented: 5366/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:367: warning: The following parameter of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented:
5473 parameter 'ait' 5367 parameter 'ait'
5474/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:383: warning: Found unknown command '\GNUNET_RECLAIM_ticket_consume' 5368/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:386: warning: Found unknown command '\GNUNET_RECLAIM_ticket_consume'
5475/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections 5369/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
5476/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'iss' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections 5370/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'iss' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
5477/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'rp' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections 5371/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'rp' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
5478/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'attrs' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections 5372/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'attrs' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
5479/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'cb' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections 5373/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'cb' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
5480/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'cb_cls' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections 5374/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'cb_cls' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
5481/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections 5375/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
5482/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'identity' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections 5376/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'identity' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
5483/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'ticket' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections 5377/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'ticket' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
5484/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'cb' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections 5378/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'cb' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
5485/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'cb_cls' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections 5379/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'cb_cls' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
5486/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 5380/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
5487/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'identity' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 5381/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'identity' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
5488/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'error_cb' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 5382/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'error_cb' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
5489/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'error_cb_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 5383/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'error_cb_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
5490/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'proc' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 5384/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'proc' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
5491/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'proc_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 5385/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'proc_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
5492/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'finish_cb' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 5386/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'finish_cb' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
5493/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'finish_cb_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 5387/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'finish_cb_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
5494/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:484: warning: argument 'h' from the argument list of GNUNET_RECLAIM_disconnect has multiple @param documentation sections 5388/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:487: warning: argument 'h' from the argument list of GNUNET_RECLAIM_disconnect has multiple @param documentation sections
5495/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:496: warning: argument 'op' from the argument list of GNUNET_RECLAIM_cancel has multiple @param documentation sections 5389/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:499: warning: argument 'op' from the argument list of GNUNET_RECLAIM_cancel has multiple @param documentation sections
5496/home/william/Git/gnunet/src/include/gnunet_regex_service.h:80: warning: argument 'cfg' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections 5390/home/william/Git/gnunet/src/include/gnunet_regex_service.h:83: warning: argument 'cfg' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections
5497/home/william/Git/gnunet/src/include/gnunet_regex_service.h:80: warning: argument 'regex' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections 5391/home/william/Git/gnunet/src/include/gnunet_regex_service.h:83: warning: argument 'regex' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections
5498/home/william/Git/gnunet/src/include/gnunet_regex_service.h:80: warning: argument 'refresh_delay' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections 5392/home/william/Git/gnunet/src/include/gnunet_regex_service.h:83: warning: argument 'refresh_delay' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections
5499/home/william/Git/gnunet/src/include/gnunet_regex_service.h:80: warning: argument 'compression' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections 5393/home/william/Git/gnunet/src/include/gnunet_regex_service.h:83: warning: argument 'compression' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections
5500/home/william/Git/gnunet/src/include/gnunet_regex_service.h:92: warning: argument 'a' from the argument list of GNUNET_REGEX_announce_cancel has multiple @param documentation sections 5394/home/william/Git/gnunet/src/include/gnunet_regex_service.h:95: warning: argument 'a' from the argument list of GNUNET_REGEX_announce_cancel has multiple @param documentation sections
5501/home/william/Git/gnunet/src/include/gnunet_regex_service.h:127: warning: argument 'cfg' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections 5395/home/william/Git/gnunet/src/include/gnunet_regex_service.h:130: warning: argument 'cfg' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections
5502/home/william/Git/gnunet/src/include/gnunet_regex_service.h:127: warning: argument 'string' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections 5396/home/william/Git/gnunet/src/include/gnunet_regex_service.h:130: warning: argument 'string' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections
5503/home/william/Git/gnunet/src/include/gnunet_regex_service.h:127: warning: argument 'callback' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections 5397/home/william/Git/gnunet/src/include/gnunet_regex_service.h:130: warning: argument 'callback' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections
5504/home/william/Git/gnunet/src/include/gnunet_regex_service.h:127: warning: argument 'callback_cls' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections 5398/home/william/Git/gnunet/src/include/gnunet_regex_service.h:130: warning: argument 'callback_cls' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections
5505/home/william/Git/gnunet/src/include/gnunet_regex_service.h:139: warning: argument 's' from the argument list of GNUNET_REGEX_search_cancel has multiple @param documentation sections 5399/home/william/Git/gnunet/src/include/gnunet_regex_service.h:142: warning: argument 's' from the argument list of GNUNET_REGEX_search_cancel has multiple @param documentation sections
5506/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'af' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections 5400/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'af' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections
5507/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'timeout' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections 5401/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'timeout' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections
5508/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'callback' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections 5402/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'callback' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections
@@ -5513,44 +5407,44 @@ The command that should end the block seems to be missing!
5513/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:149: warning: argument 'timeout' from the argument list of GNUNET_RESOLVER_hostname_get has multiple @param documentation sections 5407/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:149: warning: argument 'timeout' from the argument list of GNUNET_RESOLVER_hostname_get has multiple @param documentation sections
5514/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:149: warning: argument 'callback' from the argument list of GNUNET_RESOLVER_hostname_get has multiple @param documentation sections 5408/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:149: warning: argument 'callback' from the argument list of GNUNET_RESOLVER_hostname_get has multiple @param documentation sections
5515/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:149: warning: argument 'cls' from the argument list of GNUNET_RESOLVER_hostname_get has multiple @param documentation sections 5409/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:149: warning: argument 'cls' from the argument list of GNUNET_RESOLVER_hostname_get has multiple @param documentation sections
5516/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:118: warning: argument 'url' from the argument list of GNUNET_REST_namespace_match has multiple @param documentation sections 5410/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:121: warning: argument 'url' from the argument list of GNUNET_REST_namespace_match has multiple @param documentation sections
5517/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:118: warning: argument 'namespace' from the argument list of GNUNET_REST_namespace_match has multiple @param documentation sections 5411/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:121: warning: argument 'namespace' from the argument list of GNUNET_REST_namespace_match has multiple @param documentation sections
5518/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:127: warning: argument 'data' from the argument list of GNUNET_REST_create_response has multiple @param documentation sections 5412/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:130: warning: argument 'data' from the argument list of GNUNET_REST_create_response has multiple @param documentation sections
5519/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'key' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls) 5413/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'key' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls)
5520/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'sig' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls) 5414/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'sig' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls)
5521/home/william/Git/gnunet/src/revocation/revocation_api.c:298: warning: explicit link request to 'GNUNET_REVOCATION_sign_revocation' could not be resolved 5415/home/william/Git/gnunet/src/revocation/revocation_api.c:298: warning: explicit link request to 'GNUNET_REVOCATION_sign_revocation' could not be resolved
5522/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'ts' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls) 5416/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'ts' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls)
5523/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:183: warning: argument 'cfg' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections 5417/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:186: warning: argument 'cfg' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections
5524/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:183: warning: argument 'pow' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections 5418/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:186: warning: argument 'pow' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections
5525/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:183: warning: argument 'func' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections 5419/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:186: warning: argument 'func' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections
5526/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:183: warning: argument 'func_cls' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections 5420/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:186: warning: argument 'func_cls' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections
5527/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:199: warning: argument 'matching_bits' of command @param is not found in the argument list of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration) 5421/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:202: warning: argument 'matching_bits' of command @param is not found in the argument list of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration)
5528/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:194: warning: The following parameter of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration) is not documented: 5422/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:197: warning: The following parameter of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration) is not documented:
5529 parameter 'difficulty' 5423 parameter 'difficulty'
5530/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:218: warning: argument 'key' from the argument list of GNUNET_REVOCATION_pow_init has multiple @param documentation sections 5424/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:221: warning: argument 'key' from the argument list of GNUNET_REVOCATION_pow_init has multiple @param documentation sections
5531/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:218: warning: argument 'pow' from the argument list of GNUNET_REVOCATION_pow_init has multiple @param documentation sections 5425/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:221: warning: argument 'pow' from the argument list of GNUNET_REVOCATION_pow_init has multiple @param documentation sections
5532/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:237: warning: argument 'epochs' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc) 5426/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:240: warning: argument 'epochs' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc)
5533/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:237: warning: argument 'pow' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc) 5427/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:240: warning: argument 'pow' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc)
5534/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:237: warning: argument 'difficulty' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc) 5428/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:240: warning: argument 'difficulty' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc)
5535/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:232: warning: argument 'pc' from the argument list of GNUNET_REVOCATION_pow_round has multiple @param documentation sections 5429/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:235: warning: argument 'pc' from the argument list of GNUNET_REVOCATION_pow_round has multiple @param documentation sections
5536/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:255: warning: documented empty return type of GNUNET_REVOCATION_pow_stop 5430/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:258: warning: documented empty return type of GNUNET_REVOCATION_pow_stop
5537/home/william/Git/gnunet/src/include/gnunet_rps_service.h:93: warning: argument 'cfg' from the argument list of GNUNET_RPS_connect has multiple @param documentation sections 5431/home/william/Git/gnunet/src/include/gnunet_rps_service.h:96: warning: argument 'cfg' from the argument list of GNUNET_RPS_connect has multiple @param documentation sections
5538/home/william/Git/gnunet/src/include/gnunet_rps_service.h:103: warning: argument 'h' from the argument list of GNUNET_RPS_sub_start has multiple @param documentation sections 5432/home/william/Git/gnunet/src/include/gnunet_rps_service.h:106: warning: argument 'h' from the argument list of GNUNET_RPS_sub_start has multiple @param documentation sections
5539/home/william/Git/gnunet/src/include/gnunet_rps_service.h:103: warning: argument 'shared_value' from the argument list of GNUNET_RPS_sub_start has multiple @param documentation sections 5433/home/william/Git/gnunet/src/include/gnunet_rps_service.h:106: warning: argument 'shared_value' from the argument list of GNUNET_RPS_sub_start has multiple @param documentation sections
5540/home/william/Git/gnunet/src/include/gnunet_rps_service.h:114: warning: argument 'h' from the argument list of GNUNET_RPS_sub_stop has multiple @param documentation sections 5434/home/william/Git/gnunet/src/include/gnunet_rps_service.h:117: warning: argument 'h' from the argument list of GNUNET_RPS_sub_stop has multiple @param documentation sections
5541/home/william/Git/gnunet/src/include/gnunet_rps_service.h:114: warning: argument 'shared_value' from the argument list of GNUNET_RPS_sub_stop has multiple @param documentation sections 5435/home/william/Git/gnunet/src/include/gnunet_rps_service.h:117: warning: argument 'shared_value' from the argument list of GNUNET_RPS_sub_stop has multiple @param documentation sections
5542/home/william/Git/gnunet/src/rps/rps_api.c:942: warning: argument 'h' of command @param is not found in the argument list of GNUNET_RPS_request_peers(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_req_peers, GNUNET_RPS_NotifyReadyCB ready_cb, void *cls) 5436/home/william/Git/gnunet/src/rps/rps_api.c:942: warning: argument 'h' of command @param is not found in the argument list of GNUNET_RPS_request_peers(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_req_peers, GNUNET_RPS_NotifyReadyCB ready_cb, void *cls)
5543/home/william/Git/gnunet/src/rps/rps_api.c:942: warning: argument 'n' of command @param is not found in the argument list of GNUNET_RPS_request_peers(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_req_peers, GNUNET_RPS_NotifyReadyCB ready_cb, void *cls) 5437/home/william/Git/gnunet/src/rps/rps_api.c:942: warning: argument 'n' of command @param is not found in the argument list of GNUNET_RPS_request_peers(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_req_peers, GNUNET_RPS_NotifyReadyCB ready_cb, void *cls)
5544/home/william/Git/gnunet/src/include/gnunet_rps_service.h:133: warning: argument 'ready_cb' from the argument list of GNUNET_RPS_request_peers has multiple @param documentation sections 5438/home/william/Git/gnunet/src/include/gnunet_rps_service.h:136: warning: argument 'ready_cb' from the argument list of GNUNET_RPS_request_peers has multiple @param documentation sections
5545/home/william/Git/gnunet/src/include/gnunet_rps_service.h:133: warning: argument 'cls' from the argument list of GNUNET_RPS_request_peers has multiple @param documentation sections 5439/home/william/Git/gnunet/src/include/gnunet_rps_service.h:136: warning: argument 'cls' from the argument list of GNUNET_RPS_request_peers has multiple @param documentation sections
5546/home/william/Git/gnunet/src/include/gnunet_rps_service.h:169: warning: argument 'rh' from the argument list of GNUNET_RPS_request_cancel has multiple @param documentation sections 5440/home/william/Git/gnunet/src/include/gnunet_rps_service.h:172: warning: argument 'rh' from the argument list of GNUNET_RPS_request_cancel has multiple @param documentation sections
5547/home/william/Git/gnunet/src/include/gnunet_rps_service.h:208: warning: argument 'num_req_peers' of command @param is not found in the argument list of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls) 5441/home/william/Git/gnunet/src/include/gnunet_rps_service.h:211: warning: argument 'num_req_peers' of command @param is not found in the argument list of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls)
5548/home/william/Git/gnunet/src/include/gnunet_rps_service.h:208: warning: argument 'ready_cb' of command @param is not found in the argument list of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls) 5442/home/william/Git/gnunet/src/include/gnunet_rps_service.h:211: warning: argument 'ready_cb' of command @param is not found in the argument list of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls)
5549/home/william/Git/gnunet/src/include/gnunet_rps_service.h:218: warning: The following parameters of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls) are not documented: 5443/home/william/Git/gnunet/src/include/gnunet_rps_service.h:221: warning: The following parameters of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls) are not documented:
5550 parameter 'num_updates' 5444 parameter 'num_updates'
5551 parameter 'view_update_cb' 5445 parameter 'view_update_cb'
5552/home/william/Git/gnunet/src/include/gnunet_rps_service.h:224: warning: argument 'ready_cb' of command @param is not found in the argument list of GNUNET_RPS_stream_request(struct GNUNET_RPS_Handle *rps_handle, GNUNET_RPS_NotifyReadyCB stream_input_cb, void *cls) 5446/home/william/Git/gnunet/src/include/gnunet_rps_service.h:227: warning: argument 'ready_cb' of command @param is not found in the argument list of GNUNET_RPS_stream_request(struct GNUNET_RPS_Handle *rps_handle, GNUNET_RPS_NotifyReadyCB stream_input_cb, void *cls)
5553/home/william/Git/gnunet/src/include/gnunet_rps_service.h:232: warning: The following parameter of GNUNET_RPS_stream_request(struct GNUNET_RPS_Handle *rps_handle, GNUNET_RPS_NotifyReadyCB stream_input_cb, void *cls) is not documented: 5447/home/william/Git/gnunet/src/include/gnunet_rps_service.h:235: warning: The following parameter of GNUNET_RPS_stream_request(struct GNUNET_RPS_Handle *rps_handle, GNUNET_RPS_NotifyReadyCB stream_input_cb, void *cls) is not documented:
5554 parameter 'stream_input_cb' 5448 parameter 'stream_input_cb'
5555/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:158: warning: argument 'cfg' from the argument list of GNUNET_SCALARPRODUCT_start_computation has multiple @param documentation sections 5449/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:158: warning: argument 'cfg' from the argument list of GNUNET_SCALARPRODUCT_start_computation has multiple @param documentation sections
5556/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:158: warning: argument 'session_key' from the argument list of GNUNET_SCALARPRODUCT_start_computation has multiple @param documentation sections 5450/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:158: warning: argument 'session_key' from the argument list of GNUNET_SCALARPRODUCT_start_computation has multiple @param documentation sections
@@ -5565,18 +5459,18 @@ The command that should end the block seems to be missing!
5565/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'element_count' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections 5459/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'element_count' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections
5566/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'cont' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections 5460/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'cont' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections
5567/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'cont_cls' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections 5461/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'cont_cls' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections
5568/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:418: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_run has multiple @param documentation sections 5462/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:422: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_run has multiple @param documentation sections
5569/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:418: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_run has multiple @param documentation sections 5463/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:422: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_run has multiple @param documentation sections
5570/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:460: warning: argument 'p' from the argument list of GNUNET_SCHEDULER_get_load has multiple @param documentation sections 5464/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:464: warning: argument 'p' from the argument list of GNUNET_SCHEDULER_get_load has multiple @param documentation sections
5571/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:572: warning: argument 'lifeness' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections 5465/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:576: warning: argument 'lifeness' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections
5572/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:572: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections 5466/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:576: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections
5573/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:572: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections 5467/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:576: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections
5574/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:589: warning: argument 'delay' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections 5468/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:593: warning: argument 'delay' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections
5575/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:589: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections 5469/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:593: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections
5576/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:589: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections 5470/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:593: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections
5577/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:902: warning: argument 'new_select' from the argument list of GNUNET_SCHEDULER_set_select has multiple @param documentation sections 5471/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:906: warning: argument 'new_select' from the argument list of GNUNET_SCHEDULER_set_select has multiple @param documentation sections
5578/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:902: warning: argument 'new_select_cls' from the argument list of GNUNET_SCHEDULER_set_select has multiple @param documentation sections 5472/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:906: warning: argument 'new_select_cls' from the argument list of GNUNET_SCHEDULER_set_select has multiple @param documentation sections
5579/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:902: warning: documented empty return type of GNUNET_SCHEDULER_set_select 5473/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:906: warning: documented empty return type of GNUNET_SCHEDULER_set_select
5580/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:235: warning: argument 'message' of command @param is not found in the argument list of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext) 5474/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:235: warning: argument 'message' of command @param is not found in the argument list of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext)
5581/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:235: warning: argument 'message_size' of command @param is not found in the argument list of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext) 5475/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:235: warning: argument 'message_size' of command @param is not found in the argument list of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext)
5582/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:249: warning: The following parameter of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext) is not documented: 5476/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:249: warning: The following parameter of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext) is not documented:
@@ -5585,93 +5479,93 @@ The command that should end the block seems to be missing!
5585/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'ciphertext' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections 5479/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'ciphertext' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections
5586/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'decrypt_cb' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections 5480/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'decrypt_cb' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections
5587/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'decrypt_cb_cls' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections 5481/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'decrypt_cb_cls' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections
5588/home/william/Git/gnunet/src/include/gnunet_service_lib.h:248: warning: argument 'options' of command @param is not found in the argument list of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...) 5482/home/william/Git/gnunet/src/include/gnunet_service_lib.h:255: warning: argument 'options' of command @param is not found in the argument list of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...)
5589/home/william/Git/gnunet/src/include/gnunet_service_lib.h:248: warning: argument 'service_init_cb' of command @param is not found in the argument list of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...) 5483/home/william/Git/gnunet/src/include/gnunet_service_lib.h:255: warning: argument 'service_init_cb' of command @param is not found in the argument list of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...)
5590/home/william/Git/gnunet/src/include/gnunet_service_lib.h:306: warning: The following parameters of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...) are not documented: 5484/home/william/Git/gnunet/src/include/gnunet_service_lib.h:313: warning: The following parameters of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...) are not documented:
5591 parameter 'service_options' 5485 parameter 'service_options'
5592 parameter 'init_cb' 5486 parameter 'init_cb'
5593 parameter '...' 5487 parameter '...'
5594/home/william/Git/gnunet/src/include/gnunet_service_lib.h:394: warning: argument 'c' from the argument list of GNUNET_SERVICE_client_drop has multiple @param documentation sections 5488/home/william/Git/gnunet/src/include/gnunet_service_lib.h:401: warning: argument 'c' from the argument list of GNUNET_SERVICE_client_drop has multiple @param documentation sections
5595/home/william/Git/gnunet/src/include/gnunet_service_lib.h:408: warning: explicit link request to 'GNUNET_SERVICE_stop_listening()' could not be resolved 5489/home/william/Git/gnunet/src/include/gnunet_service_lib.h:415: warning: explicit link request to 'GNUNET_SERVICE_stop_listening()' could not be resolved
5596/home/william/Git/gnunet/src/include/gnunet_seti_service.h:173: warning: explicit link request to 'GNUNET_SETI_STATUS_OK' could not be resolved 5490/home/william/Git/gnunet/src/include/gnunet_seti_service.h:176: warning: explicit link request to 'GNUNET_SETI_STATUS_OK' could not be resolved
5597/home/william/Git/gnunet/src/include/gnunet_setu_service.h:218: warning: explicit link request to 'GNUNET_SETU_STATUS_OK' could not be resolved 5491/home/william/Git/gnunet/src/include/gnunet_setu_service.h:221: warning: explicit link request to 'GNUNET_SETU_STATUS_OK' could not be resolved
5598/home/william/Git/gnunet/src/include/gnunet_set_service.h:361: warning: argument 'set' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections 5492/home/william/Git/gnunet/src/include/gnunet_set_service.h:364: warning: argument 'set' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections
5599/home/william/Git/gnunet/src/include/gnunet_set_service.h:361: warning: argument 'element' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections 5493/home/william/Git/gnunet/src/include/gnunet_set_service.h:364: warning: argument 'element' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections
5600/home/william/Git/gnunet/src/include/gnunet_set_service.h:361: warning: argument 'cont' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections 5494/home/william/Git/gnunet/src/include/gnunet_set_service.h:364: warning: argument 'cont' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections
5601/home/william/Git/gnunet/src/include/gnunet_set_service.h:361: warning: argument 'cont_cls' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections 5495/home/william/Git/gnunet/src/include/gnunet_set_service.h:364: warning: argument 'cont_cls' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections
5602/home/william/Git/gnunet/src/include/gnunet_set_service.h:381: warning: argument 'set' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections 5496/home/william/Git/gnunet/src/include/gnunet_set_service.h:384: warning: argument 'set' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections
5603/home/william/Git/gnunet/src/include/gnunet_set_service.h:381: warning: argument 'element' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections 5497/home/william/Git/gnunet/src/include/gnunet_set_service.h:384: warning: argument 'element' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections
5604/home/william/Git/gnunet/src/include/gnunet_set_service.h:381: warning: argument 'cont' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections 5498/home/william/Git/gnunet/src/include/gnunet_set_service.h:384: warning: argument 'cont' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections
5605/home/william/Git/gnunet/src/include/gnunet_set_service.h:381: warning: argument 'cont_cls' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections 5499/home/william/Git/gnunet/src/include/gnunet_set_service.h:384: warning: argument 'cont_cls' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections
5606/home/william/Git/gnunet/src/include/gnunet_set_service.h:402: warning: argument 'set' from the argument list of GNUNET_SET_destroy has multiple @param documentation sections 5500/home/william/Git/gnunet/src/include/gnunet_set_service.h:405: warning: argument 'set' from the argument list of GNUNET_SET_destroy has multiple @param documentation sections
5607/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'other_peer' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 5501/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'other_peer' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
5608/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'app_id' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 5502/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'app_id' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
5609/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'context_msg' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 5503/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'context_msg' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
5610/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'result_mode' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 5504/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'result_mode' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
5611/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'result_cb' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 5505/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'result_cb' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
5612/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'result_cls' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 5506/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'result_cls' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
5613/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: The following parameter of GNUNET_SET_prepare(const struct GNUNET_PeerIdentity *other_peer, const struct GNUNET_HashCode *app_id, const struct GNUNET_MessageHeader *context_msg, enum GNUNET_SET_ResultMode result_mode, struct GNUNET_SET_Option options[], GNUNET_SET_ResultIterator result_cb, void *result_cls) is not documented: 5507/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: The following parameter of GNUNET_SET_prepare(const struct GNUNET_PeerIdentity *other_peer, const struct GNUNET_HashCode *app_id, const struct GNUNET_MessageHeader *context_msg, enum GNUNET_SET_ResultMode result_mode, struct GNUNET_SET_Option options[], GNUNET_SET_ResultIterator result_cb, void *result_cls) is not documented:
5614 parameter 'options' 5508 parameter 'options'
5615/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'cfg' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 5509/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'cfg' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
5616/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'operation' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 5510/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'operation' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
5617/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'app_id' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 5511/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'app_id' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
5618/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'listen_cb' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 5512/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'listen_cb' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
5619/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'listen_cls' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 5513/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'listen_cls' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
5620/home/william/Git/gnunet/src/include/gnunet_set_service.h:460: warning: argument 'lh' from the argument list of GNUNET_SET_listen_cancel has multiple @param documentation sections 5514/home/william/Git/gnunet/src/include/gnunet_set_service.h:463: warning: argument 'lh' from the argument list of GNUNET_SET_listen_cancel has multiple @param documentation sections
5621/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: argument 'request' from the argument list of GNUNET_SET_accept has multiple @param documentation sections 5515/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: argument 'request' from the argument list of GNUNET_SET_accept has multiple @param documentation sections
5622/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: argument 'result_mode' from the argument list of GNUNET_SET_accept has multiple @param documentation sections 5516/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: argument 'result_mode' from the argument list of GNUNET_SET_accept has multiple @param documentation sections
5623/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: argument 'result_cb' from the argument list of GNUNET_SET_accept has multiple @param documentation sections 5517/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: argument 'result_cb' from the argument list of GNUNET_SET_accept has multiple @param documentation sections
5624/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: argument 'result_cls' from the argument list of GNUNET_SET_accept has multiple @param documentation sections 5518/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: argument 'result_cls' from the argument list of GNUNET_SET_accept has multiple @param documentation sections
5625/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: The following parameter of GNUNET_SET_accept(struct GNUNET_SET_Request *request, enum GNUNET_SET_ResultMode result_mode, struct GNUNET_SET_Option options[], GNUNET_SET_ResultIterator result_cb, void *result_cls) is not documented: 5519/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: The following parameter of GNUNET_SET_accept(struct GNUNET_SET_Request *request, enum GNUNET_SET_ResultMode result_mode, struct GNUNET_SET_Option options[], GNUNET_SET_ResultIterator result_cb, void *result_cls) is not documented:
5626 parameter 'options' 5520 parameter 'options'
5627/home/william/Git/gnunet/src/include/gnunet_set_service.h:511: warning: argument 'oh' from the argument list of GNUNET_SET_operation_cancel has multiple @param documentation sections 5521/home/william/Git/gnunet/src/include/gnunet_set_service.h:514: warning: argument 'oh' from the argument list of GNUNET_SET_operation_cancel has multiple @param documentation sections
5628/home/william/Git/gnunet/src/include/gnunet_set_service.h:528: warning: argument 'set' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections 5522/home/william/Git/gnunet/src/include/gnunet_set_service.h:531: warning: argument 'set' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections
5629/home/william/Git/gnunet/src/include/gnunet_set_service.h:528: warning: argument 'iter' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections 5523/home/william/Git/gnunet/src/include/gnunet_set_service.h:531: warning: argument 'iter' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections
5630/home/william/Git/gnunet/src/include/gnunet_set_service.h:528: warning: argument 'iter_cls' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections 5524/home/william/Git/gnunet/src/include/gnunet_set_service.h:531: warning: argument 'iter_cls' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections
5631/home/william/Git/gnunet/src/include/gnunet_set_service.h:563: warning: argument 'element' from the argument list of GNUNET_SET_element_hash has multiple @param documentation sections 5525/home/william/Git/gnunet/src/include/gnunet_set_service.h:566: warning: argument 'element' from the argument list of GNUNET_SET_element_hash has multiple @param documentation sections
5632/home/william/Git/gnunet/src/include/gnunet_set_service.h:563: warning: argument 'ret_hash' from the argument list of GNUNET_SET_element_hash has multiple @param documentation sections 5526/home/william/Git/gnunet/src/include/gnunet_set_service.h:566: warning: argument 'ret_hash' from the argument list of GNUNET_SET_element_hash has multiple @param documentation sections
5633/home/william/Git/gnunet/src/include/gnunet_seti_service.h:215: warning: argument 'cfg' from the argument list of GNUNET_SETI_create has multiple @param documentation sections 5527/home/william/Git/gnunet/src/include/gnunet_seti_service.h:218: warning: argument 'cfg' from the argument list of GNUNET_SETI_create has multiple @param documentation sections
5634/home/william/Git/gnunet/src/include/gnunet_seti_service.h:229: warning: argument 'set' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections 5528/home/william/Git/gnunet/src/include/gnunet_seti_service.h:232: warning: argument 'set' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections
5635/home/william/Git/gnunet/src/include/gnunet_seti_service.h:229: warning: argument 'element' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections 5529/home/william/Git/gnunet/src/include/gnunet_seti_service.h:232: warning: argument 'element' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections
5636/home/william/Git/gnunet/src/include/gnunet_seti_service.h:229: warning: argument 'cb' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections 5530/home/william/Git/gnunet/src/include/gnunet_seti_service.h:232: warning: argument 'cb' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections
5637/home/william/Git/gnunet/src/include/gnunet_seti_service.h:229: warning: argument 'cb_cls' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections 5531/home/william/Git/gnunet/src/include/gnunet_seti_service.h:232: warning: argument 'cb_cls' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections
5638/home/william/Git/gnunet/src/include/gnunet_seti_service.h:242: warning: argument 'set' from the argument list of GNUNET_SETI_destroy has multiple @param documentation sections 5532/home/william/Git/gnunet/src/include/gnunet_seti_service.h:245: warning: argument 'set' from the argument list of GNUNET_SETI_destroy has multiple @param documentation sections
5639/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'other_peer' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 5533/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'other_peer' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
5640/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'app_id' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 5534/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'app_id' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
5641/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'context_msg' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 5535/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'context_msg' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
5642/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'options' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 5536/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'options' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
5643/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'result_cb' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 5537/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'result_cb' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
5644/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'result_cls' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 5538/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'result_cls' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
5645/home/william/Git/gnunet/src/include/gnunet_seti_service.h:281: warning: argument 'cfg' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections 5539/home/william/Git/gnunet/src/include/gnunet_seti_service.h:284: warning: argument 'cfg' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections
5646/home/william/Git/gnunet/src/include/gnunet_seti_service.h:281: warning: argument 'app_id' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections 5540/home/william/Git/gnunet/src/include/gnunet_seti_service.h:284: warning: argument 'app_id' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections
5647/home/william/Git/gnunet/src/include/gnunet_seti_service.h:281: warning: argument 'listen_cb' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections 5541/home/william/Git/gnunet/src/include/gnunet_seti_service.h:284: warning: argument 'listen_cb' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections
5648/home/william/Git/gnunet/src/include/gnunet_seti_service.h:281: warning: argument 'listen_cls' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections 5542/home/william/Git/gnunet/src/include/gnunet_seti_service.h:284: warning: argument 'listen_cls' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections
5649/home/william/Git/gnunet/src/include/gnunet_seti_service.h:296: warning: argument 'lh' from the argument list of GNUNET_SETI_listen_cancel has multiple @param documentation sections 5543/home/william/Git/gnunet/src/include/gnunet_seti_service.h:299: warning: argument 'lh' from the argument list of GNUNET_SETI_listen_cancel has multiple @param documentation sections
5650/home/william/Git/gnunet/src/include/gnunet_seti_service.h:313: warning: argument 'request' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections 5544/home/william/Git/gnunet/src/include/gnunet_seti_service.h:316: warning: argument 'request' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections
5651/home/william/Git/gnunet/src/include/gnunet_seti_service.h:313: warning: argument 'options' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections 5545/home/william/Git/gnunet/src/include/gnunet_seti_service.h:316: warning: argument 'options' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections
5652/home/william/Git/gnunet/src/include/gnunet_seti_service.h:313: warning: argument 'result_cb' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections 5546/home/william/Git/gnunet/src/include/gnunet_seti_service.h:316: warning: argument 'result_cb' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections
5653/home/william/Git/gnunet/src/include/gnunet_seti_service.h:313: warning: argument 'result_cls' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections 5547/home/william/Git/gnunet/src/include/gnunet_seti_service.h:316: warning: argument 'result_cls' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections
5654/home/william/Git/gnunet/src/include/gnunet_seti_service.h:345: warning: argument 'oh' from the argument list of GNUNET_SETI_operation_cancel has multiple @param documentation sections 5548/home/william/Git/gnunet/src/include/gnunet_seti_service.h:348: warning: argument 'oh' from the argument list of GNUNET_SETI_operation_cancel has multiple @param documentation sections
5655/home/william/Git/gnunet/src/include/gnunet_setu_service.h:274: warning: argument 'set' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections 5549/home/william/Git/gnunet/src/include/gnunet_setu_service.h:277: warning: argument 'set' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections
5656/home/william/Git/gnunet/src/include/gnunet_setu_service.h:274: warning: argument 'element' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections 5550/home/william/Git/gnunet/src/include/gnunet_setu_service.h:277: warning: argument 'element' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections
5657/home/william/Git/gnunet/src/include/gnunet_setu_service.h:274: warning: argument 'cb' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections 5551/home/william/Git/gnunet/src/include/gnunet_setu_service.h:277: warning: argument 'cb' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections
5658/home/william/Git/gnunet/src/include/gnunet_setu_service.h:274: warning: argument 'cb_cls' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections 5552/home/william/Git/gnunet/src/include/gnunet_setu_service.h:277: warning: argument 'cb_cls' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections
5659/home/william/Git/gnunet/src/include/gnunet_setu_service.h:287: warning: argument 'set' from the argument list of GNUNET_SETU_destroy has multiple @param documentation sections 5553/home/william/Git/gnunet/src/include/gnunet_setu_service.h:290: warning: argument 'set' from the argument list of GNUNET_SETU_destroy has multiple @param documentation sections
5660/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'other_peer' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 5554/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'other_peer' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
5661/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'app_id' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 5555/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'app_id' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
5662/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'context_msg' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 5556/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'context_msg' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
5663/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'result_cb' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 5557/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'result_cb' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
5664/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'result_cls' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 5558/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'result_cls' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
5665/home/william/Git/gnunet/src/include/gnunet_setu_service.h:326: warning: argument 'cfg' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections 5559/home/william/Git/gnunet/src/include/gnunet_setu_service.h:329: warning: argument 'cfg' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections
5666/home/william/Git/gnunet/src/include/gnunet_setu_service.h:326: warning: argument 'app_id' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections 5560/home/william/Git/gnunet/src/include/gnunet_setu_service.h:329: warning: argument 'app_id' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections
5667/home/william/Git/gnunet/src/include/gnunet_setu_service.h:326: warning: argument 'listen_cb' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections 5561/home/william/Git/gnunet/src/include/gnunet_setu_service.h:329: warning: argument 'listen_cb' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections
5668/home/william/Git/gnunet/src/include/gnunet_setu_service.h:326: warning: argument 'listen_cls' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections 5562/home/william/Git/gnunet/src/include/gnunet_setu_service.h:329: warning: argument 'listen_cls' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections
5669/home/william/Git/gnunet/src/include/gnunet_setu_service.h:341: warning: argument 'lh' from the argument list of GNUNET_SETU_listen_cancel has multiple @param documentation sections 5563/home/william/Git/gnunet/src/include/gnunet_setu_service.h:344: warning: argument 'lh' from the argument list of GNUNET_SETU_listen_cancel has multiple @param documentation sections
5670/home/william/Git/gnunet/src/include/gnunet_setu_service.h:344: warning: argument 'result_mode' of command @param is not found in the argument list of GNUNET_SETU_accept(struct GNUNET_SETU_Request *request, const struct GNUNET_SETU_Option options[], GNUNET_SETU_ResultIterator result_cb, void *result_cls) 5564/home/william/Git/gnunet/src/include/gnunet_setu_service.h:347: warning: argument 'result_mode' of command @param is not found in the argument list of GNUNET_SETU_accept(struct GNUNET_SETU_Request *request, const struct GNUNET_SETU_Option options[], GNUNET_SETU_ResultIterator result_cb, void *result_cls)
5671/home/william/Git/gnunet/src/include/gnunet_setu_service.h:358: warning: argument 'request' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections 5565/home/william/Git/gnunet/src/include/gnunet_setu_service.h:361: warning: argument 'request' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections
5672/home/william/Git/gnunet/src/include/gnunet_setu_service.h:358: warning: argument 'result_cb' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections 5566/home/william/Git/gnunet/src/include/gnunet_setu_service.h:361: warning: argument 'result_cb' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections
5673/home/william/Git/gnunet/src/include/gnunet_setu_service.h:358: warning: argument 'result_cls' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections 5567/home/william/Git/gnunet/src/include/gnunet_setu_service.h:361: warning: argument 'result_cls' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections
5674/home/william/Git/gnunet/src/include/gnunet_setu_service.h:390: warning: argument 'oh' from the argument list of GNUNET_SETU_operation_cancel has multiple @param documentation sections 5568/home/william/Git/gnunet/src/include/gnunet_setu_service.h:393: warning: argument 'oh' from the argument list of GNUNET_SETU_operation_cancel has multiple @param documentation sections
5675/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:174: warning: argument 'handle' from the argument list of GNUNET_STATISTICS_get has multiple @param documentation sections 5569/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:174: warning: argument 'handle' from the argument list of GNUNET_STATISTICS_get has multiple @param documentation sections
5676/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:174: warning: argument 'subsystem' from the argument list of GNUNET_STATISTICS_get has multiple @param documentation sections 5570/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:174: warning: argument 'subsystem' from the argument list of GNUNET_STATISTICS_get has multiple @param documentation sections
5677/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:174: warning: argument 'name' from the argument list of GNUNET_STATISTICS_get has multiple @param documentation sections 5571/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:174: warning: argument 'name' from the argument list of GNUNET_STATISTICS_get has multiple @param documentation sections
@@ -5687,277 +5581,357 @@ The command that should end the block seems to be missing!
5687/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'name' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections 5581/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'name' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections
5688/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'delta' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections 5582/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'delta' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections
5689/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'make_persistent' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections 5583/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'make_persistent' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections
5690/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:384: warning: argument 'data' of command @param is not found in the argument list of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output) 5584/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:388: warning: argument 'data' of command @param is not found in the argument list of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output)
5691/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:392: warning: The following parameter of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output) is not documented: 5585/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:396: warning: The following parameter of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output) is not documented:
5692 parameter 'in' 5586 parameter 'in'
5693/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:399: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out) 5587/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:403: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out)
5694/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:407: warning: The following parameter of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out) is not documented: 5588/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:411: warning: The following parameter of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out) is not documented:
5695 parameter 'out' 5589 parameter 'out'
5696/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:442: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out) 5590/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:446: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out)
5697/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:452: warning: The following parameter of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out) is not documented: 5591/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:456: warning: The following parameter of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out) is not documented:
5698 parameter 'out' 5592 parameter 'out'
5699/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:68: warning: argument 'h' from the argument list of GNUNET_TESTBED_LOGGER_disconnect has multiple @param documentation sections 5593/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:71: warning: argument 'h' from the argument list of GNUNET_TESTBED_LOGGER_disconnect has multiple @param documentation sections
5700/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:106: warning: argument 'h' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections 5594/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:109: warning: argument 'h' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections
5701/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:106: warning: argument 'cb' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections 5595/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:109: warning: argument 'cb' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections
5702/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:106: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections 5596/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:109: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections
5703/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'id' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 5597/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'id' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
5704/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'hostname' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 5598/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'hostname' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
5705/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'username' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 5599/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'username' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
5706/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 5600/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
5707/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'port' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 5601/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'port' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
5708/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:135: warning: argument 'filename' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections 5602/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:138: warning: argument 'filename' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections
5709/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:135: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections 5603/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:138: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections
5710/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:135: warning: argument 'hosts' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections 5604/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:138: warning: argument 'hosts' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections
5711/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:476: warning: argument 'host' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections 5605/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:479: warning: argument 'host' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections
5712/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:476: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections 5606/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:479: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections
5713/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:476: warning: argument 'cc' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections 5607/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:479: warning: argument 'cc' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections
5714/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:476: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections 5608/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:479: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections
5715/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:526: warning: argument 'controller' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections 5609/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:529: warning: argument 'controller' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections
5716/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:526: warning: argument 'host' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections 5610/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:529: warning: argument 'host' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections
5717/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:526: warning: argument 'cc' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections 5611/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:529: warning: argument 'cc' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections
5718/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:526: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections 5612/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:529: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections
5719/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:542: warning: argument 'handle' from the argument list of GNUNET_TESTBED_cancel_registration has multiple @param documentation sections 5613/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:545: warning: argument 'handle' from the argument list of GNUNET_TESTBED_cancel_registration has multiple @param documentation sections
5720/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 5614/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
5721/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'master' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 5615/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'master' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
5722/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'delegated_host' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 5616/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'delegated_host' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
5723/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'slave_host' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 5617/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'slave_host' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
5724/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'is_subordinate' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 5618/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'is_subordinate' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
5725/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:613: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections 5619/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:616: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections
5726/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:613: warning: argument 'master' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections 5620/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:616: warning: argument 'master' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections
5727/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:613: warning: argument 'slave_host' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections 5621/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:616: warning: argument 'slave_host' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections
5728/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'controller' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 5622/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'controller' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
5729/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'host' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 5623/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'host' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
5730/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 5624/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
5731/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 5625/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
5732/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'cls' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 5626/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'cls' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
5733/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:693: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections 5627/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:696: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections
5734/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:693: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections 5628/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:696: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections
5735/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:693: warning: argument 'pcc' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections 5629/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:696: warning: argument 'pcc' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections
5736/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:693: warning: argument 'pcc_cls' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections 5630/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:696: warning: argument 'pcc_cls' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections
5737/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:712: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections 5631/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:715: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections
5738/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:712: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections 5632/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:715: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections
5739/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:712: warning: argument 'pcc' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections 5633/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:715: warning: argument 'pcc' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections
5740/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:712: warning: argument 'pcc_cls' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections 5634/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:715: warning: argument 'pcc_cls' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections
5741/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:780: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections 5635/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:783: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections
5742/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:780: warning: argument 'pit' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections 5636/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:783: warning: argument 'pit' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections
5743/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:780: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections 5637/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:783: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections
5744/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:780: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections 5638/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:783: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections
5745/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:796: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_update_configuration has multiple @param documentation sections 5639/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:799: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_update_configuration has multiple @param documentation sections
5746/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:796: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_peer_update_configuration has multiple @param documentation sections 5640/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:799: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_peer_update_configuration has multiple @param documentation sections
5747/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 5641/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
5748/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 5642/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
5749/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'service_name' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 5643/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'service_name' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
5750/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 5644/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
5751/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 5645/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
5752/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'start' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 5646/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'start' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
5753/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 5647/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
5754/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 5648/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
5755/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 5649/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
5756/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'topo' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 5650/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'topo' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
5757/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'ap' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 5651/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'ap' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
5758/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1060: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections 5652/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1063: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections
5759/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1060: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections 5653/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1063: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections
5760/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1060: warning: argument 'peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections 5654/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1063: warning: argument 'peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections
5761/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1060: warning: argument 'topo' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections 5655/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1063: warning: argument 'topo' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections
5762/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 5656/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
5763/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'cb' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 5657/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'cb' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
5764/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 5658/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
5765/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'p1' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 5659/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'p1' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
5766/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'p2' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 5660/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'p2' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
5767/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 5661/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
5768/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 5662/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
5769/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'peers' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 5663/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'peers' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
5770/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'max_connections' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 5664/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'max_connections' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
5771/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'comp_cb' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 5665/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'comp_cb' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
5772/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'comp_cb_cls' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 5666/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'comp_cb_cls' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
5773/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'topo' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 5667/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'topo' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
5774/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'va' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 5668/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'va' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
5775/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1183: warning: argument 'controller' from the argument list of GNUNET_TESTBED_overlay_write_topology_to_file has multiple @param documentation sections 5669/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1186: warning: argument 'controller' from the argument list of GNUNET_TESTBED_overlay_write_topology_to_file has multiple @param documentation sections
5776/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1183: warning: argument 'filename' from the argument list of GNUNET_TESTBED_overlay_write_topology_to_file has multiple @param documentation sections 5670/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1186: warning: argument 'filename' from the argument list of GNUNET_TESTBED_overlay_write_topology_to_file has multiple @param documentation sections
5777/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 5671/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
5778/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'peer' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 5672/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'peer' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
5779/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'service_name' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 5673/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'service_name' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
5780/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'cb' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 5674/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'cb' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
5781/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 5675/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
5782/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'ca' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 5676/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'ca' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
5783/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'da' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 5677/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'da' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
5784/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'cada_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 5678/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'cada_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
5785/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 5679/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
5786/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'peers' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 5680/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'peers' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
5787/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'subsystem' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 5681/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'subsystem' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
5788/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'name' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 5682/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'name' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
5789/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'proc' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 5683/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'proc' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
5790/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'cont' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 5684/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'cont' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
5791/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'cls' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 5685/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'cls' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
5792/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'host_filename' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 5686/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'host_filename' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
5793/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 5687/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
5794/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 5688/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
5795/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 5689/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
5796/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'cc' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 5690/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'cc' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
5797/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 5691/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
5798/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'test_master' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 5692/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'test_master' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
5799/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'test_master_cls' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 5693/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'test_master_cls' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
5800/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'testname' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 5694/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'testname' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
5801/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'cfg_filename' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 5695/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'cfg_filename' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
5802/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 5696/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
5803/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 5697/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
5804/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'cc' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 5698/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'cc' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
5805/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 5699/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
5806/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'test_master' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 5700/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'test_master' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
5807/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'test_master_cls' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 5701/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'test_master_cls' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
5808/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1532: warning: argument 'cb_cls' of command @param is not found in the argument list of GNUNET_TESTBED_barrier_init(struct GNUNET_TESTBED_Controller *controller, const char *name, unsigned int quorum, GNUNET_TESTBED_barrier_status_cb cb, void *cls) 5702/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1535: warning: argument 'cb_cls' of command @param is not found in the argument list of GNUNET_TESTBED_barrier_init(struct GNUNET_TESTBED_Controller *controller, const char *name, unsigned int quorum, GNUNET_TESTBED_barrier_status_cb cb, void *cls)
5809/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1547: warning: argument 'controller' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections 5703/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1550: warning: argument 'controller' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections
5810/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1547: warning: argument 'name' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections 5704/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1550: warning: argument 'name' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections
5811/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1547: warning: argument 'quorum' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections 5705/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1550: warning: argument 'quorum' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections
5812/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1547: warning: argument 'cb' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections 5706/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1550: warning: argument 'cb' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections
5813/home/william/Git/gnunet/src/testbed/testbed_api_barriers.c:163: warning: argument 'cls' of command @param is not found in the argument list of GNUNET_TESTBED_barrier_wait(const char *name, GNUNET_TESTBED_barrier_wait_cb cb, void *cb_cls) 5707/home/william/Git/gnunet/src/testbed/testbed_api_barriers.c:163: warning: argument 'cls' of command @param is not found in the argument list of GNUNET_TESTBED_barrier_wait(const char *name, GNUNET_TESTBED_barrier_wait_cb cb, void *cb_cls)
5814/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1597: warning: argument 'name' from the argument list of GNUNET_TESTBED_barrier_wait has multiple @param documentation sections 5708/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1600: warning: argument 'name' from the argument list of GNUNET_TESTBED_barrier_wait has multiple @param documentation sections
5815/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1597: warning: argument 'cb' from the argument list of GNUNET_TESTBED_barrier_wait has multiple @param documentation sections 5709/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1600: warning: argument 'cb' from the argument list of GNUNET_TESTBED_barrier_wait has multiple @param documentation sections
5816/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1609: warning: argument 'h' from the argument list of GNUNET_TESTBED_barrier_wait_cancel has multiple @param documentation sections 5710/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1612: warning: argument 'h' from the argument list of GNUNET_TESTBED_barrier_wait_cancel has multiple @param documentation sections
5817/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'testdir' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 5711/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'testdir' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
5818/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'trusted_ip' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 5712/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'trusted_ip' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
5819/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'hostname' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 5713/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'hostname' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
5820/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'shared_services' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 5714/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'shared_services' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
5821/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'lowport' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 5715/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'lowport' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
5822/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'highport' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 5716/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'highport' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
5823/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:198: warning: argument 'system' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections 5717/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:201: warning: argument 'system' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections
5824/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:198: warning: argument 'key_number' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections 5718/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:201: warning: argument 'key_number' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections
5825/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:198: warning: argument 'id' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections 5719/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:201: warning: argument 'id' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections
5826/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:210: warning: argument 'system' from the argument list of GNUNET_TESTING_reserve_port has multiple @param documentation sections 5720/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:213: warning: argument 'system' from the argument list of GNUNET_TESTING_reserve_port has multiple @param documentation sections
5827/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:221: warning: argument 'system' from the argument list of GNUNET_TESTING_release_port has multiple @param documentation sections 5721/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:224: warning: argument 'system' from the argument list of GNUNET_TESTING_release_port has multiple @param documentation sections
5828/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:221: warning: argument 'port' from the argument list of GNUNET_TESTING_release_port has multiple @param documentation sections 5722/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:224: warning: argument 'port' from the argument list of GNUNET_TESTING_release_port has multiple @param documentation sections
5829/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:243: warning: argument 'system' from the argument list of GNUNET_TESTING_configuration_create has multiple @param documentation sections 5723/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:246: warning: argument 'system' from the argument list of GNUNET_TESTING_configuration_create has multiple @param documentation sections
5830/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:243: warning: argument 'cfg' from the argument list of GNUNET_TESTING_configuration_create has multiple @param documentation sections 5724/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:246: warning: argument 'cfg' from the argument list of GNUNET_TESTING_configuration_create has multiple @param documentation sections
5831/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:302: warning: argument 'peer' from the argument list of GNUNET_TESTING_peer_stop has multiple @param documentation sections 5725/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:305: warning: argument 'peer' from the argument list of GNUNET_TESTING_peer_stop has multiple @param documentation sections
5832/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:364: warning: argument 'peer' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections 5726/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:367: warning: argument 'peer' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections
5833/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:364: warning: argument 'cb' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections 5727/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:367: warning: argument 'cb' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections
5834/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:364: warning: argument 'cb_cls' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections 5728/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:367: warning: argument 'cb_cls' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections
5835/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:413: warning: argument 'testdir' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections 5729/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:416: warning: argument 'testdir' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections
5836/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:413: warning: argument 'cfgfilename' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections 5730/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:416: warning: argument 'cfgfilename' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections
5837/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:413: warning: argument 'tm' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections 5731/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:416: warning: argument 'tm' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections
5838/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:413: warning: argument 'tm_cls' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections 5732/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:416: warning: argument 'tm_cls' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections
5839/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'testdir' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 5733/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'testdir' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
5840/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'service_name' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 5734/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'service_name' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
5841/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'cfgfilename' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 5735/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'cfgfilename' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
5842/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'tm' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 5736/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'tm' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
5843/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'tm_cls' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 5737/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'tm_cls' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
5844/home/william/Git/gnunet/src/include/gnunet_time_lib.h:235: warning: argument 't' of command @param is not found in the argument list of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts) 5738/home/william/Git/gnunet/src/include/gnunet_time_lib.h:239: warning: argument 't' of command @param is not found in the argument list of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts)
5845/home/william/Git/gnunet/src/include/gnunet_time_lib.h:245: warning: The following parameter of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts) is not documented: 5739/home/william/Git/gnunet/src/include/gnunet_time_lib.h:249: warning: The following parameter of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts) is not documented:
5846 parameter 'ts' 5740 parameter 'ts'
5847/home/william/Git/gnunet/src/include/gnunet_transport_application_service.h:55: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_application_init has multiple @param documentation sections 5741/home/william/Git/gnunet/src/include/gnunet_transport_application_service.h:58: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_application_init has multiple @param documentation sections
5848/home/william/Git/gnunet/src/include/gnunet_transport_application_service.h:65: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_application_done has multiple @param documentation sections 5742/home/william/Git/gnunet/src/include/gnunet_transport_application_service.h:68: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_application_done has multiple @param documentation sections
5849/home/william/Git/gnunet/src/include/gnunet_transport_service.h:164: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_RECV_ATS' could not be resolved 5743/home/william/Git/gnunet/src/include/gnunet_transport_service.h:167: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_RECV_ATS' could not be resolved
5850/home/william/Git/gnunet/src/include/gnunet_transport_service.h:165: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_RECV_ACK' could not be resolved 5744/home/william/Git/gnunet/src/include/gnunet_transport_service.h:168: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_RECV_ACK' could not be resolved
5851/home/william/Git/gnunet/src/include/gnunet_transport_service.h:172: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_SENT' could not be resolved 5745/home/william/Git/gnunet/src/include/gnunet_transport_service.h:175: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_SENT' could not be resolved
5852/home/william/Git/gnunet/src/include/gnunet_transport_service.h:189: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECTED_SWITCHING_SYN_SENT' could not be resolved 5746/home/william/Git/gnunet/src/include/gnunet_transport_service.h:192: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECTED_SWITCHING_SYN_SENT' could not be resolved
5853/home/william/Git/gnunet/src/transport/transport_api2_communication.c:798: warning: argument 'mtu' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *config_section, const char *addr_prefix, enum GNUNET_TRANSPORT_CommunicatorCharacteristics cc, GNUNET_TRANSPORT_CommunicatorMqInit mq_init, void *mq_init_cls, GNUNET_TRANSPORT_CommunicatorNotify notify_cb, void *notify_cb_cls) 5747/home/william/Git/gnunet/src/transport/transport_api2_communication.c:798: warning: argument 'mtu' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *config_section, const char *addr_prefix, enum GNUNET_TRANSPORT_CommunicatorCharacteristics cc, GNUNET_TRANSPORT_CommunicatorMqInit mq_init, void *mq_init_cls, GNUNET_TRANSPORT_CommunicatorNotify notify_cb, void *notify_cb_cls)
5854/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 5748/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
5855/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'config_section' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 5749/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'config_section' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
5856/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'addr_prefix' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 5750/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'addr_prefix' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
5857/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'cc' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 5751/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'cc' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
5858/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'mq_init' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 5752/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'mq_init' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
5859/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'mq_init_cls' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 5753/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'mq_init_cls' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
5860/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'notify_cb' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 5754/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'notify_cb' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
5861/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'notify_cb_cls' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 5755/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'notify_cb_cls' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
5862/home/william/Git/gnunet/src/transport/transport_api2_communication.c:876: warning: argument 'handle' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_receive(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_PeerIdentity *sender, const struct GNUNET_MessageHeader *msg, struct GNUNET_TIME_Relative expected_addr_validity, GNUNET_TRANSPORT_MessageCompletedCallback cb, void *cb_cls) 5756/home/william/Git/gnunet/src/transport/transport_api2_communication.c:876: warning: argument 'handle' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_receive(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_PeerIdentity *sender, const struct GNUNET_MessageHeader *msg, struct GNUNET_TIME_Relative expected_addr_validity, GNUNET_TRANSPORT_MessageCompletedCallback cb, void *cb_cls)
5863/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'sender' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 5757/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'sender' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
5864/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'msg' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 5758/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'msg' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
5865/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'expected_addr_validity' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 5759/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'expected_addr_validity' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
5866/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'cb' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 5760/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'cb' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
5867/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'cb_cls' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 5761/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'cb_cls' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
5868/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:249: warning: argument 'cc' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_add(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_PeerIdentity *peer, const char *address, uint32_t mtu, uint64_t q_len, uint32_t priority, enum GNUNET_NetworkType nt, enum GNUNET_TRANSPORT_ConnectionStatus cs, struct GNUNET_MQ_Handle *mq) 5762/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:252: warning: argument 'cc' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_add(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_PeerIdentity *peer, const char *address, uint32_t mtu, uint64_t q_len, uint32_t priority, enum GNUNET_NetworkType nt, enum GNUNET_TRANSPORT_ConnectionStatus cs, struct GNUNET_MQ_Handle *mq)
5869/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 5763/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
5870/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'peer' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 5764/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'peer' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
5871/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'address' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 5765/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'address' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
5872/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'mtu' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 5766/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'mtu' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
5873/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'q_len' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 5767/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'q_len' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
5874/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'priority' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 5768/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'priority' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
5875/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'nt' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 5769/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'nt' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
5876/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'cs' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 5770/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'cs' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
5877/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'mq' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 5771/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'mq' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
5878/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:279: warning: argument 'qh' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority) 5772/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:282: warning: argument 'qh' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority)
5879/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:289: warning: The following parameter of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority) is not documented: 5773/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:292: warning: The following parameter of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority) is not documented:
5880 parameter 'u_qh' 5774 parameter 'u_qh'
5881/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:367: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections 5775/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:370: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections
5882/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:367: warning: argument 'pid' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections 5776/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:370: warning: argument 'pid' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections
5883/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:367: warning: argument 'comm' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections 5777/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:370: warning: argument 'comm' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections
5884/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:367: warning: argument 'header' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections 5778/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:370: warning: argument 'header' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections
5885/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:92: warning: argument 'neb' of command @param is not found in the argument list of GNUNET_TRANSPORT_core_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_PeerIdentity *self, const struct GNUNET_MQ_MessageHandler *handlers, void *cls, GNUNET_TRANSPORT_NotifyConnect nc, GNUNET_TRANSPORT_NotifyDisconnect nd) 5779/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:95: warning: argument 'neb' of command @param is not found in the argument list of GNUNET_TRANSPORT_core_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_PeerIdentity *self, const struct GNUNET_MQ_MessageHandler *handlers, void *cls, GNUNET_TRANSPORT_NotifyConnect nc, GNUNET_TRANSPORT_NotifyDisconnect nd)
5886/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:110: warning: argument 'handlers' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 5780/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:113: warning: argument 'handlers' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
5887/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:124: warning: argument 'handle' from the argument list of GNUNET_TRANSPORT_core_disconnect has multiple @param documentation sections 5781/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:127: warning: argument 'handle' from the argument list of GNUNET_TRANSPORT_core_disconnect has multiple @param documentation sections
5888/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:142: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections 5782/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:145: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections
5889/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:142: warning: argument 'ac' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections 5783/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:145: warning: argument 'ac' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections
5890/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:142: warning: argument 'rec' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections 5784/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:145: warning: argument 'rec' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections
5891/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:142: warning: argument 'rec_cls' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections 5785/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:145: warning: argument 'rec_cls' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections
5892/home/william/Git/gnunet/src/include/gnunet_transport_manipulation_service.h:79: warning: argument 'handle' from the argument list of GNUNET_TRANSPORT_manipulation_disconnect has multiple @param documentation sections 5786/home/william/Git/gnunet/src/include/gnunet_transport_manipulation_service.h:82: warning: argument 'handle' from the argument list of GNUNET_TRANSPORT_manipulation_disconnect has multiple @param documentation sections
5893/home/william/Git/gnunet/src/transport/transport_api2_monitor.c:279: warning: argument 'pmc' of command @param is not found in the argument list of GNUNET_TRANSPORT_monitor_cancel(struct GNUNET_TRANSPORT_MonitorContext *mc) 5787/home/william/Git/gnunet/src/transport/transport_api2_monitor.c:279: warning: argument 'pmc' of command @param is not found in the argument list of GNUNET_TRANSPORT_monitor_cancel(struct GNUNET_TRANSPORT_MonitorContext *mc)
5894/home/william/Git/gnunet/src/include/gnunet_transport_service.h:90: warning: argument 'ohh' from the argument list of GNUNET_TRANSPORT_offer_hello_cancel has multiple @param documentation sections 5788/home/william/Git/gnunet/src/include/gnunet_transport_service.h:93: warning: argument 'ohh' from the argument list of GNUNET_TRANSPORT_offer_hello_cancel has multiple @param documentation sections
5895/home/william/Git/gnunet/src/include/gnunet_transport_service.h:293: warning: argument 'state' from the argument list of GNUNET_TRANSPORT_ps2s has multiple @param documentation sections 5789/home/william/Git/gnunet/src/include/gnunet_transport_service.h:296: warning: argument 'state' from the argument list of GNUNET_TRANSPORT_ps2s has multiple @param documentation sections
5896/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 5790/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
5897/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'peer' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 5791/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'peer' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
5898/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'one_shot' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 5792/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'one_shot' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
5899/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'peer_callback' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 5793/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'peer_callback' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
5900/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'peer_callback_cls' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 5794/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'peer_callback_cls' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
5901/home/william/Git/gnunet/src/transport/transport_api_monitor_plugins.c:441: warning: explicit link request to 'GNUNET_TRANSPORT_SS_FINI' could not be resolved 5795/home/william/Git/gnunet/src/transport/transport_api_monitor_plugins.c:441: warning: explicit link request to 'GNUNET_TRANSPORT_SS_FINI' could not be resolved
5902/home/william/Git/gnunet/src/include/gnunet_transport_service.h:578: warning: argument 'pm' from the argument list of GNUNET_TRANSPORT_monitor_plugins_cancel has multiple @param documentation sections 5796/home/william/Git/gnunet/src/include/gnunet_transport_service.h:581: warning: argument 'pm' from the argument list of GNUNET_TRANSPORT_monitor_plugins_cancel has multiple @param documentation sections
5903/home/william/Git/gnunet/src/transport/transport_api_core.c:844: warning: argument 'rec' of command @param is not found in the argument list of GNUNET_TRANSPORT_core_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_PeerIdentity *self, const struct GNUNET_MQ_MessageHandler *handlers, void *cls, GNUNET_TRANSPORT_NotifyConnect nc, GNUNET_TRANSPORT_NotifyDisconnect nd, GNUNET_TRANSPORT_NotifyExcessBandwidth neb) 5797/home/william/Git/gnunet/src/transport/transport_api_core.c:844: warning: argument 'rec' of command @param is not found in the argument list of GNUNET_TRANSPORT_core_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_PeerIdentity *self, const struct GNUNET_MQ_MessageHandler *handlers, void *cls, GNUNET_TRANSPORT_NotifyConnect nc, GNUNET_TRANSPORT_NotifyDisconnect nd, GNUNET_TRANSPORT_NotifyExcessBandwidth neb)
5904/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 5798/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
5905/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'self' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 5799/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'self' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
5906/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'handlers' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 5800/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'handlers' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
5907/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'cls' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 5801/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'cls' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
5908/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'nc' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 5802/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'nc' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
5909/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'nd' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 5803/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'nd' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
5910/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'neb' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 5804/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'neb' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
5911/home/william/Git/gnunet/src/include/gnunet_transport_plugin.h:129: warning: explicit link request to 'GNUNET_ATS_address_get_type()' could not be resolved 5805/home/william/Git/gnunet/src/include/gnunet_transport_plugin.h:132: warning: explicit link request to 'GNUNET_ATS_address_get_type()' could not be resolved
5912/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'ip' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 5806/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'ip' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
5913/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'protocol' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 5807/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'protocol' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
5914/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'payload_length' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 5808/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'payload_length' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
5915/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'src' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 5809/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'src' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
5916/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'dst' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 5810/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'dst' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
5917/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:789: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections 5811/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:792: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections
5918/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:789: warning: argument 'tcp' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections 5812/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:792: warning: argument 'tcp' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections
5919/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:789: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections 5813/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:792: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections
5920/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:789: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections 5814/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:792: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections
5921/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:803: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections 5815/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:806: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections
5922/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:803: warning: argument 'tcp' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections 5816/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:806: warning: argument 'tcp' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections
5923/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:803: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections 5817/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:806: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections
5924/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:803: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections 5818/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:806: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections
5925/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:817: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections 5819/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:820: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections
5926/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:817: warning: argument 'udp' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections 5820/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:820: warning: argument 'udp' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections
5927/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:817: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections 5821/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:820: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections
5928/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:817: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections 5822/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:820: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections
5929/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:832: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections 5823/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:835: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections
5930/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:832: warning: argument 'udp' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections 5824/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:835: warning: argument 'udp' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections
5931/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:832: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections 5825/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:835: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections
5932/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:832: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections 5826/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:835: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections
5933/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:846: warning: argument 'icmp' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections 5827/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:849: warning: argument 'icmp' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections
5934/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:846: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections 5828/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:849: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections
5935/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:846: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections 5829/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:849: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections
5936/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:860: warning: argument 'ip' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections 5830/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:863: warning: argument 'ip' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections
5937/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:860: warning: argument 'port' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections 5831/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:863: warning: argument 'port' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections
5938/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:860: warning: argument 'rxstr' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections 5832/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:863: warning: argument 'rxstr' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections
5939/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:874: warning: argument 'ipv6' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections 5833/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:877: warning: argument 'ipv6' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections
5940/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:874: warning: argument 'port' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections 5834/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:877: warning: argument 'port' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections
5941/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:874: warning: argument 'rxstr' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections 5835/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:877: warning: argument 'rxstr' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections
5942/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:889: warning: argument 'policy' from the argument list of GNUNET_TUN_ipv6policy2regex has multiple @param documentation sections 5836/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:892: warning: argument 'policy' from the argument list of GNUNET_TUN_ipv6policy2regex has multiple @param documentation sections
5943/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:902: warning: argument 'policy' from the argument list of GNUNET_TUN_ipv4policy2regex has multiple @param documentation sections 5837/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:905: warning: argument 'policy' from the argument list of GNUNET_TUN_ipv4policy2regex has multiple @param documentation sections
5944/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:914: warning: argument 'service_name' from the argument list of GNUNET_TUN_service_name_to_hash has multiple @param documentation sections 5838/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:917: warning: argument 'service_name' from the argument list of GNUNET_TUN_service_name_to_hash has multiple @param documentation sections
5945/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:914: warning: argument 'hc' from the argument list of GNUNET_TUN_service_name_to_hash has multiple @param documentation sections 5839/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:917: warning: argument 'hc' from the argument list of GNUNET_TUN_service_name_to_hash has multiple @param documentation sections
5946/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'vh' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 5840/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'vh' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
5947/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'result_af' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 5841/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'result_af' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
5948/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'protocol' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 5842/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'protocol' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
5949/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'peer' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 5843/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'peer' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
5950/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'serv' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 5844/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'serv' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
5951/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'expiration_time' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 5845/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'expiration_time' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
5952/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'cb' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 5846/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'cb' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
5953/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'cb_cls' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 5847/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'cb_cls' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
5954/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'vh' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 5848/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'vh' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
5955/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'result_af' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 5849/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'result_af' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
5956/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'addr_af' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 5850/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'addr_af' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
5957/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'addr' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 5851/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'addr' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
5958/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'expiration_time' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 5852/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'expiration_time' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
5959/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'cb' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 5853/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'cb' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
5960/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'cb_cls' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 5854/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'cb_cls' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
5855/home/william/Git/gnunet/src/include/gnunet_buffer_lib.h:113: warning: argument 'buf' from the argument list of GNUNET_buffer_write_str has multiple @param documentation sections
5856/home/william/Git/gnunet/src/include/gnunet_buffer_lib.h:113: warning: argument 'str' from the argument list of GNUNET_buffer_write_str has multiple @param documentation sections
5857/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:55: warning: argument 'cp' of command @param is not found in the argument list of GNUNET_wait_child(struct GNUNET_OS_Process *proc, GNUNET_ChildCompletedCallback cb, void *cb_cls)
5858/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:66: warning: argument 'proc' from the argument list of GNUNET_wait_child has multiple @param documentation sections
5859/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:66: warning: argument 'cb_cls' from the argument list of GNUNET_wait_child has multiple @param documentation sections
5860/home/william/Git/gnunet/src/include/gnunet_common.h:1173: warning: argument 'd' from the argument list of GNUNET_hton_double has multiple @param documentation sections
5861/home/william/Git/gnunet/src/include/gnunet_common.h:1185: warning: argument 'd' from the argument list of GNUNET_ntoh_double has multiple @param documentation sections
5862/home/william/Git/gnunet/src/include/gnunet_common.h:1578: warning: argument 'size' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections
5863/home/william/Git/gnunet/src/include/gnunet_common.h:1578: warning: argument 'filename' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections
5864/home/william/Git/gnunet/src/include/gnunet_common.h:1578: warning: argument 'linenumber' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections
5865/home/william/Git/gnunet/src/include/gnunet_common.h:1639: warning: argument 'buf' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
5866/home/william/Git/gnunet/src/include/gnunet_common.h:1639: warning: argument 'size' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
5867/home/william/Git/gnunet/src/include/gnunet_common.h:1639: warning: argument 'filename' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
5868/home/william/Git/gnunet/src/include/gnunet_common.h:1639: warning: argument 'linenumber' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
5869/home/william/Git/gnunet/src/include/gnunet_common.h:1658: warning: argument 'size' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections
5870/home/william/Git/gnunet/src/include/gnunet_common.h:1658: warning: argument 'filename' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections
5871/home/william/Git/gnunet/src/include/gnunet_common.h:1658: warning: argument 'linenumber' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections
5872/home/william/Git/gnunet/src/include/gnunet_common.h:1679: warning: argument 'ptr' from the argument list of GNUNET_xfree_ has multiple @param documentation sections
5873/home/william/Git/gnunet/src/include/gnunet_common.h:1679: warning: argument 'filename' from the argument list of GNUNET_xfree_ has multiple @param documentation sections
5874/home/william/Git/gnunet/src/include/gnunet_common.h:1679: warning: argument 'linenumber' from the argument list of GNUNET_xfree_ has multiple @param documentation sections
5875/home/william/Git/gnunet/src/include/gnunet_common.h:1690: warning: argument 'str' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections
5876/home/william/Git/gnunet/src/include/gnunet_common.h:1690: warning: argument 'filename' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections
5877/home/william/Git/gnunet/src/include/gnunet_common.h:1690: warning: argument 'linenumber' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections
5878/home/william/Git/gnunet/src/include/gnunet_common.h:1702: warning: argument 'str' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
5879/home/william/Git/gnunet/src/include/gnunet_common.h:1702: warning: argument 'len' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
5880/home/william/Git/gnunet/src/include/gnunet_common.h:1702: warning: argument 'filename' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
5881/home/william/Git/gnunet/src/include/gnunet_common.h:1702: warning: argument 'linenumber' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
5882/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'old' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
5883/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'elementSize' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
5884/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'oldCount' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
5885/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'newCount' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
5886/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'filename' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
5887/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'linenumber' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
5888/home/william/Git/gnunet/src/include/gnunet_common.h:1744: warning: argument 'out' of command @param is not found in the argument list of GNUNET_async_scope_enter(const struct GNUNET_AsyncScopeId *aid, struct GNUNET_AsyncScopeSave *old_scope)
5889/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2110: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_iterator_create has multiple @param documentation sections
5890/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2141: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap32_iterator_destroy has multiple @param documentation sections
5891/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:608: warning: argument 'sum' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections
5892/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:608: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections
5893/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:608: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections
5894/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:618: warning: argument 'sum' from the argument list of GNUNET_CRYPTO_crc16_finish has multiple @param documentation sections
5895/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
5896/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'skey' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
5897/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'salt' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
5898/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'salt_len' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
5899/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'argp' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
5900/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:897: warning: argument 'salt' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
5901/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:897: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
5902/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:897: warning: argument 'buf_len' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
5903/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:897: warning: argument 'result' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
5904/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1424: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub)
5905/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1403: warning: The following parameter of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub) is not documented:
5906 parameter 'pub'
5907/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1683: warning: argument 'dlc' of command @param is not found in the argument list of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input)
5908/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1691: warning: The following parameter of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input) is not documented:
5909 parameter 'edc'
5910/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2221: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig)
5911/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2213: warning: The following parameter of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig) is not documented:
5912 parameter 'purpose'
5913/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2285: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig)
5914/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2276: warning: The following parameter of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig) is not documented:
5915 parameter 'purpose'
5916/home/william/Git/gnunet/src/util/crypto_paillier.c:331: warning: Found unknown command '\private_key'
5917/home/william/Git/gnunet/src/util/crypto_paillier.c:336: warning: Found unknown command '\private_key'
5918/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2423: warning: argument 'private_key' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
5919/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2423: warning: argument 'public_key' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
5920/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2423: warning: argument 'ciphertext' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
5921/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2423: warning: argument 'm' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
5922/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2444: warning: argument 'public_key' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
5923/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2444: warning: argument 'c1' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
5924/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2444: warning: argument 'c2' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
5925/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2444: warning: argument 'result' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
5926/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2673: warning: argument 'bkey' of command @param is not found in the argument list of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size)
5927/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2684: warning: The following parameter of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size) is not documented:
5928 parameter 'bks'
5929/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2763: warning: explicit link request to 'GNUNET_CRYPTO_rsa_sign()' could not be resolved
5930/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'h' from the argument list of GNUNET_OP_get has multiple @param documentation sections
5931/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'op_id' from the argument list of GNUNET_OP_get has multiple @param documentation sections
5932/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'result_cb' from the argument list of GNUNET_OP_get has multiple @param documentation sections
5933/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'cls' from the argument list of GNUNET_OP_get has multiple @param documentation sections
5934/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'ctx' from the argument list of GNUNET_OP_get has multiple @param documentation sections
5961/home/william/Git/gnunet/src/hello/hello-uri.c:102: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_HELLO' could not be resolved 5935/home/william/Git/gnunet/src/hello/hello-uri.c:102: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_HELLO' could not be resolved
5962/home/william/Git/gnunet/src/hello/hello-uri.c:102: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_HELLO' could not be resolved 5936/home/william/Git/gnunet/src/hello/hello-uri.c:102: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_HELLO' could not be resolved
5963/home/william/Git/gnunet/src/cadet/gnunet-service-cadet_connection.h:192: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_CADET_CONNECTION_INITIATOR' could not be resolved 5937/home/william/Git/gnunet/src/cadet/gnunet-service-cadet_connection.h:192: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_CADET_CONNECTION_INITIATOR' could not be resolved
@@ -5994,10 +5968,10 @@ The command that should end the block seems to be missing!
5994/home/william/Git/gnunet/src/cadet/cadet.h:302: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEER' could not be resolved 5968/home/william/Git/gnunet/src/cadet/cadet.h:302: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEER' could not be resolved
5995/home/william/Git/gnunet/src/cadet/cadet.h:460: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNEL' could not be resolved 5969/home/william/Git/gnunet/src/cadet/cadet.h:460: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNEL' could not be resolved
5996/home/william/Git/gnunet/src/cadet/cadet.h:460: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNEL' could not be resolved 5970/home/william/Git/gnunet/src/cadet/cadet.h:460: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNEL' could not be resolved
5997/home/william/Git/gnunet/src/include/gnunet_dht_service.h:123: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved 5971/home/william/Git/gnunet/src/include/gnunet_dht_service.h:128: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved
5998/home/william/Git/gnunet/src/include/gnunet_dht_service.h:123: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved 5972/home/william/Git/gnunet/src/include/gnunet_dht_service.h:128: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved
5999/home/william/Git/gnunet/src/include/gnunet_dht_service.h:172: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved 5973/home/william/Git/gnunet/src/include/gnunet_dht_service.h:177: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved
6000/home/william/Git/gnunet/src/include/gnunet_dht_service.h:172: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved 5974/home/william/Git/gnunet/src/include/gnunet_dht_service.h:177: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved
6001/home/william/Git/gnunet/src/include/gnunet_dhtu_plugin.h:120: warning: Found unknown command '\para' 5975/home/william/Git/gnunet/src/include/gnunet_dhtu_plugin.h:120: warning: Found unknown command '\para'
6002/home/william/Git/gnunet/src/exit/exit.h:96: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_VPN_TCP_DATA' could not be resolved 5976/home/william/Git/gnunet/src/exit/exit.h:96: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_VPN_TCP_DATA' could not be resolved
6003/home/william/Git/gnunet/src/exit/exit.h:96: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_VPN_TCP_DATA' could not be resolved 5977/home/william/Git/gnunet/src/exit/exit.h:96: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_VPN_TCP_DATA' could not be resolved
@@ -6098,8 +6072,8 @@ The command that should end the block seems to be missing!
6098/home/william/Git/gnunet/src/cadet/cadet.h:301: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNEL' could not be resolved 6072/home/william/Git/gnunet/src/cadet/cadet.h:301: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNEL' could not be resolved
6099/home/william/Git/gnunet/src/cadet/cadet.h:302: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEER' could not be resolved 6073/home/william/Git/gnunet/src/cadet/cadet.h:302: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEER' could not be resolved
6100/home/william/Git/gnunet/src/cadet/cadet.h:460: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNEL' could not be resolved 6074/home/william/Git/gnunet/src/cadet/cadet.h:460: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNEL' could not be resolved
6101/home/william/Git/gnunet/src/include/gnunet_dht_service.h:123: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved 6075/home/william/Git/gnunet/src/include/gnunet_dht_service.h:128: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved
6102/home/william/Git/gnunet/src/include/gnunet_dht_service.h:172: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved 6076/home/william/Git/gnunet/src/include/gnunet_dht_service.h:177: warning: explicit link request to 'GNUNET_SIGNATURE_PURPOSE_DHT_HOP' could not be resolved
6103/home/william/Git/gnunet/src/include/gnunet_dhtu_plugin.h:120: warning: Found unknown command '\para' 6077/home/william/Git/gnunet/src/include/gnunet_dhtu_plugin.h:120: warning: Found unknown command '\para'
6104/home/william/Git/gnunet/src/exit/exit.h:96: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_VPN_TCP_DATA' could not be resolved 6078/home/william/Git/gnunet/src/exit/exit.h:96: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_VPN_TCP_DATA' could not be resolved
6105/home/william/Git/gnunet/src/nat-auto/nat-auto.h:72: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_NAT_REQUEST_AUTO_CFG' could not be resolved 6079/home/william/Git/gnunet/src/nat-auto/nat-auto.h:72: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_NAT_REQUEST_AUTO_CFG' could not be resolved
@@ -6248,8 +6222,8 @@ The command that should end the block seems to be missing!
6248/home/william/Git/gnunet/src/block/bg_bf.c:174: warning: The following parameter of GNUNET_BLOCK_GROUP_bf_create(void *cls, size_t bf_size, unsigned int bf_k, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size) is not documented: 6222/home/william/Git/gnunet/src/block/bg_bf.c:174: warning: The following parameter of GNUNET_BLOCK_GROUP_bf_create(void *cls, size_t bf_size, unsigned int bf_k, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size) is not documented:
6249 parameter 'cls' 6223 parameter 'cls'
6250/home/william/Git/gnunet/src/block/bg_bf.c:210: warning: Found unknown command '\bg' 6224/home/william/Git/gnunet/src/block/bg_bf.c:210: warning: Found unknown command '\bg'
6251/home/william/Git/gnunet/src/include/gnunet_block_lib.h:274: warning: Found unknown command '\bg2' 6225/home/william/Git/gnunet/src/include/gnunet_block_lib.h:277: warning: Found unknown command '\bg2'
6252/home/william/Git/gnunet/src/include/gnunet_block_lib.h:256: warning: argument 'bf_mutator' of command @param is not found in the argument list of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count) 6226/home/william/Git/gnunet/src/include/gnunet_block_lib.h:259: warning: argument 'bf_mutator' of command @param is not found in the argument list of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count)
6253/home/william/Git/gnunet/src/block/block.c:228: warning: The following parameter of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count) is not documented: 6227/home/william/Git/gnunet/src/block/block.c:228: warning: The following parameter of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count) is not documented:
6254 parameter 'bg' 6228 parameter 'bg'
6255/home/william/Git/gnunet/src/block/plugin_block_template.c:48: warning: argument 'ctx' of command @param is not found in the argument list of block_plugin_template_create_group(void *cls, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size, va_list va) 6229/home/william/Git/gnunet/src/block/plugin_block_template.c:48: warning: argument 'ctx' of command @param is not found in the argument list of block_plugin_template_create_group(void *cls, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size, va_list va)
@@ -6273,7 +6247,7 @@ The command that should end the block seems to be missing!
6273/home/william/Git/gnunet/src/cadet/cadet_api.c:621: warning: argument 'h' of command @param is not found in the argument list of handle_local_ack(void *cls, const struct GNUNET_CADET_LocalAck *message) 6247/home/william/Git/gnunet/src/cadet/cadet_api.c:621: warning: argument 'h' of command @param is not found in the argument list of handle_local_ack(void *cls, const struct GNUNET_CADET_LocalAck *message)
6274/home/william/Git/gnunet/src/cadet/cadet_api.c:627: warning: The following parameter of handle_local_ack(void *cls, const struct GNUNET_CADET_LocalAck *message) is not documented: 6248/home/william/Git/gnunet/src/cadet/cadet_api.c:627: warning: The following parameter of handle_local_ack(void *cls, const struct GNUNET_CADET_LocalAck *message) is not documented:
6275 parameter 'cls' 6249 parameter 'cls'
6276/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:258: warning: argument 'ch' of command @param is not found in the argument list of GNUNET_CADET_receive_done(struct GNUNET_CADET_Channel *channel) 6250/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:261: warning: argument 'ch' of command @param is not found in the argument list of GNUNET_CADET_receive_done(struct GNUNET_CADET_Channel *channel)
6277/home/william/Git/gnunet/src/cadet/cadet_api.c:888: warning: The following parameter of GNUNET_CADET_receive_done(struct GNUNET_CADET_Channel *channel) is not documented: 6251/home/william/Git/gnunet/src/cadet/cadet_api.c:888: warning: The following parameter of GNUNET_CADET_receive_done(struct GNUNET_CADET_Channel *channel) is not documented:
6278 parameter 'channel' 6252 parameter 'channel'
6279/home/william/Git/gnunet/src/cadet/cadet_api_drop_message.c:30: warning: End of list marker found without any preceding list items 6253/home/william/Git/gnunet/src/cadet/cadet_api_drop_message.c:30: warning: End of list marker found without any preceding list items
@@ -6448,7 +6422,7 @@ The command that should end the block seems to be missing!
6448/home/william/Git/gnunet/src/cadet/gnunet-service-cadet_tunnels.h:271: warning: argument 't' from the argument list of GCT_count_any_connections has multiple @param documentation sections 6422/home/william/Git/gnunet/src/cadet/gnunet-service-cadet_tunnels.h:271: warning: argument 't' from the argument list of GCT_count_any_connections has multiple @param documentation sections
6449/home/william/Git/gnunet/src/cadet/gnunet-service-cadet_tunnels.h:350: warning: argument 'ct' from the argument list of GCT_handle_kx has multiple @param documentation sections 6423/home/william/Git/gnunet/src/cadet/gnunet-service-cadet_tunnels.h:350: warning: argument 'ct' from the argument list of GCT_handle_kx has multiple @param documentation sections
6450/home/william/Git/gnunet/src/cadet/gnunet-service-cadet_tunnels.h:350: warning: argument 'msg' from the argument list of GCT_handle_kx has multiple @param documentation sections 6424/home/william/Git/gnunet/src/cadet/gnunet-service-cadet_tunnels.h:350: warning: argument 'msg' from the argument list of GCT_handle_kx has multiple @param documentation sections
6451/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:149: warning: argument 'deadline' of command @param is not found in the argument list of GNUNET_CONSENSUS_conclude(struct GNUNET_CONSENSUS_Handle *consensus, GNUNET_CONSENSUS_ConcludeCallback conclude, void *conclude_cls) 6425/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:152: warning: argument 'deadline' of command @param is not found in the argument list of GNUNET_CONSENSUS_conclude(struct GNUNET_CONSENSUS_Handle *consensus, GNUNET_CONSENSUS_ConcludeCallback conclude, void *conclude_cls)
6452/home/william/Git/gnunet/src/consensus/plugin_block_consensus.c:53: warning: argument 'ctx' of command @param is not found in the argument list of block_plugin_consensus_check_query(void *cls, enum GNUNET_BLOCK_Type type, const struct GNUNET_HashCode *query, const void *xquery, size_t xquery_size) 6426/home/william/Git/gnunet/src/consensus/plugin_block_consensus.c:53: warning: argument 'ctx' of command @param is not found in the argument list of block_plugin_consensus_check_query(void *cls, enum GNUNET_BLOCK_Type type, const struct GNUNET_HashCode *query, const void *xquery, size_t xquery_size)
6453/home/william/Git/gnunet/src/conversation/conversation_api.c:301: warning: argument 'msg' of command @param is not found in the argument list of handle_phone_hangup(void *cls, const struct ClientPhoneHangupMessage *hang) 6427/home/william/Git/gnunet/src/conversation/conversation_api.c:301: warning: argument 'msg' of command @param is not found in the argument list of handle_phone_hangup(void *cls, const struct ClientPhoneHangupMessage *hang)
6454/home/william/Git/gnunet/src/conversation/conversation_api.c:306: warning: The following parameter of handle_phone_hangup(void *cls, const struct ClientPhoneHangupMessage *hang) is not documented: 6428/home/william/Git/gnunet/src/conversation/conversation_api.c:306: warning: The following parameter of handle_phone_hangup(void *cls, const struct ClientPhoneHangupMessage *hang) is not documented:
@@ -6508,7 +6482,7 @@ The command that should end the block seems to be missing!
6508/home/william/Git/gnunet/src/curl/curl_reschedule.c:69: warning: The following parameters of GNUNET_CURL_gnunet_rc_create_with_parser(struct GNUNET_CURL_Context *ctx, GNUNET_CURL_RawParser rp, GNUNET_CURL_ResponseCleaner rc) are not documented: 6482/home/william/Git/gnunet/src/curl/curl_reschedule.c:69: warning: The following parameters of GNUNET_CURL_gnunet_rc_create_with_parser(struct GNUNET_CURL_Context *ctx, GNUNET_CURL_RawParser rp, GNUNET_CURL_ResponseCleaner rc) are not documented:
6509 parameter 'rp' 6483 parameter 'rp'
6510 parameter 'rc' 6484 parameter 'rc'
6511/home/william/Git/gnunet/src/include/gnunet_datacache_lib.h:106: warning: argument 'how' of command @param is not found in the argument list of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info) 6485/home/william/Git/gnunet/src/include/gnunet_datacache_lib.h:109: warning: argument 'how' of command @param is not found in the argument list of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info)
6512/home/william/Git/gnunet/src/datacache/datacache.c:235: warning: The following parameter of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info) is not documented: 6486/home/william/Git/gnunet/src/datacache/datacache.c:235: warning: The following parameter of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info) is not documented:
6513 parameter 'xor_distance' 6487 parameter 'xor_distance'
6514/home/william/Git/gnunet/src/datacache/plugin_datacache_postgres.c:219: warning: argument 'num_result' of command @param is not found in the argument list of handle_results(void *cls, PGresult *result, unsigned int num_results) 6488/home/william/Git/gnunet/src/datacache/plugin_datacache_postgres.c:219: warning: argument 'num_result' of command @param is not found in the argument list of handle_results(void *cls, PGresult *result, unsigned int num_results)
@@ -6562,7 +6536,7 @@ The command that should end the block seems to be missing!
6562 parameter 'estimate' 6536 parameter 'estimate'
6563/home/william/Git/gnunet/src/datastore/plugin_datastore_template.c:51: warning: The following parameter of template_plugin_estimate_size(void *cls, unsigned long long *estimate) is not documented: 6537/home/william/Git/gnunet/src/datastore/plugin_datastore_template.c:51: warning: The following parameter of template_plugin_estimate_size(void *cls, unsigned long long *estimate) is not documented:
6564 parameter 'estimate' 6538 parameter 'estimate'
6565/home/william/Git/gnunet/src/include/gnunet_dht_service.h:292: warning: explicit link request to 'GNUNET_BLOCK_evaluate' could not be resolved 6539/home/william/Git/gnunet/src/include/gnunet_dht_service.h:297: warning: explicit link request to 'GNUNET_BLOCK_evaluate' could not be resolved
6566/home/william/Git/gnunet/src/dht/gnunet-dht-put.c:59: warning: explicit link request to 'GNUNET_DHT_DEMULTIPLEX_EVERYWHERE' could not be resolved 6540/home/william/Git/gnunet/src/dht/gnunet-dht-put.c:59: warning: explicit link request to 'GNUNET_DHT_DEMULTIPLEX_EVERYWHERE' could not be resolved
6567/home/william/Git/gnunet/src/dht/gnunet-service-dht.h:171: warning: argument 'options' from the argument list of GDS_CLIENTS_process_get has multiple @param documentation sections 6541/home/william/Git/gnunet/src/dht/gnunet-service-dht.h:171: warning: argument 'options' from the argument list of GDS_CLIENTS_process_get has multiple @param documentation sections
6568/home/william/Git/gnunet/src/dht/gnunet-service-dht.h:171: warning: argument 'type' from the argument list of GDS_CLIENTS_process_get has multiple @param documentation sections 6542/home/william/Git/gnunet/src/dht/gnunet-service-dht.h:171: warning: argument 'type' from the argument list of GDS_CLIENTS_process_get has multiple @param documentation sections
@@ -6915,7 +6889,7 @@ The command that should end the block seems to be missing!
6915/home/william/Git/gnunet/src/gnsrecord/gnsrecord_crypto.c:156: warning: The following parameters of GNR_derive_block_xsalsa_key(unsigned char *nonce, unsigned char *key, const char *label, uint64_t exp, const struct GNUNET_CRYPTO_EddsaPublicKey *pub) are not documented: 6889/home/william/Git/gnunet/src/gnsrecord/gnsrecord_crypto.c:156: warning: The following parameters of GNR_derive_block_xsalsa_key(unsigned char *nonce, unsigned char *key, const char *label, uint64_t exp, const struct GNUNET_CRYPTO_EddsaPublicKey *pub) are not documented:
6916 parameter 'key' 6890 parameter 'key'
6917 parameter 'exp' 6891 parameter 'exp'
6918/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:525: warning: argument 'result' of command @param is not found in the argument list of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block) 6892/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:528: warning: argument 'result' of command @param is not found in the argument list of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block)
6919/home/william/Git/gnunet/src/gnsrecord/gnsrecord_crypto.c:430: warning: The following parameter of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block) is not documented: 6893/home/william/Git/gnunet/src/gnsrecord/gnsrecord_crypto.c:430: warning: The following parameter of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block) is not documented:
6920 parameter 'block' 6894 parameter 'block'
6921/home/william/Git/gnunet/src/gnsrecord/gnsrecord_crypto.h:59: warning: argument 'iv' of command @param is not found in the argument list of GNR_derive_block_aes_key(unsigned char *ctr, unsigned char *key, const char *label, uint64_t exp, const struct GNUNET_CRYPTO_EcdsaPublicKey *pub) 6895/home/william/Git/gnunet/src/gnsrecord/gnsrecord_crypto.h:59: warning: argument 'iv' of command @param is not found in the argument list of GNR_derive_block_aes_key(unsigned char *ctr, unsigned char *key, const char *label, uint64_t exp, const struct GNUNET_CRYPTO_EcdsaPublicKey *pub)
@@ -6928,11 +6902,11 @@ The command that should end the block seems to be missing!
6928/home/william/Git/gnunet/src/gnsrecord/gnsrecord_crypto.h:82: warning: The following parameters of GNR_derive_block_xsalsa_key(unsigned char *nonce, unsigned char *key, const char *label, uint64_t exp, const struct GNUNET_CRYPTO_EddsaPublicKey *pub) are not documented: 6902/home/william/Git/gnunet/src/gnsrecord/gnsrecord_crypto.h:82: warning: The following parameters of GNR_derive_block_xsalsa_key(unsigned char *nonce, unsigned char *key, const char *label, uint64_t exp, const struct GNUNET_CRYPTO_EddsaPublicKey *pub) are not documented:
6929 parameter 'key' 6903 parameter 'key'
6930 parameter 'exp' 6904 parameter 'exp'
6931/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:658: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved 6905/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:661: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved
6932/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:711: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg) 6906/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:714: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg)
6933/home/william/Git/gnunet/src/gnsrecord/gnsrecord_misc.c:338: warning: The following parameter of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg) is not documented: 6907/home/william/Git/gnunet/src/gnsrecord/gnsrecord_misc.c:338: warning: The following parameter of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg) is not documented:
6934 parameter 'rd_count_public' 6908 parameter 'rd_count_public'
6935/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:742: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg) 6909/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:745: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg)
6936/home/william/Git/gnunet/src/gnsrecord/gnsrecord_misc.c:338: warning: The following parameter of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg) is not documented: 6910/home/william/Git/gnunet/src/gnsrecord/gnsrecord_misc.c:338: warning: The following parameter of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg) is not documented:
6937 parameter 'rd_count_public' 6911 parameter 'rd_count_public'
6938/home/william/Git/gnunet/src/gnsrecord/gnunet-gnsrecord-tvg.c:120: warning: argument 'cls' of command @param is not found in the argument list of run_pkey(struct GNUNET_GNSRECORD_Data *rd, int rd_count, const char *label) 6912/home/william/Git/gnunet/src/gnsrecord/gnunet-gnsrecord-tvg.c:120: warning: argument 'cls' of command @param is not found in the argument list of run_pkey(struct GNUNET_GNSRECORD_Data *rd, int rd_count, const char *label)
@@ -7020,10 +6994,10 @@ The command that should end the block seems to be missing!
7020/home/william/Git/gnunet/src/identity/gnunet-service-identity.c:1145: warning: argument 'server' of command @param is not found in the argument list of run(void *cls, const struct GNUNET_CONFIGURATION_Handle *c, struct GNUNET_SERVICE_Handle *service) 6994/home/william/Git/gnunet/src/identity/gnunet-service-identity.c:1145: warning: argument 'server' of command @param is not found in the argument list of run(void *cls, const struct GNUNET_CONFIGURATION_Handle *c, struct GNUNET_SERVICE_Handle *service)
7021/home/william/Git/gnunet/src/identity/gnunet-service-identity.c:1151: warning: The following parameter of run(void *cls, const struct GNUNET_CONFIGURATION_Handle *c, struct GNUNET_SERVICE_Handle *service) is not documented: 6995/home/william/Git/gnunet/src/identity/gnunet-service-identity.c:1151: warning: The following parameter of run(void *cls, const struct GNUNET_CONFIGURATION_Handle *c, struct GNUNET_SERVICE_Handle *service) is not documented:
7022 parameter 'service' 6996 parameter 'service'
7023/home/william/Git/gnunet/src/include/gnunet_identity_service.h:462: warning: argument 'sig' of command @param is not found in the argument list of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type) 6997/home/william/Git/gnunet/src/include/gnunet_identity_service.h:465: warning: argument 'sig' of command @param is not found in the argument list of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type)
7024/home/william/Git/gnunet/src/identity/identity_api.c:1066: warning: The following parameter of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type) is not documented: 6998/home/william/Git/gnunet/src/identity/identity_api.c:1066: warning: The following parameter of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type) is not documented:
7025 parameter 'type' 6999 parameter 'type'
7026/home/william/Git/gnunet/src/include/gnunet_identity_service.h:829: warning: argument 'name' of command @param is not found in the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *suffix, GNUNET_IDENTITY_EgoSuffixCallback cb, void *cb_cls) 7000/home/william/Git/gnunet/src/include/gnunet_identity_service.h:832: warning: argument 'name' of command @param is not found in the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *suffix, GNUNET_IDENTITY_EgoSuffixCallback cb, void *cb_cls)
7027/home/william/Git/gnunet/src/identity/identity_api_suffix_lookup.c:168: warning: The following parameter of GNUNET_IDENTITY_ego_lookup_by_suffix(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *suffix, GNUNET_IDENTITY_EgoSuffixCallback cb, void *cb_cls) is not documented: 7001/home/william/Git/gnunet/src/identity/identity_api_suffix_lookup.c:168: warning: The following parameter of GNUNET_IDENTITY_ego_lookup_by_suffix(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *suffix, GNUNET_IDENTITY_EgoSuffixCallback cb, void *cb_cls) is not documented:
7028 parameter 'suffix' 7002 parameter 'suffix'
7029/home/william/Git/gnunet/src/identity/plugin_rest_identity.c:274: warning: argument 'handle' of command @param is not found in the argument list of cleanup_handle(void *cls) 7003/home/william/Git/gnunet/src/identity/plugin_rest_identity.c:274: warning: argument 'handle' of command @param is not found in the argument list of cleanup_handle(void *cls)
@@ -7107,426 +7081,426 @@ The command that should end the block seems to be missing!
7107/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'ph' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections 7081/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'ph' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections
7108/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'peer' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections 7082/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'peer' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections
7109/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'scope' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections 7083/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'scope' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections
7110/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:171: warning: argument 'bps' from the argument list of GNUNET_BANDWIDTH_value_get_delay_for has multiple @param documentation sections 7084/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:175: warning: argument 'bps' from the argument list of GNUNET_BANDWIDTH_value_get_delay_for has multiple @param documentation sections
7111/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:171: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_value_get_delay_for has multiple @param documentation sections 7085/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:175: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_value_get_delay_for has multiple @param documentation sections
7112/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 7086/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
7113/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'update_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 7087/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'update_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
7114/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'update_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 7088/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'update_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
7115/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'bytes_per_second_limit' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 7089/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'bytes_per_second_limit' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
7116/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'max_carry_s' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 7090/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'max_carry_s' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
7117/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 7091/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
7118/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'update_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 7092/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'update_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
7119/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'update_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 7093/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'update_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
7120/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'bytes_per_second_limit' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 7094/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'bytes_per_second_limit' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
7121/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'max_carry_s' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 7095/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'max_carry_s' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
7122/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'excess_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 7096/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'excess_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
7123/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'excess_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 7097/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'excess_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
7124/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:301: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_consume has multiple @param documentation sections 7098/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:305: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_consume has multiple @param documentation sections
7125/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:301: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_tracker_consume has multiple @param documentation sections 7099/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:305: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_tracker_consume has multiple @param documentation sections
7126/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:301: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_get_delay has multiple @param documentation sections 7100/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:305: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_get_delay has multiple @param documentation sections
7127/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:301: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_tracker_get_delay has multiple @param documentation sections 7101/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:305: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_tracker_get_delay has multiple @param documentation sections
7128/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:83: warning: argument 'h' from the argument list of GNUNET_BIO_read_close has multiple @param documentation sections 7102/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:87: warning: argument 'h' from the argument list of GNUNET_BIO_read_close has multiple @param documentation sections
7129/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:83: warning: argument 'emsg' from the argument list of GNUNET_BIO_read_close has multiple @param documentation sections 7103/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:87: warning: argument 'emsg' from the argument list of GNUNET_BIO_read_close has multiple @param documentation sections
7130/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:310: warning: argument 'h' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections 7104/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:314: warning: argument 'h' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections
7131/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:310: warning: argument 'what' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections 7105/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:314: warning: argument 'what' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections
7132/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:310: warning: argument 'f' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections 7106/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:314: warning: argument 'f' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections
7133/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:322: warning: argument 'h' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections 7107/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:326: warning: argument 'h' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections
7134/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:322: warning: argument 'what' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections 7108/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:326: warning: argument 'what' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections
7135/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:322: warning: argument 'f' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections 7109/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:326: warning: argument 'f' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections
7136/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:66: warning: argument 'ctx' of command @param is not found in the argument list of GNUNET_BLOCK_GROUP_bf_create(void *cls, size_t bf_size, unsigned int bf_k, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size) 7110/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:66: warning: argument 'ctx' of command @param is not found in the argument list of GNUNET_BLOCK_GROUP_bf_create(void *cls, size_t bf_size, unsigned int bf_k, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size)
7137/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:78: warning: The following parameter of GNUNET_BLOCK_GROUP_bf_create(void *cls, size_t bf_size, unsigned int bf_k, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size) is not documented: 7111/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:78: warning: The following parameter of GNUNET_BLOCK_GROUP_bf_create(void *cls, size_t bf_size, unsigned int bf_k, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size) is not documented:
7138 parameter 'cls' 7112 parameter 'cls'
7139/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:94: warning: Found unknown command '\bg' 7113/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:94: warning: Found unknown command '\bg'
7140/home/william/Git/gnunet/src/include/gnunet_block_lib.h:256: warning: argument 'bf_mutator' of command @param is not found in the argument list of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count) 7114/home/william/Git/gnunet/src/include/gnunet_block_lib.h:259: warning: argument 'bf_mutator' of command @param is not found in the argument list of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count)
7141/home/william/Git/gnunet/src/include/gnunet_block_lib.h:170: warning: The following parameter of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count) is not documented: 7115/home/william/Git/gnunet/src/include/gnunet_block_lib.h:173: warning: The following parameter of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count) is not documented:
7142 parameter 'bg' 7116 parameter 'bg'
7143/home/william/Git/gnunet/src/include/gnunet_block_lib.h:274: warning: Found unknown command '\bg2' 7117/home/william/Git/gnunet/src/include/gnunet_block_lib.h:277: warning: Found unknown command '\bg2'
7144/home/william/Git/gnunet/src/include/gnunet_buffer_lib.h:109: warning: argument 'buf' from the argument list of GNUNET_buffer_write_str has multiple @param documentation sections 7118/home/william/Git/gnunet/src/include/gnunet_buffer_lib.h:113: warning: argument 'buf' from the argument list of GNUNET_buffer_write_str has multiple @param documentation sections
7145/home/william/Git/gnunet/src/include/gnunet_buffer_lib.h:109: warning: argument 'str' from the argument list of GNUNET_buffer_write_str has multiple @param documentation sections 7119/home/william/Git/gnunet/src/include/gnunet_buffer_lib.h:113: warning: argument 'str' from the argument list of GNUNET_buffer_write_str has multiple @param documentation sections
7146/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'h' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 7120/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'h' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
7147/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'port' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 7121/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'port' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
7148/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'connects' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 7122/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'connects' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
7149/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'connects_cls' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 7123/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'connects_cls' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
7150/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'window_changes' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 7124/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'window_changes' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
7151/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'disconnects' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 7125/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'disconnects' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
7152/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'handlers' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 7126/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'handlers' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
7153/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:202: warning: argument 'p' from the argument list of GNUNET_CADET_close_port has multiple @param documentation sections 7127/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:205: warning: argument 'p' from the argument list of GNUNET_CADET_close_port has multiple @param documentation sections
7154/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'h' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 7128/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'h' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
7155/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'channel_cls' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 7129/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'channel_cls' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
7156/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'destination' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 7130/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'destination' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
7157/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'port' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 7131/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'port' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
7158/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'window_changes' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 7132/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'window_changes' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
7159/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'disconnects' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 7133/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'disconnects' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
7160/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'handlers' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 7134/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'handlers' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
7161/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:255: warning: argument 'channel' from the argument list of GNUNET_CADET_get_mq has multiple @param documentation sections 7135/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:258: warning: argument 'channel' from the argument list of GNUNET_CADET_get_mq has multiple @param documentation sections
7162/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:258: warning: argument 'ch' of command @param is not found in the argument list of GNUNET_CADET_receive_done(struct GNUNET_CADET_Channel *channel) 7136/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:261: warning: argument 'ch' of command @param is not found in the argument list of GNUNET_CADET_receive_done(struct GNUNET_CADET_Channel *channel)
7163/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:316: warning: argument 'channel' from the argument list of GNUNET_CADET_channel_get_info has multiple @param documentation sections 7137/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:319: warning: argument 'channel' from the argument list of GNUNET_CADET_channel_get_info has multiple @param documentation sections
7164/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:378: warning: argument 'cfg' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections 7138/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:381: warning: argument 'cfg' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections
7165/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:378: warning: argument 'peer' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections 7139/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:381: warning: argument 'peer' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections
7166/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:378: warning: argument 'callback' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections 7140/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:381: warning: argument 'callback' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections
7167/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:378: warning: argument 'callback_cls' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections 7141/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:381: warning: argument 'callback_cls' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections
7168/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:384: warning: argument 'h' of command @param is not found in the argument list of GNUNET_CADET_get_channel_cancel(struct GNUNET_CADET_ChannelMonitor *cm) 7142/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:387: warning: argument 'h' of command @param is not found in the argument list of GNUNET_CADET_get_channel_cancel(struct GNUNET_CADET_ChannelMonitor *cm)
7169/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:391: warning: The following parameter of GNUNET_CADET_get_channel_cancel(struct GNUNET_CADET_ChannelMonitor *cm) is not documented: 7143/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:394: warning: The following parameter of GNUNET_CADET_get_channel_cancel(struct GNUNET_CADET_ChannelMonitor *cm) is not documented:
7170 parameter 'cm' 7144 parameter 'cm'
7171/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:464: warning: argument 'pl' from the argument list of GNUNET_CADET_list_peers_cancel has multiple @param documentation sections 7145/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:467: warning: argument 'pl' from the argument list of GNUNET_CADET_list_peers_cancel has multiple @param documentation sections
7172/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:524: warning: argument 'cfg' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections 7146/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:527: warning: argument 'cfg' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections
7173/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:524: warning: argument 'id' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections 7147/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:527: warning: argument 'id' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections
7174/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:524: warning: argument 'callback' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections 7148/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:527: warning: argument 'callback' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections
7175/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:524: warning: argument 'callback_cls' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections 7149/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:527: warning: argument 'callback_cls' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections
7176/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:615: warning: argument 'lt' from the argument list of GNUNET_CADET_list_tunnels_cancel has multiple @param documentation sections 7150/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:618: warning: argument 'lt' from the argument list of GNUNET_CADET_list_tunnels_cancel has multiple @param documentation sections
7177/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:51: warning: argument 'cp' of command @param is not found in the argument list of GNUNET_wait_child(struct GNUNET_OS_Process *proc, GNUNET_ChildCompletedCallback cb, void *cb_cls) 7151/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:55: warning: argument 'cp' of command @param is not found in the argument list of GNUNET_wait_child(struct GNUNET_OS_Process *proc, GNUNET_ChildCompletedCallback cb, void *cb_cls)
7178/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:62: warning: argument 'proc' from the argument list of GNUNET_wait_child has multiple @param documentation sections 7152/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:66: warning: argument 'proc' from the argument list of GNUNET_wait_child has multiple @param documentation sections
7179/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:62: warning: argument 'cb_cls' from the argument list of GNUNET_wait_child has multiple @param documentation sections 7153/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:66: warning: argument 'cb_cls' from the argument list of GNUNET_wait_child has multiple @param documentation sections
7180/home/william/Git/gnunet/src/include/gnunet_client_lib.h:62: warning: argument 'cfg' from the argument list of GNUNET_CLIENT_test has multiple @param documentation sections 7154/home/william/Git/gnunet/src/include/gnunet_client_lib.h:69: warning: argument 'cfg' from the argument list of GNUNET_CLIENT_test has multiple @param documentation sections
7181/home/william/Git/gnunet/src/include/gnunet_client_lib.h:62: warning: argument 'service_name' from the argument list of GNUNET_CLIENT_test has multiple @param documentation sections 7155/home/william/Git/gnunet/src/include/gnunet_client_lib.h:69: warning: argument 'service_name' from the argument list of GNUNET_CLIENT_test has multiple @param documentation sections
7182/home/william/Git/gnunet/src/util/client.c:1055: warning: argument 'connection' of command @param is not found in the argument list of GNUNET_CLIENT_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *service_name, const struct GNUNET_MQ_MessageHandler *handlers, GNUNET_MQ_ErrorHandler error_handler, void *error_handler_cls) 7156/home/william/Git/gnunet/src/util/client.c:1055: warning: argument 'connection' of command @param is not found in the argument list of GNUNET_CLIENT_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *service_name, const struct GNUNET_MQ_MessageHandler *handlers, GNUNET_MQ_ErrorHandler error_handler, void *error_handler_cls)
7183/home/william/Git/gnunet/src/include/gnunet_client_lib.h:77: warning: argument 'handlers' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections 7157/home/william/Git/gnunet/src/include/gnunet_client_lib.h:84: warning: argument 'handlers' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections
7184/home/william/Git/gnunet/src/include/gnunet_client_lib.h:77: warning: argument 'error_handler' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections 7158/home/william/Git/gnunet/src/include/gnunet_client_lib.h:84: warning: argument 'error_handler' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections
7185/home/william/Git/gnunet/src/include/gnunet_client_lib.h:77: warning: argument 'error_handler_cls' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections 7159/home/william/Git/gnunet/src/include/gnunet_client_lib.h:84: warning: argument 'error_handler_cls' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections
7186/home/william/Git/gnunet/src/include/gnunet_common.h:1492: warning: argument 'len' of command @param is not found in the argument list of GNUNET_array_concatenate(arr1, len1, arr2, len2) 7160/home/william/Git/gnunet/src/include/gnunet_common.h:1496: warning: argument 'len' of command @param is not found in the argument list of GNUNET_array_concatenate(arr1, len1, arr2, len2)
7187/home/william/Git/gnunet/src/include/gnunet_common.h:1514: warning: The following parameter of GNUNET_array_concatenate(arr1, len1, arr2, len2) is not documented: 7161/home/william/Git/gnunet/src/include/gnunet_common.h:1518: warning: The following parameter of GNUNET_array_concatenate(arr1, len1, arr2, len2) is not documented:
7188 parameter 'len2' 7162 parameter 'len2'
7189/home/william/Git/gnunet/src/include/gnunet_common.h:594: warning: argument 'kind' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections 7163/home/william/Git/gnunet/src/include/gnunet_common.h:598: warning: argument 'kind' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections
7190/home/william/Git/gnunet/src/include/gnunet_common.h:594: warning: argument 'section' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections 7164/home/william/Git/gnunet/src/include/gnunet_common.h:598: warning: argument 'section' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections
7191/home/william/Git/gnunet/src/include/gnunet_common.h:594: warning: argument 'option' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections 7165/home/william/Git/gnunet/src/include/gnunet_common.h:598: warning: argument 'option' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections
7192/home/william/Git/gnunet/src/include/gnunet_common.h:609: warning: argument 'kind' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections 7166/home/william/Git/gnunet/src/include/gnunet_common.h:613: warning: argument 'kind' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections
7193/home/william/Git/gnunet/src/include/gnunet_common.h:609: warning: argument 'section' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections 7167/home/william/Git/gnunet/src/include/gnunet_common.h:613: warning: argument 'section' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections
7194/home/william/Git/gnunet/src/include/gnunet_common.h:609: warning: argument 'option' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections 7168/home/william/Git/gnunet/src/include/gnunet_common.h:613: warning: argument 'option' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections
7195/home/william/Git/gnunet/src/include/gnunet_common.h:609: warning: argument 'required' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections 7169/home/william/Git/gnunet/src/include/gnunet_common.h:613: warning: argument 'required' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections
7196/home/william/Git/gnunet/src/include/gnunet_common.h:658: warning: argument 'n' from the argument list of GNUNET_log_skip has multiple @param documentation sections 7170/home/william/Git/gnunet/src/include/gnunet_common.h:662: warning: argument 'n' from the argument list of GNUNET_log_skip has multiple @param documentation sections
7197/home/william/Git/gnunet/src/include/gnunet_common.h:658: warning: argument 'check_reset' from the argument list of GNUNET_log_skip has multiple @param documentation sections 7171/home/william/Git/gnunet/src/include/gnunet_common.h:662: warning: argument 'check_reset' from the argument list of GNUNET_log_skip has multiple @param documentation sections
7198/home/william/Git/gnunet/src/include/gnunet_common.h:671: warning: argument 'comp' from the argument list of GNUNET_log_setup has multiple @param documentation sections 7172/home/william/Git/gnunet/src/include/gnunet_common.h:675: warning: argument 'comp' from the argument list of GNUNET_log_setup has multiple @param documentation sections
7199/home/william/Git/gnunet/src/include/gnunet_common.h:671: warning: argument 'loglevel' from the argument list of GNUNET_log_setup has multiple @param documentation sections 7173/home/william/Git/gnunet/src/include/gnunet_common.h:675: warning: argument 'loglevel' from the argument list of GNUNET_log_setup has multiple @param documentation sections
7200/home/william/Git/gnunet/src/include/gnunet_common.h:671: warning: argument 'logfile' from the argument list of GNUNET_log_setup has multiple @param documentation sections 7174/home/william/Git/gnunet/src/include/gnunet_common.h:675: warning: argument 'logfile' from the argument list of GNUNET_log_setup has multiple @param documentation sections
7201/home/william/Git/gnunet/src/include/gnunet_common.h:685: warning: argument 'logger' from the argument list of GNUNET_logger_add has multiple @param documentation sections 7175/home/william/Git/gnunet/src/include/gnunet_common.h:689: warning: argument 'logger' from the argument list of GNUNET_logger_add has multiple @param documentation sections
7202/home/william/Git/gnunet/src/include/gnunet_common.h:685: warning: argument 'logger_cls' from the argument list of GNUNET_logger_add has multiple @param documentation sections 7176/home/william/Git/gnunet/src/include/gnunet_common.h:689: warning: argument 'logger_cls' from the argument list of GNUNET_logger_add has multiple @param documentation sections
7203/home/william/Git/gnunet/src/include/gnunet_common.h:696: warning: argument 'logger' from the argument list of GNUNET_logger_remove has multiple @param documentation sections 7177/home/william/Git/gnunet/src/include/gnunet_common.h:700: warning: argument 'logger' from the argument list of GNUNET_logger_remove has multiple @param documentation sections
7204/home/william/Git/gnunet/src/include/gnunet_common.h:696: warning: argument 'logger_cls' from the argument list of GNUNET_logger_remove has multiple @param documentation sections 7178/home/william/Git/gnunet/src/include/gnunet_common.h:700: warning: argument 'logger_cls' from the argument list of GNUNET_logger_remove has multiple @param documentation sections
7205/home/william/Git/gnunet/src/include/gnunet_common.h:735: warning: argument 'hc' from the argument list of GNUNET_h2s has multiple @param documentation sections 7179/home/william/Git/gnunet/src/include/gnunet_common.h:739: warning: argument 'hc' from the argument list of GNUNET_h2s has multiple @param documentation sections
7206/home/william/Git/gnunet/src/include/gnunet_common.h:750: warning: argument 'hc' from the argument list of GNUNET_h2s2 has multiple @param documentation sections 7180/home/william/Git/gnunet/src/include/gnunet_common.h:754: warning: argument 'hc' from the argument list of GNUNET_h2s2 has multiple @param documentation sections
7207/home/william/Git/gnunet/src/include/gnunet_common.h:764: warning: argument 'hc' from the argument list of GNUNET_h2s_full has multiple @param documentation sections 7181/home/william/Git/gnunet/src/include/gnunet_common.h:768: warning: argument 'hc' from the argument list of GNUNET_h2s_full has multiple @param documentation sections
7208/home/william/Git/gnunet/src/include/gnunet_common.h:780: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p) 7182/home/william/Git/gnunet/src/include/gnunet_common.h:784: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p)
7209/home/william/Git/gnunet/src/util/common_logging.c:1194: warning: The following parameter of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented: 7183/home/william/Git/gnunet/src/util/common_logging.c:1194: warning: The following parameter of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented:
7210 parameter 'p' 7184 parameter 'p'
7211/home/william/Git/gnunet/src/include/gnunet_common.h:793: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p) 7185/home/william/Git/gnunet/src/include/gnunet_common.h:797: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p)
7212/home/william/Git/gnunet/src/util/common_logging.c:1216: warning: The following parameter of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented: 7186/home/william/Git/gnunet/src/util/common_logging.c:1216: warning: The following parameter of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented:
7213 parameter 'p' 7187 parameter 'p'
7214/home/william/Git/gnunet/src/include/gnunet_common.h:806: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p) 7188/home/william/Git/gnunet/src/include/gnunet_common.h:810: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p)
7215/home/william/Git/gnunet/src/util/common_logging.c:1238: warning: The following parameter of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented: 7189/home/william/Git/gnunet/src/util/common_logging.c:1238: warning: The following parameter of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented:
7216 parameter 'p' 7190 parameter 'p'
7217/home/william/Git/gnunet/src/include/gnunet_common.h:819: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p) 7191/home/william/Git/gnunet/src/include/gnunet_common.h:823: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p)
7218/home/william/Git/gnunet/src/util/common_logging.c:1260: warning: The following parameter of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented: 7192/home/william/Git/gnunet/src/util/common_logging.c:1260: warning: The following parameter of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented:
7219 parameter 'p' 7193 parameter 'p'
7220/home/william/Git/gnunet/src/include/gnunet_common.h:848: warning: argument 'pid' from the argument list of GNUNET_i2s has multiple @param documentation sections 7194/home/william/Git/gnunet/src/include/gnunet_common.h:852: warning: argument 'pid' from the argument list of GNUNET_i2s has multiple @param documentation sections
7221/home/william/Git/gnunet/src/include/gnunet_common.h:864: warning: argument 'pid' from the argument list of GNUNET_i2s2 has multiple @param documentation sections 7195/home/william/Git/gnunet/src/include/gnunet_common.h:868: warning: argument 'pid' from the argument list of GNUNET_i2s2 has multiple @param documentation sections
7222/home/william/Git/gnunet/src/include/gnunet_common.h:878: warning: argument 'pid' from the argument list of GNUNET_i2s_full has multiple @param documentation sections 7196/home/william/Git/gnunet/src/include/gnunet_common.h:882: warning: argument 'pid' from the argument list of GNUNET_i2s_full has multiple @param documentation sections
7223/home/william/Git/gnunet/src/include/gnunet_common.h:893: warning: argument 'addr' from the argument list of GNUNET_a2s has multiple @param documentation sections 7197/home/william/Git/gnunet/src/include/gnunet_common.h:897: warning: argument 'addr' from the argument list of GNUNET_a2s has multiple @param documentation sections
7224/home/william/Git/gnunet/src/include/gnunet_common.h:893: warning: argument 'addrlen' from the argument list of GNUNET_a2s has multiple @param documentation sections 7198/home/william/Git/gnunet/src/include/gnunet_common.h:897: warning: argument 'addrlen' from the argument list of GNUNET_a2s has multiple @param documentation sections
7225/home/william/Git/gnunet/src/include/gnunet_common.h:904: warning: argument 'kind' from the argument list of GNUNET_error_type_to_string has multiple @param documentation sections 7199/home/william/Git/gnunet/src/include/gnunet_common.h:908: warning: argument 'kind' from the argument list of GNUNET_error_type_to_string has multiple @param documentation sections
7226/home/william/Git/gnunet/src/include/gnunet_common.h:1169: warning: argument 'd' from the argument list of GNUNET_hton_double has multiple @param documentation sections 7200/home/william/Git/gnunet/src/include/gnunet_common.h:1173: warning: argument 'd' from the argument list of GNUNET_hton_double has multiple @param documentation sections
7227/home/william/Git/gnunet/src/include/gnunet_common.h:1181: warning: argument 'd' from the argument list of GNUNET_ntoh_double has multiple @param documentation sections 7201/home/william/Git/gnunet/src/include/gnunet_common.h:1185: warning: argument 'd' from the argument list of GNUNET_ntoh_double has multiple @param documentation sections
7228/home/william/Git/gnunet/src/include/gnunet_common.h:1574: warning: argument 'size' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections 7202/home/william/Git/gnunet/src/include/gnunet_common.h:1578: warning: argument 'size' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections
7229/home/william/Git/gnunet/src/include/gnunet_common.h:1574: warning: argument 'filename' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections 7203/home/william/Git/gnunet/src/include/gnunet_common.h:1578: warning: argument 'filename' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections
7230/home/william/Git/gnunet/src/include/gnunet_common.h:1574: warning: argument 'linenumber' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections 7204/home/william/Git/gnunet/src/include/gnunet_common.h:1578: warning: argument 'linenumber' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections
7231/home/william/Git/gnunet/src/include/gnunet_common.h:1635: warning: argument 'buf' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections 7205/home/william/Git/gnunet/src/include/gnunet_common.h:1639: warning: argument 'buf' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
7232/home/william/Git/gnunet/src/include/gnunet_common.h:1635: warning: argument 'size' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections 7206/home/william/Git/gnunet/src/include/gnunet_common.h:1639: warning: argument 'size' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
7233/home/william/Git/gnunet/src/include/gnunet_common.h:1635: warning: argument 'filename' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections 7207/home/william/Git/gnunet/src/include/gnunet_common.h:1639: warning: argument 'filename' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
7234/home/william/Git/gnunet/src/include/gnunet_common.h:1635: warning: argument 'linenumber' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections 7208/home/william/Git/gnunet/src/include/gnunet_common.h:1639: warning: argument 'linenumber' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
7235/home/william/Git/gnunet/src/include/gnunet_common.h:1654: warning: argument 'size' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections 7209/home/william/Git/gnunet/src/include/gnunet_common.h:1658: warning: argument 'size' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections
7236/home/william/Git/gnunet/src/include/gnunet_common.h:1654: warning: argument 'filename' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections 7210/home/william/Git/gnunet/src/include/gnunet_common.h:1658: warning: argument 'filename' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections
7237/home/william/Git/gnunet/src/include/gnunet_common.h:1654: warning: argument 'linenumber' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections 7211/home/william/Git/gnunet/src/include/gnunet_common.h:1658: warning: argument 'linenumber' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections
7238/home/william/Git/gnunet/src/include/gnunet_common.h:1675: warning: argument 'ptr' from the argument list of GNUNET_xfree_ has multiple @param documentation sections 7212/home/william/Git/gnunet/src/include/gnunet_common.h:1679: warning: argument 'ptr' from the argument list of GNUNET_xfree_ has multiple @param documentation sections
7239/home/william/Git/gnunet/src/include/gnunet_common.h:1675: warning: argument 'filename' from the argument list of GNUNET_xfree_ has multiple @param documentation sections 7213/home/william/Git/gnunet/src/include/gnunet_common.h:1679: warning: argument 'filename' from the argument list of GNUNET_xfree_ has multiple @param documentation sections
7240/home/william/Git/gnunet/src/include/gnunet_common.h:1675: warning: argument 'linenumber' from the argument list of GNUNET_xfree_ has multiple @param documentation sections 7214/home/william/Git/gnunet/src/include/gnunet_common.h:1679: warning: argument 'linenumber' from the argument list of GNUNET_xfree_ has multiple @param documentation sections
7241/home/william/Git/gnunet/src/include/gnunet_common.h:1686: warning: argument 'str' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections 7215/home/william/Git/gnunet/src/include/gnunet_common.h:1690: warning: argument 'str' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections
7242/home/william/Git/gnunet/src/include/gnunet_common.h:1686: warning: argument 'filename' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections 7216/home/william/Git/gnunet/src/include/gnunet_common.h:1690: warning: argument 'filename' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections
7243/home/william/Git/gnunet/src/include/gnunet_common.h:1686: warning: argument 'linenumber' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections 7217/home/william/Git/gnunet/src/include/gnunet_common.h:1690: warning: argument 'linenumber' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections
7244/home/william/Git/gnunet/src/include/gnunet_common.h:1698: warning: argument 'str' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections 7218/home/william/Git/gnunet/src/include/gnunet_common.h:1702: warning: argument 'str' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
7245/home/william/Git/gnunet/src/include/gnunet_common.h:1698: warning: argument 'len' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections 7219/home/william/Git/gnunet/src/include/gnunet_common.h:1702: warning: argument 'len' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
7246/home/william/Git/gnunet/src/include/gnunet_common.h:1698: warning: argument 'filename' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections 7220/home/william/Git/gnunet/src/include/gnunet_common.h:1702: warning: argument 'filename' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
7247/home/william/Git/gnunet/src/include/gnunet_common.h:1698: warning: argument 'linenumber' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections 7221/home/william/Git/gnunet/src/include/gnunet_common.h:1702: warning: argument 'linenumber' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
7248/home/william/Git/gnunet/src/include/gnunet_common.h:1719: warning: argument 'old' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections 7222/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'old' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
7249/home/william/Git/gnunet/src/include/gnunet_common.h:1719: warning: argument 'elementSize' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections 7223/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'elementSize' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
7250/home/william/Git/gnunet/src/include/gnunet_common.h:1719: warning: argument 'oldCount' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections 7224/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'oldCount' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
7251/home/william/Git/gnunet/src/include/gnunet_common.h:1719: warning: argument 'newCount' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections 7225/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'newCount' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
7252/home/william/Git/gnunet/src/include/gnunet_common.h:1719: warning: argument 'filename' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections 7226/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'filename' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
7253/home/william/Git/gnunet/src/include/gnunet_common.h:1719: warning: argument 'linenumber' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections 7227/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'linenumber' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
7254/home/william/Git/gnunet/src/include/gnunet_common.h:1735: warning: argument 'msg' from the argument list of GNUNET_copy_message has multiple @param documentation sections 7228/home/william/Git/gnunet/src/include/gnunet_common.h:1739: warning: argument 'msg' from the argument list of GNUNET_copy_message has multiple @param documentation sections
7255/home/william/Git/gnunet/src/include/gnunet_common.h:1740: warning: argument 'out' of command @param is not found in the argument list of GNUNET_async_scope_enter(const struct GNUNET_AsyncScopeId *aid, struct GNUNET_AsyncScopeSave *old_scope) 7229/home/william/Git/gnunet/src/include/gnunet_common.h:1744: warning: argument 'out' of command @param is not found in the argument list of GNUNET_async_scope_enter(const struct GNUNET_AsyncScopeId *aid, struct GNUNET_AsyncScopeSave *old_scope)
7256/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:73: warning: argument 'cfg' from the argument list of GNUNET_CONFIGURATION_load has multiple @param documentation sections 7230/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:77: warning: argument 'cfg' from the argument list of GNUNET_CONFIGURATION_load has multiple @param documentation sections
7257/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:73: warning: argument 'filename' from the argument list of GNUNET_CONFIGURATION_load has multiple @param documentation sections 7231/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:77: warning: argument 'filename' from the argument list of GNUNET_CONFIGURATION_load has multiple @param documentation sections
7258/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:170: warning: Found unknown command '\INLINE' 7232/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:174: warning: Found unknown command '\INLINE'
7259/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'cfg' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 7233/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'cfg' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
7260/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'num_peers' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 7234/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'num_peers' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
7261/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'peers' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 7235/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'peers' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
7262/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'session_id' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 7236/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'session_id' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
7263/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'start' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 7237/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'start' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
7264/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'deadline' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 7238/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'deadline' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
7265/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'new_element_cb' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 7239/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'new_element_cb' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
7266/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'new_element_cls' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 7240/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'new_element_cls' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
7267/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:135: warning: argument 'consensus' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections 7241/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:138: warning: argument 'consensus' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections
7268/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:135: warning: argument 'element' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections 7242/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:138: warning: argument 'element' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections
7269/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:135: warning: argument 'idc' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections 7243/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:138: warning: argument 'idc' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections
7270/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:135: warning: argument 'idc_cls' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections 7244/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:138: warning: argument 'idc_cls' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections
7271/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:149: warning: argument 'deadline' of command @param is not found in the argument list of GNUNET_CONSENSUS_conclude(struct GNUNET_CONSENSUS_Handle *consensus, GNUNET_CONSENSUS_ConcludeCallback conclude, void *conclude_cls) 7245/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:152: warning: argument 'deadline' of command @param is not found in the argument list of GNUNET_CONSENSUS_conclude(struct GNUNET_CONSENSUS_Handle *consensus, GNUNET_CONSENSUS_ConcludeCallback conclude, void *conclude_cls)
7272/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:158: warning: argument 'consensus' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections 7246/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:161: warning: argument 'consensus' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections
7273/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:158: warning: argument 'conclude' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections 7247/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:161: warning: argument 'conclude' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections
7274/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:158: warning: argument 'conclude_cls' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections 7248/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:161: warning: argument 'conclude_cls' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections
7275/home/william/Git/gnunet/src/include/gnunet_constants.h:131: warning: explicit link request to 'GNUNET_CONSTANTS_TRANSPORT_SIZE_OUTBOUND_MESSAGE' could not be resolved 7249/home/william/Git/gnunet/src/include/gnunet_constants.h:131: warning: explicit link request to 'GNUNET_CONSTANTS_TRANSPORT_SIZE_OUTBOUND_MESSAGE' could not be resolved
7276/home/william/Git/gnunet/src/include/gnunet_container_lib.h:233: warning: argument 'filename' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections 7250/home/william/Git/gnunet/src/include/gnunet_container_lib.h:237: warning: argument 'filename' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections
7277/home/william/Git/gnunet/src/include/gnunet_container_lib.h:233: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections 7251/home/william/Git/gnunet/src/include/gnunet_container_lib.h:237: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections
7278/home/william/Git/gnunet/src/include/gnunet_container_lib.h:233: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections 7252/home/william/Git/gnunet/src/include/gnunet_container_lib.h:237: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections
7279/home/william/Git/gnunet/src/include/gnunet_container_lib.h:253: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections 7253/home/william/Git/gnunet/src/include/gnunet_container_lib.h:257: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections
7280/home/william/Git/gnunet/src/include/gnunet_container_lib.h:253: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections 7254/home/william/Git/gnunet/src/include/gnunet_container_lib.h:257: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections
7281/home/william/Git/gnunet/src/include/gnunet_container_lib.h:253: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections 7255/home/william/Git/gnunet/src/include/gnunet_container_lib.h:257: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections
7282/home/william/Git/gnunet/src/include/gnunet_container_lib.h:268: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_get_raw_data has multiple @param documentation sections 7256/home/william/Git/gnunet/src/include/gnunet_container_lib.h:272: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_get_raw_data has multiple @param documentation sections
7283/home/william/Git/gnunet/src/include/gnunet_container_lib.h:268: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_get_raw_data has multiple @param documentation sections 7257/home/william/Git/gnunet/src/include/gnunet_container_lib.h:272: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_get_raw_data has multiple @param documentation sections
7284/home/william/Git/gnunet/src/include/gnunet_container_lib.h:283: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_test has multiple @param documentation sections 7258/home/william/Git/gnunet/src/include/gnunet_container_lib.h:287: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_test has multiple @param documentation sections
7285/home/william/Git/gnunet/src/include/gnunet_container_lib.h:283: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_test has multiple @param documentation sections 7259/home/william/Git/gnunet/src/include/gnunet_container_lib.h:287: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_test has multiple @param documentation sections
7286/home/william/Git/gnunet/src/include/gnunet_container_lib.h:296: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_add has multiple @param documentation sections 7260/home/william/Git/gnunet/src/include/gnunet_container_lib.h:300: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_add has multiple @param documentation sections
7287/home/william/Git/gnunet/src/include/gnunet_container_lib.h:296: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_add has multiple @param documentation sections 7261/home/william/Git/gnunet/src/include/gnunet_container_lib.h:300: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_add has multiple @param documentation sections
7288/home/william/Git/gnunet/src/include/gnunet_container_lib.h:308: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_remove has multiple @param documentation sections 7262/home/william/Git/gnunet/src/include/gnunet_container_lib.h:312: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_remove has multiple @param documentation sections
7289/home/william/Git/gnunet/src/include/gnunet_container_lib.h:308: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_remove has multiple @param documentation sections 7263/home/william/Git/gnunet/src/include/gnunet_container_lib.h:312: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_remove has multiple @param documentation sections
7290/home/william/Git/gnunet/src/include/gnunet_container_lib.h:320: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_copy has multiple @param documentation sections 7264/home/william/Git/gnunet/src/include/gnunet_container_lib.h:324: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_copy has multiple @param documentation sections
7291/home/william/Git/gnunet/src/include/gnunet_container_lib.h:333: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_free has multiple @param documentation sections 7265/home/william/Git/gnunet/src/include/gnunet_container_lib.h:337: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_free has multiple @param documentation sections
7292/home/william/Git/gnunet/src/include/gnunet_container_lib.h:355: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_get_size has multiple @param documentation sections 7266/home/william/Git/gnunet/src/include/gnunet_container_lib.h:359: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_get_size has multiple @param documentation sections
7293/home/william/Git/gnunet/src/include/gnunet_container_lib.h:366: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_clear has multiple @param documentation sections 7267/home/william/Git/gnunet/src/include/gnunet_container_lib.h:370: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_clear has multiple @param documentation sections
7294/home/william/Git/gnunet/src/include/gnunet_container_lib.h:382: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections 7268/home/william/Git/gnunet/src/include/gnunet_container_lib.h:386: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections
7295/home/william/Git/gnunet/src/include/gnunet_container_lib.h:382: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections 7269/home/william/Git/gnunet/src/include/gnunet_container_lib.h:386: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections
7296/home/william/Git/gnunet/src/include/gnunet_container_lib.h:382: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections 7270/home/william/Git/gnunet/src/include/gnunet_container_lib.h:386: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections
7297/home/william/Git/gnunet/src/include/gnunet_container_lib.h:398: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_or2 has multiple @param documentation sections 7271/home/william/Git/gnunet/src/include/gnunet_container_lib.h:402: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_or2 has multiple @param documentation sections
7298/home/william/Git/gnunet/src/include/gnunet_container_lib.h:398: warning: argument 'to_or' from the argument list of GNUNET_CONTAINER_bloomfilter_or2 has multiple @param documentation sections 7272/home/william/Git/gnunet/src/include/gnunet_container_lib.h:402: warning: argument 'to_or' from the argument list of GNUNET_CONTAINER_bloomfilter_or2 has multiple @param documentation sections
7299/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 7273/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
7300/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'iterator' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 7274/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'iterator' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
7301/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'iterator_cls' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 7275/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'iterator_cls' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
7302/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 7276/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
7303/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 7277/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
7304/home/william/Git/gnunet/src/include/gnunet_container_lib.h:450: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_duplicate has multiple @param documentation sections 7278/home/william/Git/gnunet/src/include/gnunet_container_lib.h:454: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_duplicate has multiple @param documentation sections
7305/home/william/Git/gnunet/src/include/gnunet_container_lib.h:461: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_destroy has multiple @param documentation sections 7279/home/william/Git/gnunet/src/include/gnunet_container_lib.h:465: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_destroy has multiple @param documentation sections
7306/home/william/Git/gnunet/src/include/gnunet_container_lib.h:476: warning: argument 'md1' from the argument list of GNUNET_CONTAINER_meta_data_test_equal has multiple @param documentation sections 7280/home/william/Git/gnunet/src/include/gnunet_container_lib.h:480: warning: argument 'md1' from the argument list of GNUNET_CONTAINER_meta_data_test_equal has multiple @param documentation sections
7307/home/william/Git/gnunet/src/include/gnunet_container_lib.h:476: warning: argument 'md2' from the argument list of GNUNET_CONTAINER_meta_data_test_equal has multiple @param documentation sections 7281/home/william/Git/gnunet/src/include/gnunet_container_lib.h:480: warning: argument 'md2' from the argument list of GNUNET_CONTAINER_meta_data_test_equal has multiple @param documentation sections
7308/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 7282/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
7309/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'plugin_name' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 7283/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'plugin_name' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
7310/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 7284/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
7311/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'format' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 7285/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'format' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
7312/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'data_mime_type' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 7286/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'data_mime_type' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
7313/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'data' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 7287/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'data' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
7314/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'data_size' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 7288/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'data_size' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
7315/home/william/Git/gnunet/src/include/gnunet_container_lib.h:518: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_merge has multiple @param documentation sections 7289/home/william/Git/gnunet/src/include/gnunet_container_lib.h:522: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_merge has multiple @param documentation sections
7316/home/william/Git/gnunet/src/include/gnunet_container_lib.h:518: warning: argument 'in' from the argument list of GNUNET_CONTAINER_meta_data_merge has multiple @param documentation sections 7290/home/william/Git/gnunet/src/include/gnunet_container_lib.h:522: warning: argument 'in' from the argument list of GNUNET_CONTAINER_meta_data_merge has multiple @param documentation sections
7317/home/william/Git/gnunet/src/include/gnunet_container_lib.h:534: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections 7291/home/william/Git/gnunet/src/include/gnunet_container_lib.h:538: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections
7318/home/william/Git/gnunet/src/include/gnunet_container_lib.h:534: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections 7292/home/william/Git/gnunet/src/include/gnunet_container_lib.h:538: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections
7319/home/william/Git/gnunet/src/include/gnunet_container_lib.h:534: warning: argument 'data' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections 7293/home/william/Git/gnunet/src/include/gnunet_container_lib.h:538: warning: argument 'data' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections
7320/home/william/Git/gnunet/src/include/gnunet_container_lib.h:534: warning: argument 'data_size' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections 7294/home/william/Git/gnunet/src/include/gnunet_container_lib.h:538: warning: argument 'data_size' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections
7321/home/william/Git/gnunet/src/include/gnunet_container_lib.h:547: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_clear has multiple @param documentation sections 7295/home/william/Git/gnunet/src/include/gnunet_container_lib.h:551: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_clear has multiple @param documentation sections
7322/home/william/Git/gnunet/src/include/gnunet_container_lib.h:558: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_add_publication_date has multiple @param documentation sections 7296/home/william/Git/gnunet/src/include/gnunet_container_lib.h:562: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_add_publication_date has multiple @param documentation sections
7323/home/william/Git/gnunet/src/include/gnunet_container_lib.h:573: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections 7297/home/william/Git/gnunet/src/include/gnunet_container_lib.h:577: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections
7324/home/william/Git/gnunet/src/include/gnunet_container_lib.h:573: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections 7298/home/william/Git/gnunet/src/include/gnunet_container_lib.h:577: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections
7325/home/william/Git/gnunet/src/include/gnunet_container_lib.h:573: warning: argument 'iter_cls' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections 7299/home/william/Git/gnunet/src/include/gnunet_container_lib.h:577: warning: argument 'iter_cls' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections
7326/home/william/Git/gnunet/src/include/gnunet_container_lib.h:590: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_by_type has multiple @param documentation sections 7300/home/william/Git/gnunet/src/include/gnunet_container_lib.h:594: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_by_type has multiple @param documentation sections
7327/home/william/Git/gnunet/src/include/gnunet_container_lib.h:590: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_get_by_type has multiple @param documentation sections 7301/home/william/Git/gnunet/src/include/gnunet_container_lib.h:594: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_get_by_type has multiple @param documentation sections
7328/home/william/Git/gnunet/src/include/gnunet_container_lib.h:608: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_first_by_types has multiple @param documentation sections 7302/home/william/Git/gnunet/src/include/gnunet_container_lib.h:612: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_first_by_types has multiple @param documentation sections
7329/home/william/Git/gnunet/src/include/gnunet_container_lib.h:623: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_thumbnail has multiple @param documentation sections 7303/home/william/Git/gnunet/src/include/gnunet_container_lib.h:627: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_thumbnail has multiple @param documentation sections
7330/home/william/Git/gnunet/src/include/gnunet_container_lib.h:623: warning: argument 'thumb' from the argument list of GNUNET_CONTAINER_meta_data_get_thumbnail has multiple @param documentation sections 7304/home/william/Git/gnunet/src/include/gnunet_container_lib.h:627: warning: argument 'thumb' from the argument list of GNUNET_CONTAINER_meta_data_get_thumbnail has multiple @param documentation sections
7331/home/william/Git/gnunet/src/include/gnunet_container_lib.h:671: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections 7305/home/william/Git/gnunet/src/include/gnunet_container_lib.h:675: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections
7332/home/william/Git/gnunet/src/include/gnunet_container_lib.h:671: warning: argument 'target' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections 7306/home/william/Git/gnunet/src/include/gnunet_container_lib.h:675: warning: argument 'target' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections
7333/home/william/Git/gnunet/src/include/gnunet_container_lib.h:671: warning: argument 'max' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections 7307/home/william/Git/gnunet/src/include/gnunet_container_lib.h:675: warning: argument 'max' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections
7334/home/william/Git/gnunet/src/include/gnunet_container_lib.h:671: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections 7308/home/william/Git/gnunet/src/include/gnunet_container_lib.h:675: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections
7335/home/william/Git/gnunet/src/include/gnunet_container_lib.h:686: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_serialized_size has multiple @param documentation sections 7309/home/william/Git/gnunet/src/include/gnunet_container_lib.h:690: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_serialized_size has multiple @param documentation sections
7336/home/william/Git/gnunet/src/include/gnunet_container_lib.h:700: warning: argument 'input' from the argument list of GNUNET_CONTAINER_meta_data_deserialize has multiple @param documentation sections 7310/home/william/Git/gnunet/src/include/gnunet_container_lib.h:704: warning: argument 'input' from the argument list of GNUNET_CONTAINER_meta_data_deserialize has multiple @param documentation sections
7337/home/william/Git/gnunet/src/include/gnunet_container_lib.h:700: warning: argument 'size' from the argument list of GNUNET_CONTAINER_meta_data_deserialize has multiple @param documentation sections 7311/home/william/Git/gnunet/src/include/gnunet_container_lib.h:704: warning: argument 'size' from the argument list of GNUNET_CONTAINER_meta_data_deserialize has multiple @param documentation sections
7338/home/william/Git/gnunet/src/include/gnunet_container_lib.h:792: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multihashmap_create has multiple @param documentation sections 7312/home/william/Git/gnunet/src/include/gnunet_container_lib.h:796: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multihashmap_create has multiple @param documentation sections
7339/home/william/Git/gnunet/src/include/gnunet_container_lib.h:792: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multihashmap_create has multiple @param documentation sections 7313/home/william/Git/gnunet/src/include/gnunet_container_lib.h:796: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multihashmap_create has multiple @param documentation sections
7340/home/william/Git/gnunet/src/include/gnunet_container_lib.h:804: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_destroy has multiple @param documentation sections 7314/home/william/Git/gnunet/src/include/gnunet_container_lib.h:808: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_destroy has multiple @param documentation sections
7341/home/william/Git/gnunet/src/include/gnunet_container_lib.h:820: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_get has multiple @param documentation sections 7315/home/william/Git/gnunet/src/include/gnunet_container_lib.h:824: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_get has multiple @param documentation sections
7342/home/william/Git/gnunet/src/include/gnunet_container_lib.h:820: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_get has multiple @param documentation sections 7316/home/william/Git/gnunet/src/include/gnunet_container_lib.h:824: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_get has multiple @param documentation sections
7343/home/william/Git/gnunet/src/include/gnunet_container_lib.h:838: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections 7317/home/william/Git/gnunet/src/include/gnunet_container_lib.h:842: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections
7344/home/william/Git/gnunet/src/include/gnunet_container_lib.h:838: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections 7318/home/william/Git/gnunet/src/include/gnunet_container_lib.h:842: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections
7345/home/william/Git/gnunet/src/include/gnunet_container_lib.h:838: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections 7319/home/william/Git/gnunet/src/include/gnunet_container_lib.h:842: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections
7346/home/william/Git/gnunet/src/include/gnunet_container_lib.h:852: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_remove_all has multiple @param documentation sections 7320/home/william/Git/gnunet/src/include/gnunet_container_lib.h:856: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_remove_all has multiple @param documentation sections
7347/home/william/Git/gnunet/src/include/gnunet_container_lib.h:852: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_remove_all has multiple @param documentation sections 7321/home/william/Git/gnunet/src/include/gnunet_container_lib.h:856: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_remove_all has multiple @param documentation sections
7348/home/william/Git/gnunet/src/include/gnunet_container_lib.h:880: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_contains has multiple @param documentation sections 7322/home/william/Git/gnunet/src/include/gnunet_container_lib.h:884: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_contains has multiple @param documentation sections
7349/home/william/Git/gnunet/src/include/gnunet_container_lib.h:880: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_contains has multiple @param documentation sections 7323/home/william/Git/gnunet/src/include/gnunet_container_lib.h:884: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_contains has multiple @param documentation sections
7350/home/william/Git/gnunet/src/include/gnunet_container_lib.h:897: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections 7324/home/william/Git/gnunet/src/include/gnunet_container_lib.h:901: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections
7351/home/william/Git/gnunet/src/include/gnunet_container_lib.h:897: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections 7325/home/william/Git/gnunet/src/include/gnunet_container_lib.h:901: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections
7352/home/william/Git/gnunet/src/include/gnunet_container_lib.h:897: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections 7326/home/william/Git/gnunet/src/include/gnunet_container_lib.h:901: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections
7353/home/william/Git/gnunet/src/include/gnunet_container_lib.h:917: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections 7327/home/william/Git/gnunet/src/include/gnunet_container_lib.h:921: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections
7354/home/william/Git/gnunet/src/include/gnunet_container_lib.h:917: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections 7328/home/william/Git/gnunet/src/include/gnunet_container_lib.h:921: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections
7355/home/william/Git/gnunet/src/include/gnunet_container_lib.h:917: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections 7329/home/william/Git/gnunet/src/include/gnunet_container_lib.h:921: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections
7356/home/william/Git/gnunet/src/include/gnunet_container_lib.h:917: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections 7330/home/william/Git/gnunet/src/include/gnunet_container_lib.h:921: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections
7357/home/william/Git/gnunet/src/include/gnunet_container_lib.h:931: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_size has multiple @param documentation sections 7331/home/william/Git/gnunet/src/include/gnunet_container_lib.h:935: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_size has multiple @param documentation sections
7358/home/william/Git/gnunet/src/include/gnunet_container_lib.h:946: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections 7332/home/william/Git/gnunet/src/include/gnunet_container_lib.h:950: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections
7359/home/william/Git/gnunet/src/include/gnunet_container_lib.h:946: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections 7333/home/william/Git/gnunet/src/include/gnunet_container_lib.h:950: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections
7360/home/william/Git/gnunet/src/include/gnunet_container_lib.h:946: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections 7334/home/william/Git/gnunet/src/include/gnunet_container_lib.h:950: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections
7361/home/william/Git/gnunet/src/include/gnunet_container_lib.h:966: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_create has multiple @param documentation sections 7335/home/william/Git/gnunet/src/include/gnunet_container_lib.h:970: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_create has multiple @param documentation sections
7362/home/william/Git/gnunet/src/include/gnunet_container_lib.h:986: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections 7336/home/william/Git/gnunet/src/include/gnunet_container_lib.h:990: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections
7363/home/william/Git/gnunet/src/include/gnunet_container_lib.h:986: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections 7337/home/william/Git/gnunet/src/include/gnunet_container_lib.h:990: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections
7364/home/william/Git/gnunet/src/include/gnunet_container_lib.h:986: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections 7338/home/william/Git/gnunet/src/include/gnunet_container_lib.h:990: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections
7365/home/william/Git/gnunet/src/include/gnunet_container_lib.h:999: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_destroy has multiple @param documentation sections 7339/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1003: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_destroy has multiple @param documentation sections
7366/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1015: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections 7340/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1019: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections
7367/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1015: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections 7341/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1019: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections
7368/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1015: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections 7342/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1019: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections
7369/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1015: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections 7343/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1019: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections
7370/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1082: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multipeermap_create has multiple @param documentation sections 7344/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1086: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multipeermap_create has multiple @param documentation sections
7371/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1082: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multipeermap_create has multiple @param documentation sections 7345/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1086: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multipeermap_create has multiple @param documentation sections
7372/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1093: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_destroy has multiple @param documentation sections 7346/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1097: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_destroy has multiple @param documentation sections
7373/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1109: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_get has multiple @param documentation sections 7347/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1113: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_get has multiple @param documentation sections
7374/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1109: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_get has multiple @param documentation sections 7348/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1113: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_get has multiple @param documentation sections
7375/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1127: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections 7349/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1131: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections
7376/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1127: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections 7350/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1131: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections
7377/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1127: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections 7351/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1131: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections
7378/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1141: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_remove_all has multiple @param documentation sections 7352/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1145: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_remove_all has multiple @param documentation sections
7379/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1141: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_remove_all has multiple @param documentation sections 7353/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1145: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_remove_all has multiple @param documentation sections
7380/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1157: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_contains has multiple @param documentation sections 7354/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1161: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_contains has multiple @param documentation sections
7381/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1157: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_contains has multiple @param documentation sections 7355/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1161: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_contains has multiple @param documentation sections
7382/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1174: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections 7356/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1178: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections
7383/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1174: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections 7357/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1178: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections
7384/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1174: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections 7358/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1178: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections
7385/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1194: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections 7359/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1198: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections
7386/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1194: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections 7360/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1198: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections
7387/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1194: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections 7361/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1198: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections
7388/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1194: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections 7362/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1198: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections
7389/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1209: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_size has multiple @param documentation sections 7363/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1213: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_size has multiple @param documentation sections
7390/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1224: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections 7364/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1228: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections
7391/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1224: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections 7365/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1228: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections
7392/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1224: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections 7366/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1228: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections
7393/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1245: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_create has multiple @param documentation sections 7367/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1249: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_create has multiple @param documentation sections
7394/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1265: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections 7368/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1269: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections
7395/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1265: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections 7369/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1269: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections
7396/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1265: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections 7370/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1269: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections
7397/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1278: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_destroy has multiple @param documentation sections 7371/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1282: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_destroy has multiple @param documentation sections
7398/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1294: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections 7372/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1298: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections
7399/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1294: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections 7373/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1298: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections
7400/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1294: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections 7374/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1298: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections
7401/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1294: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections 7375/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1298: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections
7402/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1361: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multishortmap_create has multiple @param documentation sections 7376/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1365: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multishortmap_create has multiple @param documentation sections
7403/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1361: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multishortmap_create has multiple @param documentation sections 7377/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1365: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multishortmap_create has multiple @param documentation sections
7404/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1372: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_destroy has multiple @param documentation sections 7378/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1376: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_destroy has multiple @param documentation sections
7405/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1388: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_get has multiple @param documentation sections 7379/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1392: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_get has multiple @param documentation sections
7406/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1388: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_get has multiple @param documentation sections 7380/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1392: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_get has multiple @param documentation sections
7407/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1406: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections 7381/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1410: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections
7408/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1406: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections 7382/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1410: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections
7409/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1406: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections 7383/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1410: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections
7410/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1421: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_remove_all has multiple @param documentation sections 7384/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1425: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_remove_all has multiple @param documentation sections
7411/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1421: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_remove_all has multiple @param documentation sections 7385/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1425: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_remove_all has multiple @param documentation sections
7412/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1437: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_contains has multiple @param documentation sections 7386/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1441: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_contains has multiple @param documentation sections
7413/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1437: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_contains has multiple @param documentation sections 7387/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1441: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_contains has multiple @param documentation sections
7414/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1454: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections 7388/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1458: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections
7415/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1454: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections 7389/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1458: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections
7416/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1454: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections 7390/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1458: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections
7417/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1474: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections 7391/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1478: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections
7418/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1474: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections 7392/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1478: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections
7419/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1474: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections 7393/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1478: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections
7420/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1474: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections 7394/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1478: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections
7421/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1489: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_size has multiple @param documentation sections 7395/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1493: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_size has multiple @param documentation sections
7422/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1504: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections 7396/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1508: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections
7423/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1504: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections 7397/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1508: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections
7424/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1504: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections 7398/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1508: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections
7425/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1527: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_create has multiple @param documentation sections 7399/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1531: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_create has multiple @param documentation sections
7426/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1547: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections 7400/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1551: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections
7427/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1547: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections 7401/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1551: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections
7428/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1547: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections 7402/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1551: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections
7429/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1560: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_destroy has multiple @param documentation sections 7403/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1564: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_destroy has multiple @param documentation sections
7430/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1576: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections 7404/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1580: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections
7431/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1576: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections 7405/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1580: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections
7432/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1576: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections 7406/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1580: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections
7433/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1576: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections 7407/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1580: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections
7434/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1644: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multiuuidmap_create has multiple @param documentation sections 7408/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1648: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multiuuidmap_create has multiple @param documentation sections
7435/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1644: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multiuuidmap_create has multiple @param documentation sections 7409/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1648: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multiuuidmap_create has multiple @param documentation sections
7436/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1655: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_destroy has multiple @param documentation sections 7410/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1659: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_destroy has multiple @param documentation sections
7437/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1671: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_get has multiple @param documentation sections 7411/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1675: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_get has multiple @param documentation sections
7438/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1671: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_get has multiple @param documentation sections 7412/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1675: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_get has multiple @param documentation sections
7439/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1689: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections 7413/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1693: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections
7440/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1689: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections 7414/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1693: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections
7441/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1689: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections 7415/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1693: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections
7442/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1703: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove_all has multiple @param documentation sections 7416/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1707: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove_all has multiple @param documentation sections
7443/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1703: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove_all has multiple @param documentation sections 7417/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1707: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove_all has multiple @param documentation sections
7444/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1719: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains has multiple @param documentation sections 7418/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1723: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains has multiple @param documentation sections
7445/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1719: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains has multiple @param documentation sections 7419/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1723: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains has multiple @param documentation sections
7446/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1736: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections 7420/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1740: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections
7447/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1736: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections 7421/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1740: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections
7448/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1736: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections 7422/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1740: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections
7449/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1756: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections 7423/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1760: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections
7450/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1756: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections 7424/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1760: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections
7451/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1756: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections 7425/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1760: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections
7452/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1756: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections 7426/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1760: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections
7453/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1771: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_size has multiple @param documentation sections 7427/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1775: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_size has multiple @param documentation sections
7454/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1786: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections 7428/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1790: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections
7455/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1786: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections 7429/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1790: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections
7456/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1786: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections 7430/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1790: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections
7457/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1809: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_create has multiple @param documentation sections 7431/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1813: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_create has multiple @param documentation sections
7458/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1829: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections 7432/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1833: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections
7459/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1829: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections 7433/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1833: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections
7460/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1829: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections 7434/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1833: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections
7461/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1842: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_destroy has multiple @param documentation sections 7435/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1846: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_destroy has multiple @param documentation sections
7462/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1858: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections 7436/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1862: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections
7463/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1858: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections 7437/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1862: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections
7464/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1858: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections 7438/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1862: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections
7465/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1858: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections 7439/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1862: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections
7466/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1924: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multihashmap32_create has multiple @param documentation sections 7440/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1928: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multihashmap32_create has multiple @param documentation sections
7467/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1935: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_destroy has multiple @param documentation sections 7441/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1939: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_destroy has multiple @param documentation sections
7468/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1947: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_size has multiple @param documentation sections 7442/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1951: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_size has multiple @param documentation sections
7469/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1963: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_get has multiple @param documentation sections 7443/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1967: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_get has multiple @param documentation sections
7470/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1963: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_get has multiple @param documentation sections 7444/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1967: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_get has multiple @param documentation sections
7471/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1979: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections 7445/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1983: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections
7472/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1979: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections 7446/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1983: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections
7473/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1979: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections 7447/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1983: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections
7474/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1998: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections 7448/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2002: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections
7475/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1998: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections 7449/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2002: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections
7476/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1998: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections 7450/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2002: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections
7477/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2014: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_remove_all has multiple @param documentation sections 7451/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2018: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_remove_all has multiple @param documentation sections
7478/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2014: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_remove_all has multiple @param documentation sections 7452/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2018: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_remove_all has multiple @param documentation sections
7479/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2030: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_contains has multiple @param documentation sections 7453/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2034: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_contains has multiple @param documentation sections
7480/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2030: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_contains has multiple @param documentation sections 7454/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2034: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_contains has multiple @param documentation sections
7481/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2047: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections 7455/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2051: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections
7482/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2047: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections 7456/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2051: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections
7483/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2047: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections 7457/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2051: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections
7484/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2067: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections 7458/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2071: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections
7485/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2067: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections 7459/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2071: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections
7486/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2067: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections 7460/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2071: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections
7487/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2067: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections 7461/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2071: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections
7488/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2086: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections 7462/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2090: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections
7489/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2086: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections 7463/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2090: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections
7490/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2086: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections 7464/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2090: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections
7491/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2086: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections 7465/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2090: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections
7492/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2106: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_iterator_create has multiple @param documentation sections 7466/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2110: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_iterator_create has multiple @param documentation sections
7493/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2137: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap32_iterator_destroy has multiple @param documentation sections 7467/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2141: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap32_iterator_destroy has multiple @param documentation sections
7494/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2537: warning: argument 'order' from the argument list of GNUNET_CONTAINER_heap_create has multiple @param documentation sections 7468/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2541: warning: argument 'order' from the argument list of GNUNET_CONTAINER_heap_create has multiple @param documentation sections
7495/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2548: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_destroy has multiple @param documentation sections 7469/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2552: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_destroy has multiple @param documentation sections
7496/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2559: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_peek has multiple @param documentation sections 7470/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2563: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_peek has multiple @param documentation sections
7497/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2585: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_get_size has multiple @param documentation sections 7471/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2589: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_get_size has multiple @param documentation sections
7498/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2596: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_node_get_cost has multiple @param documentation sections 7472/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2600: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_node_get_cost has multiple @param documentation sections
7499/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2628: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections 7473/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2632: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections
7500/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2628: warning: argument 'iterator' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections 7474/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2632: warning: argument 'iterator' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections
7501/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2628: warning: argument 'iterator_cls' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections 7475/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2632: warning: argument 'iterator_cls' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections
7502/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2645: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_walk_get_next has multiple @param documentation sections 7476/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2649: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_walk_get_next has multiple @param documentation sections
7503/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2658: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections 7477/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2662: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections
7504/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2658: warning: argument 'element' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections 7478/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2662: warning: argument 'element' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections
7505/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2658: warning: argument 'cost' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections 7479/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2662: warning: argument 'cost' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections
7506/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2671: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_remove_root has multiple @param documentation sections 7480/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2675: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_remove_root has multiple @param documentation sections
7507/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2682: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_remove_node has multiple @param documentation sections 7481/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2686: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_remove_node has multiple @param documentation sections
7508/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2693: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_update_cost has multiple @param documentation sections 7482/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2697: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_update_cost has multiple @param documentation sections
7509/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2693: warning: argument 'new_cost' from the argument list of GNUNET_CONTAINER_heap_update_cost has multiple @param documentation sections 7483/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2697: warning: argument 'new_cost' from the argument list of GNUNET_CONTAINER_heap_update_cost has multiple @param documentation sections
7510/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:215: warning: argument 'cfg' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections 7484/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:218: warning: argument 'cfg' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections
7511/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:215: warning: argument 'ego' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections 7485/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:218: warning: argument 'ego' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections
7512/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:215: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections 7486/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:218: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections
7513/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:215: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections 7487/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:218: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections
7514/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'caller' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 7488/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'caller' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
7515/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 7489/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
7516/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 7490/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
7517/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 7491/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
7518/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 7492/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
7519/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:285: warning: argument 'caller' from the argument list of GNUNET_CONVERSATION_caller_hang_up has multiple @param documentation sections 7493/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:288: warning: argument 'caller' from the argument list of GNUNET_CONVERSATION_caller_hang_up has multiple @param documentation sections
7520/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'cfg' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 7494/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'cfg' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
7521/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'caller_id' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 7495/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'caller_id' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
7522/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'callee' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 7496/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'callee' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
7523/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 7497/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
7524/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 7498/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
7525/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 7499/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
7526/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 7500/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
7527/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:417: warning: argument 'call' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections 7501/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:420: warning: argument 'call' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections
7528/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:417: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections 7502/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:420: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections
7529/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:417: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections 7503/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:420: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections
7530/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'cfg' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections 7504/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'cfg' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections
7531/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'cls' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections 7505/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'cls' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections
7532/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'init' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections 7506/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'init' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections
@@ -7535,95 +7509,95 @@ The command that should end the block seems to be missing!
7535/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'handlers' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections 7509/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'handlers' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections
7536/home/william/Git/gnunet/src/include/gnunet_core_service.h:272: warning: argument 'h' from the argument list of GNUNET_CORE_get_mq has multiple @param documentation sections 7510/home/william/Git/gnunet/src/include/gnunet_core_service.h:272: warning: argument 'h' from the argument list of GNUNET_CORE_get_mq has multiple @param documentation sections
7537/home/william/Git/gnunet/src/include/gnunet_core_service.h:272: warning: argument 'pid' from the argument list of GNUNET_CORE_get_mq has multiple @param documentation sections 7511/home/william/Git/gnunet/src/include/gnunet_core_service.h:272: warning: argument 'pid' from the argument list of GNUNET_CORE_get_mq has multiple @param documentation sections
7538/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2048: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_verify(purp, ps, sig, pub) 7512/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2052: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_verify(purp, ps, sig, pub)
7539/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2061: warning: The following parameter of GNUNET_CRYPTO_eddsa_verify(purp, ps, sig, pub) is not documented: 7513/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2065: warning: The following parameter of GNUNET_CRYPTO_eddsa_verify(purp, ps, sig, pub) is not documented:
7540 parameter 'pub' 7514 parameter 'pub'
7541/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2100: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_ecdsa_verify(purp, ps, sig, pub) 7515/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2104: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_ecdsa_verify(purp, ps, sig, pub)
7542/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2113: warning: The following parameter of GNUNET_CRYPTO_ecdsa_verify(purp, ps, sig, pub) is not documented: 7516/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2117: warning: The following parameter of GNUNET_CRYPTO_ecdsa_verify(purp, ps, sig, pub) is not documented:
7543 parameter 'pub' 7517 parameter 'pub'
7544/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2152: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_edx25519_verify(purp, ps, sig, pub) 7518/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2156: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_edx25519_verify(purp, ps, sig, pub)
7545/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2165: warning: The following parameter of GNUNET_CRYPTO_edx25519_verify(purp, ps, sig, pub) is not documented: 7519/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2169: warning: The following parameter of GNUNET_CRYPTO_edx25519_verify(purp, ps, sig, pub) is not documented:
7546 parameter 'pub' 7520 parameter 'pub'
7547/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:580: warning: argument 'seed' from the argument list of GNUNET_CRYPTO_seed_weak_random has multiple @param documentation sections 7521/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:584: warning: argument 'seed' from the argument list of GNUNET_CRYPTO_seed_weak_random has multiple @param documentation sections
7548/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:604: warning: argument 'sum' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections 7522/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:608: warning: argument 'sum' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections
7549/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:604: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections 7523/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:608: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections
7550/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:604: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections 7524/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:608: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections
7551/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:614: warning: argument 'sum' from the argument list of GNUNET_CRYPTO_crc16_finish has multiple @param documentation sections 7525/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:618: warning: argument 'sum' from the argument list of GNUNET_CRYPTO_crc16_finish has multiple @param documentation sections
7552/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:626: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc16_n has multiple @param documentation sections 7526/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:630: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc16_n has multiple @param documentation sections
7553/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:626: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc16_n has multiple @param documentation sections 7527/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:630: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc16_n has multiple @param documentation sections
7554/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:639: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc32_n has multiple @param documentation sections 7528/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:643: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc32_n has multiple @param documentation sections
7555/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:639: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc32_n has multiple @param documentation sections 7529/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:643: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc32_n has multiple @param documentation sections
7556/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:691: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_u32 has multiple @param documentation sections 7530/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:695: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_u32 has multiple @param documentation sections
7557/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:691: warning: argument 'i' from the argument list of GNUNET_CRYPTO_random_u32 has multiple @param documentation sections 7531/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:695: warning: argument 'i' from the argument list of GNUNET_CRYPTO_random_u32 has multiple @param documentation sections
7558/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:703: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_u64 has multiple @param documentation sections 7532/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:707: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_u64 has multiple @param documentation sections
7559/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:703: warning: argument 'max' from the argument list of GNUNET_CRYPTO_random_u64 has multiple @param documentation sections 7533/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:707: warning: argument 'max' from the argument list of GNUNET_CRYPTO_random_u64 has multiple @param documentation sections
7560/home/william/Git/gnunet/src/util/crypto_random.c:243: warning: explicit link request to 'GNUNET_RANDOM_QUALITY_STRONG' could not be resolved 7534/home/william/Git/gnunet/src/util/crypto_random.c:243: warning: explicit link request to 'GNUNET_RANDOM_QUALITY_STRONG' could not be resolved
7561/home/william/Git/gnunet/src/util/crypto_random.c:244: warning: explicit link request to 'GNUNET_RANDOM_QUALITY_WEAK' could not be resolved 7535/home/william/Git/gnunet/src/util/crypto_random.c:244: warning: explicit link request to 'GNUNET_RANDOM_QUALITY_WEAK' could not be resolved
7562/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:716: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_permute has multiple @param documentation sections 7536/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:720: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_permute has multiple @param documentation sections
7563/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:716: warning: argument 'n' from the argument list of GNUNET_CRYPTO_random_permute has multiple @param documentation sections 7537/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:720: warning: argument 'n' from the argument list of GNUNET_CRYPTO_random_permute has multiple @param documentation sections
7564/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:726: warning: argument 'key' from the argument list of GNUNET_CRYPTO_symmetric_create_session_key has multiple @param documentation sections 7538/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:730: warning: argument 'key' from the argument list of GNUNET_CRYPTO_symmetric_create_session_key has multiple @param documentation sections
7565/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:742: warning: argument 'block' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections 7539/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:746: warning: argument 'block' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections
7566/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:742: warning: argument 'size' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections 7540/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:746: warning: argument 'size' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections
7567/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:742: warning: argument 'sessionkey' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections 7541/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:746: warning: argument 'sessionkey' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections
7568/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:742: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections 7542/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:746: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections
7569/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'block' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 7543/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'block' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
7570/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'size' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 7544/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'size' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
7571/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'sessionkey' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 7545/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'sessionkey' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
7572/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 7546/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
7573/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'result' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 7547/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'result' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
7574/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:797: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections 7548/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
7575/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:797: warning: argument 'skey' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections 7549/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'skey' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
7576/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:797: warning: argument 'salt' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections 7550/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'salt' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
7577/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:797: warning: argument 'salt_len' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections 7551/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'salt_len' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
7578/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:797: warning: argument 'argp' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections 7552/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'argp' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
7579/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:893: warning: argument 'salt' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections 7553/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:897: warning: argument 'salt' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
7580/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:893: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections 7554/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:897: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
7581/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:893: warning: argument 'buf_len' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections 7555/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:897: warning: argument 'buf_len' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
7582/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:893: warning: argument 'result' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections 7556/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:897: warning: argument 'result' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
7583/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'priority' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 7557/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'priority' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
7584/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'filename' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 7558/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'filename' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
7585/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'blocksize' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 7559/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'blocksize' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
7586/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'callback' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 7560/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'callback' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
7587/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'callback_cls' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 7561/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'callback_cls' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
7588/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1420: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub) 7562/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1424: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub)
7589/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1399: warning: The following parameter of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub) is not documented: 7563/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1403: warning: The following parameter of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub) is not documented:
7590 parameter 'pub' 7564 parameter 'pub'
7591/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'filename' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections 7565/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'filename' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections
7592/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'do_create' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections 7566/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'do_create' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections
7593/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'pkey' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections 7567/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'pkey' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections
7594/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1506: warning: argument 'cfg' from the argument list of GNUNET_CRYPTO_eddsa_key_create_from_configuration has multiple @param documentation sections 7568/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1510: warning: argument 'cfg' from the argument list of GNUNET_CRYPTO_eddsa_key_create_from_configuration has multiple @param documentation sections
7595/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1635: warning: argument 'cfg' from the argument list of GNUNET_CRYPTO_get_peer_identity has multiple @param documentation sections 7569/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1639: warning: argument 'cfg' from the argument list of GNUNET_CRYPTO_get_peer_identity has multiple @param documentation sections
7596/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1635: warning: argument 'dst' from the argument list of GNUNET_CRYPTO_get_peer_identity has multiple @param documentation sections 7570/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1639: warning: argument 'dst' from the argument list of GNUNET_CRYPTO_get_peer_identity has multiple @param documentation sections
7597/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1679: warning: argument 'dlc' of command @param is not found in the argument list of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input) 7571/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1683: warning: argument 'dlc' of command @param is not found in the argument list of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input)
7598/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1687: warning: The following parameter of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input) is not documented: 7572/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1691: warning: The following parameter of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input) is not documented:
7599 parameter 'edc' 7573 parameter 'edc'
7600/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1819: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_eddsa' could not be resolved 7574/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1823: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_eddsa' could not be resolved
7601/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1835: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_ecdsa' could not be resolved 7575/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1839: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_ecdsa' could not be resolved
7602/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1851: warning: explicit link request to 'GNUNET_CRRYPTO_eddsa_ecdh' could not be resolved 7576/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1855: warning: explicit link request to 'GNUNET_CRRYPTO_eddsa_ecdh' could not be resolved
7603/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1866: warning: explicit link request to 'GNUNET_CRRYPTO_ecdsa_ecdh' could not be resolved 7577/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1870: warning: explicit link request to 'GNUNET_CRRYPTO_ecdsa_ecdh' could not be resolved
7604/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1973: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_edx25519_sign_(const struct GNUNET_CRYPTO_Edx25519PrivateKey *priv, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_Edx25519Signature *sig) 7578/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1977: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_edx25519_sign_(const struct GNUNET_CRYPTO_Edx25519PrivateKey *priv, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_Edx25519Signature *sig)
7605/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1798: warning: argument 'priv' from the argument list of GNUNET_CRYPTO_edx25519_sign_ has multiple @param documentation sections 7579/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1802: warning: argument 'priv' from the argument list of GNUNET_CRYPTO_edx25519_sign_ has multiple @param documentation sections
7606/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1798: warning: argument 'sig' from the argument list of GNUNET_CRYPTO_edx25519_sign_ has multiple @param documentation sections 7580/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1802: warning: argument 'sig' from the argument list of GNUNET_CRYPTO_edx25519_sign_ has multiple @param documentation sections
7607/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2217: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig) 7581/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2221: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig)
7608/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2209: warning: The following parameter of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig) is not documented: 7582/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2213: warning: The following parameter of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig) is not documented:
7609 parameter 'purpose' 7583 parameter 'purpose'
7610/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2281: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig) 7584/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2285: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig)
7611/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2272: warning: The following parameter of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig) is not documented: 7585/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2276: warning: The following parameter of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig) is not documented:
7612 parameter 'purpose' 7586 parameter 'purpose'
7613/home/william/Git/gnunet/src/util/crypto_paillier.c:331: warning: Found unknown command '\private_key' 7587/home/william/Git/gnunet/src/util/crypto_paillier.c:331: warning: Found unknown command '\private_key'
7614/home/william/Git/gnunet/src/util/crypto_paillier.c:336: warning: Found unknown command '\private_key' 7588/home/william/Git/gnunet/src/util/crypto_paillier.c:336: warning: Found unknown command '\private_key'
7615/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2419: warning: argument 'private_key' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections 7589/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2423: warning: argument 'private_key' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
7616/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2419: warning: argument 'public_key' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections 7590/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2423: warning: argument 'public_key' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
7617/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2419: warning: argument 'ciphertext' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections 7591/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2423: warning: argument 'ciphertext' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
7618/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2419: warning: argument 'm' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections 7592/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2423: warning: argument 'm' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
7619/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2440: warning: argument 'public_key' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections 7593/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2444: warning: argument 'public_key' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
7620/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2440: warning: argument 'c1' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections 7594/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2444: warning: argument 'c1' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
7621/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2440: warning: argument 'c2' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections 7595/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2444: warning: argument 'c2' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
7622/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2440: warning: argument 'result' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections 7596/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2444: warning: argument 'result' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
7623/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2669: warning: argument 'bkey' of command @param is not found in the argument list of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size) 7597/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2673: warning: argument 'bkey' of command @param is not found in the argument list of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size)
7624/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2680: warning: The following parameter of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size) is not documented: 7598/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2684: warning: The following parameter of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size) is not documented:
7625 parameter 'bks' 7599 parameter 'bks'
7626/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2759: warning: explicit link request to 'GNUNET_CRYPTO_rsa_sign()' could not be resolved 7600/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2763: warning: explicit link request to 'GNUNET_CRYPTO_rsa_sign()' could not be resolved
7627/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:231: warning: Found unknown command '\eh' 7601/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:231: warning: Found unknown command '\eh'
7628/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:253: warning: Found unknown command '\eh' 7602/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:253: warning: Found unknown command '\eh'
7629/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:311: warning: Found unknown command '\eh' 7603/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:311: warning: Found unknown command '\eh'
@@ -7632,336 +7606,336 @@ The command that should end the block seems to be missing!
7632/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:392: warning: The following parameters of GNUNET_CURL_gnunet_rc_create_with_parser(struct GNUNET_CURL_Context *ctx, GNUNET_CURL_RawParser rp, GNUNET_CURL_ResponseCleaner rc) are not documented: 7606/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:392: warning: The following parameters of GNUNET_CURL_gnunet_rc_create_with_parser(struct GNUNET_CURL_Context *ctx, GNUNET_CURL_RawParser rp, GNUNET_CURL_ResponseCleaner rc) are not documented:
7633 parameter 'rp' 7607 parameter 'rp'
7634 parameter 'rc' 7608 parameter 'rc'
7635/home/william/Git/gnunet/src/include/gnunet_datacache_lib.h:106: warning: argument 'how' of command @param is not found in the argument list of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info) 7609/home/william/Git/gnunet/src/include/gnunet_datacache_lib.h:109: warning: argument 'how' of command @param is not found in the argument list of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info)
7636/home/william/Git/gnunet/src/include/gnunet_datacache_lib.h:77: warning: The following parameter of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info) is not documented: 7610/home/william/Git/gnunet/src/include/gnunet_datacache_lib.h:80: warning: The following parameter of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info) is not documented:
7637 parameter 'xor_distance' 7611 parameter 'xor_distance'
7638/home/william/Git/gnunet/src/include/gnunet_datastore_plugin.h:136: warning: explicit link request to 'GNUNET_SYSERROR' could not be resolved 7612/home/william/Git/gnunet/src/include/gnunet_datastore_plugin.h:139: warning: explicit link request to 'GNUNET_SYSERROR' could not be resolved
7639/home/william/Git/gnunet/src/include/gnunet_datastore_plugin.h:236: warning: explicit link request to 'GNUNET_SYSERROR' could not be resolved 7613/home/william/Git/gnunet/src/include/gnunet_datastore_plugin.h:239: warning: explicit link request to 'GNUNET_SYSERROR' could not be resolved
7640/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'h' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 7614/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'h' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
7641/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'rid' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 7615/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'rid' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
7642/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'key' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 7616/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'key' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
7643/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'size' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 7617/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'size' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
7644/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'data' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 7618/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'data' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
7645/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'type' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 7619/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'type' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
7646/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'priority' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 7620/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'priority' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
7647/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'anonymity' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 7621/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'anonymity' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
7648/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'replication' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 7622/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'replication' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
7649/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'expiration' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 7623/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'expiration' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
7650/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 7624/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
7651/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 7625/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
7652/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'cont' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 7626/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'cont' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
7653/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'cont_cls' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 7627/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'cont_cls' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
7654/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:197: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_release_reserve has multiple @param documentation sections 7628/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:200: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_release_reserve has multiple @param documentation sections
7655/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:197: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_release_reserve has multiple @param documentation sections 7629/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:200: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_release_reserve has multiple @param documentation sections
7656/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'h' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 7630/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'h' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
7657/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'key' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 7631/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'key' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
7658/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'size' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 7632/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'size' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
7659/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'data' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 7633/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'data' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
7660/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 7634/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
7661/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 7635/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
7662/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'cont' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 7636/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'cont' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
7663/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'cont_cls' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 7637/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'cont_cls' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
7664/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'h' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 7638/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'h' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
7665/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'next_uid' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 7639/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'next_uid' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
7666/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'random' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 7640/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'random' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
7667/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'key' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 7641/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'key' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
7668/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'type' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 7642/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'type' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
7669/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 7643/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
7670/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 7644/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
7671/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'proc' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 7645/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'proc' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
7672/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'proc_cls' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 7646/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'proc_cls' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
7673/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'h' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 7647/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'h' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
7674/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'next_uid' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 7648/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'next_uid' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
7675/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 7649/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
7676/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 7650/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
7677/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'type' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 7651/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'type' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
7678/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'proc' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 7652/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'proc' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
7679/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'proc_cls' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 7653/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'proc_cls' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
7680/home/william/Git/gnunet/src/include/gnunet_dht_service.h:292: warning: explicit link request to 'GNUNET_BLOCK_evaluate' could not be resolved 7654/home/william/Git/gnunet/src/include/gnunet_dht_service.h:297: warning: explicit link request to 'GNUNET_BLOCK_evaluate' could not be resolved
7681/home/william/Git/gnunet/src/include/gnunet_disk_lib.h:669: warning: argument 'glob_patterb' of command @param is not found in the argument list of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls) 7655/home/william/Git/gnunet/src/include/gnunet_disk_lib.h:673: warning: argument 'glob_patterb' of command @param is not found in the argument list of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls)
7682/home/william/Git/gnunet/src/include/gnunet_disk_lib.h:679: warning: The following parameter of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls) is not documented: 7656/home/william/Git/gnunet/src/include/gnunet_disk_lib.h:683: warning: The following parameter of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls) is not documented:
7683 parameter 'glob_pattern' 7657 parameter 'glob_pattern'
7684/home/william/Git/gnunet/src/include/gnunet_dns_service.h:137: warning: argument 'rh' from the argument list of GNUNET_DNS_request_forward has multiple @param documentation sections 7658/home/william/Git/gnunet/src/include/gnunet_dns_service.h:140: warning: argument 'rh' from the argument list of GNUNET_DNS_request_forward has multiple @param documentation sections
7685/home/william/Git/gnunet/src/include/gnunet_dns_service.h:161: warning: argument 'rh' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections 7659/home/william/Git/gnunet/src/include/gnunet_dns_service.h:164: warning: argument 'rh' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections
7686/home/william/Git/gnunet/src/include/gnunet_dns_service.h:161: warning: argument 'reply_length' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections 7660/home/william/Git/gnunet/src/include/gnunet_dns_service.h:164: warning: argument 'reply_length' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections
7687/home/william/Git/gnunet/src/include/gnunet_dns_service.h:161: warning: argument 'reply' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections 7661/home/william/Git/gnunet/src/include/gnunet_dns_service.h:164: warning: argument 'reply' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections
7688/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:578: warning: argument 'name' from the argument list of GNUNET_DNSPARSER_check_name has multiple @param documentation sections 7662/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:581: warning: argument 'name' from the argument list of GNUNET_DNSPARSER_check_name has multiple @param documentation sections
7689/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:715: warning: argument 'dst' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections 7663/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:718: warning: argument 'dst' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections
7690/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:715: warning: argument 'dst_len' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections 7664/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:718: warning: argument 'dst_len' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections
7691/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:715: warning: argument 'off' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections 7665/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:718: warning: argument 'off' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections
7692/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:715: warning: argument 'cert' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections 7666/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:718: warning: argument 'cert' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections
7693/home/william/Git/gnunet/src/util/dnsstub.c:697: warning: argument 'retry_frequ' of command @param is not found in the argument list of GNUNET_DNSSTUB_set_retry(struct GNUNET_DNSSTUB_Context *ctx, struct GNUNET_TIME_Relative retry_freq) 7667/home/william/Git/gnunet/src/util/dnsstub.c:697: warning: argument 'retry_frequ' of command @param is not found in the argument list of GNUNET_DNSSTUB_set_retry(struct GNUNET_DNSSTUB_Context *ctx, struct GNUNET_TIME_Relative retry_freq)
7694/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:92: warning: argument 'ctx' from the argument list of GNUNET_DNSSTUB_set_retry has multiple @param documentation sections 7668/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:95: warning: argument 'ctx' from the argument list of GNUNET_DNSSTUB_set_retry has multiple @param documentation sections
7695/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'ctx' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 7669/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'ctx' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
7696/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'request' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 7670/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'request' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
7697/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'request_len' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 7671/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'request_len' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
7698/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'rc' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 7672/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'rc' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
7699/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'rc_cls' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 7673/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'rc_cls' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
7700/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'stats' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 7674/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'stats' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
7701/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'mtu' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 7675/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'mtu' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
7702/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'tracker' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 7676/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'tracker' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
7703/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'msg_delay' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 7677/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'msg_delay' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
7704/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'ack_delay' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 7678/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'ack_delay' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
7705/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'msg' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 7679/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'msg' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
7706/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'proc' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 7680/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'proc' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
7707/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'proc_cls' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 7681/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'proc_cls' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
7708/home/william/Git/gnunet/src/include/gnunet_fs_service.h:115: warning: argument 'uri' from the argument list of GNUNET_FS_uri_to_key has multiple @param documentation sections 7682/home/william/Git/gnunet/src/include/gnunet_fs_service.h:118: warning: argument 'uri' from the argument list of GNUNET_FS_uri_to_key has multiple @param documentation sections
7709/home/william/Git/gnunet/src/include/gnunet_fs_service.h:115: warning: argument 'key' from the argument list of GNUNET_FS_uri_to_key has multiple @param documentation sections 7683/home/william/Git/gnunet/src/include/gnunet_fs_service.h:118: warning: argument 'key' from the argument list of GNUNET_FS_uri_to_key has multiple @param documentation sections
7710/home/william/Git/gnunet/src/include/gnunet_fs_service.h:207: warning: argument 'uri' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections 7684/home/william/Git/gnunet/src/include/gnunet_fs_service.h:210: warning: argument 'uri' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections
7711/home/william/Git/gnunet/src/include/gnunet_fs_service.h:207: warning: argument 'iterator' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections 7685/home/william/Git/gnunet/src/include/gnunet_fs_service.h:210: warning: argument 'iterator' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections
7712/home/william/Git/gnunet/src/include/gnunet_fs_service.h:207: warning: argument 'iterator_cls' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections 7686/home/william/Git/gnunet/src/include/gnunet_fs_service.h:210: warning: argument 'iterator_cls' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections
7713/home/william/Git/gnunet/src/include/gnunet_fs_service.h:270: warning: argument 'u1' from the argument list of GNUNET_FS_uri_ksk_merge has multiple @param documentation sections 7687/home/william/Git/gnunet/src/include/gnunet_fs_service.h:273: warning: argument 'u1' from the argument list of GNUNET_FS_uri_ksk_merge has multiple @param documentation sections
7714/home/william/Git/gnunet/src/include/gnunet_fs_service.h:270: warning: argument 'u2' from the argument list of GNUNET_FS_uri_ksk_merge has multiple @param documentation sections 7688/home/william/Git/gnunet/src/include/gnunet_fs_service.h:273: warning: argument 'u2' from the argument list of GNUNET_FS_uri_ksk_merge has multiple @param documentation sections
7715/home/william/Git/gnunet/src/include/gnunet_fs_service.h:358: warning: argument 'ns' from the argument list of GNUNET_FS_uri_sks_create has multiple @param documentation sections 7689/home/william/Git/gnunet/src/include/gnunet_fs_service.h:361: warning: argument 'ns' from the argument list of GNUNET_FS_uri_sks_create has multiple @param documentation sections
7716/home/william/Git/gnunet/src/include/gnunet_fs_service.h:358: warning: argument 'id' from the argument list of GNUNET_FS_uri_sks_create has multiple @param documentation sections 7690/home/william/Git/gnunet/src/include/gnunet_fs_service.h:361: warning: argument 'id' from the argument list of GNUNET_FS_uri_sks_create has multiple @param documentation sections
7717/home/william/Git/gnunet/src/include/gnunet_fs_service.h:371: warning: argument 'uri' from the argument list of GNUNET_FS_uri_sks_get_namespace has multiple @param documentation sections 7691/home/william/Git/gnunet/src/include/gnunet_fs_service.h:374: warning: argument 'uri' from the argument list of GNUNET_FS_uri_sks_get_namespace has multiple @param documentation sections
7718/home/william/Git/gnunet/src/include/gnunet_fs_service.h:371: warning: argument 'pseudonym' from the argument list of GNUNET_FS_uri_sks_get_namespace has multiple @param documentation sections 7692/home/william/Git/gnunet/src/include/gnunet_fs_service.h:374: warning: argument 'pseudonym' from the argument list of GNUNET_FS_uri_sks_get_namespace has multiple @param documentation sections
7719/home/william/Git/gnunet/src/include/gnunet_fs_service.h:413: warning: argument 'uri' from the argument list of GNUNET_FS_uri_chk_get_file_size has multiple @param documentation sections 7693/home/william/Git/gnunet/src/include/gnunet_fs_service.h:416: warning: argument 'uri' from the argument list of GNUNET_FS_uri_chk_get_file_size has multiple @param documentation sections
7720/home/william/Git/gnunet/src/include/gnunet_fs_service.h:459: warning: argument 'metadata' of command @param is not found in the argument list of GNUNET_FS_GETOPT_METADATA(char shortName, const char *name, const char *argumentHelp, const char *description, struct GNUNET_CONTAINER_MetaData **meta) 7694/home/william/Git/gnunet/src/include/gnunet_fs_service.h:462: warning: argument 'metadata' of command @param is not found in the argument list of GNUNET_FS_GETOPT_METADATA(char shortName, const char *name, const char *argumentHelp, const char *description, struct GNUNET_CONTAINER_MetaData **meta)
7721/home/william/Git/gnunet/src/include/gnunet_fs_service.h:435: warning: The following parameter of GNUNET_FS_GETOPT_METADATA(char shortName, const char *name, const char *argumentHelp, const char *description, struct GNUNET_CONTAINER_MetaData **meta) is not documented: 7695/home/william/Git/gnunet/src/include/gnunet_fs_service.h:438: warning: The following parameter of GNUNET_FS_GETOPT_METADATA(char shortName, const char *name, const char *argumentHelp, const char *description, struct GNUNET_CONTAINER_MetaData **meta) is not documented:
7722 parameter 'meta' 7696 parameter 'meta'
7723/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 7697/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
7724/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 7698/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
7725/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'filename' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 7699/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'filename' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
7726/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 7700/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
7727/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 7701/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
7728/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 7702/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
7729/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 7703/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
7730/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 7704/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
7731/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 7705/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
7732/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'length' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 7706/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'length' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
7733/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'data' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 7707/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'data' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
7734/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 7708/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
7735/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 7709/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
7736/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 7710/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
7737/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 7711/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
7738/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 7712/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
7739/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 7713/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
7740/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'length' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 7714/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'length' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
7741/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'reader' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 7715/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'reader' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
7742/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'reader_cls' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 7716/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'reader_cls' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
7743/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 7717/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
7744/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 7718/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
7745/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 7719/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
7746/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 7720/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
7747/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 7721/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
7748/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 7722/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
7749/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 7723/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
7750/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 7724/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
7751/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 7725/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
7752/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'filename' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 7726/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'filename' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
7753/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1912: warning: argument 'dir' from the argument list of GNUNET_FS_file_information_add has multiple @param documentation sections 7727/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1915: warning: argument 'dir' from the argument list of GNUNET_FS_file_information_add has multiple @param documentation sections
7754/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1912: warning: argument 'ent' from the argument list of GNUNET_FS_file_information_add has multiple @param documentation sections 7728/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1915: warning: argument 'ent' from the argument list of GNUNET_FS_file_information_add has multiple @param documentation sections
7755/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2002: warning: argument 'pc' from the argument list of GNUNET_FS_publish_stop has multiple @param documentation sections 7729/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2005: warning: argument 'pc' from the argument list of GNUNET_FS_publish_stop has multiple @param documentation sections
7756/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'h' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 7730/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'h' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
7757/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'ksk_uri' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 7731/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'ksk_uri' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
7758/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'meta' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 7732/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'meta' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
7759/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'uri' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 7733/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'uri' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
7760/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'bo' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 7734/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'bo' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
7761/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'options' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 7735/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'options' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
7762/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'cont' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 7736/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'cont' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
7763/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'cont_cls' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 7737/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'cont_cls' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
7764/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'h' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 7738/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'h' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
7765/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'ns' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 7739/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'ns' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
7766/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'identifier' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 7740/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'identifier' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
7767/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'update' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 7741/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'update' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
7768/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'meta' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 7742/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'meta' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
7769/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'uri' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 7743/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'uri' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
7770/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'bo' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 7744/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'bo' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
7771/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'options' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 7745/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'options' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
7772/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'cont' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 7746/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'cont' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
7773/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'cont_cls' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 7747/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'cont_cls' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
7774/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2128: warning: argument 'h' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections 7748/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2131: warning: argument 'h' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections
7775/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2128: warning: argument 'iterator' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections 7749/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2131: warning: argument 'iterator' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections
7776/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2128: warning: argument 'iterator_cls' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections 7750/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2131: warning: argument 'iterator_cls' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections
7777/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'h' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 7751/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'h' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
7778/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'ns' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 7752/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'ns' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
7779/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'next_id' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 7753/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'next_id' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
7780/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'ip' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 7754/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'ip' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
7781/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'ip_cls' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 7755/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'ip_cls' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
7782/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'h' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 7756/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'h' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
7783/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'uri' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 7757/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'uri' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
7784/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'meta' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 7758/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'meta' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
7785/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'filename' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 7759/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'filename' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
7786/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'tempname' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 7760/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'tempname' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
7787/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'offset' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 7761/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'offset' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
7788/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'length' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 7762/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'length' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
7789/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'anonymity' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 7763/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'anonymity' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
7790/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'options' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 7764/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'options' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
7791/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'cctx' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 7765/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'cctx' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
7792/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'parent' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 7766/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'parent' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
7793/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'h' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 7767/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'h' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
7794/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'sr' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 7768/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'sr' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
7795/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'filename' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 7769/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'filename' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
7796/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'tempname' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 7770/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'tempname' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
7797/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'offset' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 7771/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'offset' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
7798/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'length' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 7772/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'length' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
7799/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'anonymity' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 7773/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'anonymity' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
7800/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'options' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 7774/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'options' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
7801/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'cctx' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 7775/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'cctx' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
7802/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'size' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 7776/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'size' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
7803/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'data' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 7777/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'data' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
7804/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'offset' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 7778/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'offset' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
7805/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'dep' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 7779/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'dep' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
7806/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'dep_cls' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 7780/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'dep_cls' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
7807/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2574: warning: argument 'bld' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections 7781/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2577: warning: argument 'bld' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections
7808/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2574: warning: argument 'uri' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections 7782/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2577: warning: argument 'uri' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections
7809/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2574: warning: argument 'md' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections 7783/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2577: warning: argument 'md' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections
7810/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2574: warning: argument 'data' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections 7784/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2577: warning: argument 'data' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections
7811/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'filename' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 7785/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'filename' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
7812/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'disable_extractor' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 7786/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'disable_extractor' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
7813/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'ex' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 7787/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'ex' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
7814/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'cb' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 7788/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'cb' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
7815/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'cb_cls' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 7789/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'cb_cls' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
7816/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2759: warning: argument 'ds' from the argument list of GNUNET_FS_directory_scan_get_result has multiple @param documentation sections 7790/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2762: warning: argument 'ds' from the argument list of GNUNET_FS_directory_scan_get_result has multiple @param documentation sections
7817/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:166: warning: argument 'val' of command @param is not found in the argument list of GNUNET_GETOPT_option_timetravel(char shortName, const char *name) 7791/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:170: warning: argument 'val' of command @param is not found in the argument list of GNUNET_GETOPT_option_timetravel(char shortName, const char *name)
7818/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:400: warning: argument 'argumentHelp' of command @param is not found in the argument list of GNUNET_GETOPT_option_increment_uint(char shortName, const char *name, const char *description, unsigned int *val) 7792/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:404: warning: argument 'argumentHelp' of command @param is not found in the argument list of GNUNET_GETOPT_option_increment_uint(char shortName, const char *name, const char *description, unsigned int *val)
7819/home/william/Git/gnunet/src/include/gnunet_gns_service.h:83: warning: argument 'handle' from the argument list of GNUNET_GNS_disconnect has multiple @param documentation sections 7793/home/william/Git/gnunet/src/include/gnunet_gns_service.h:86: warning: argument 'handle' from the argument list of GNUNET_GNS_disconnect has multiple @param documentation sections
7820/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'handle' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 7794/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'handle' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
7821/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'name' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 7795/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'name' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
7822/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'zone' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 7796/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'zone' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
7823/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'type' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 7797/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'type' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
7824/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'options' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 7798/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'options' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
7825/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'proc' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 7799/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'proc' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
7826/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'proc_cls' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 7800/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'proc_cls' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
7827/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'handle' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 7801/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'handle' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
7828/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'name' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 7802/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'name' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
7829/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'type' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 7803/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'type' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
7830/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'options' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 7804/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'options' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
7831/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'proc' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 7805/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'proc' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
7832/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'proc_cls' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 7806/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'proc_cls' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
7833/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:50: warning: argument 'gnsrecord_object' of command @param is not found in the argument list of GNUNET_GNSRECORD_JSON_spec_gnsrecord(struct GNUNET_GNSRECORD_Data **rd, unsigned int *rd_count, char **name) 7807/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:53: warning: argument 'gnsrecord_object' of command @param is not found in the argument list of GNUNET_GNSRECORD_JSON_spec_gnsrecord(struct GNUNET_GNSRECORD_Data **rd, unsigned int *rd_count, char **name)
7834/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:1: warning: The following parameters of GNUNET_GNSRECORD_JSON_spec_gnsrecord(struct GNUNET_GNSRECORD_Data **rd, unsigned int *rd_count, char **name) are not documented: 7808/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:1: warning: The following parameters of GNUNET_GNSRECORD_JSON_spec_gnsrecord(struct GNUNET_GNSRECORD_Data **rd, unsigned int *rd_count, char **name) are not documented:
7835 parameter 'rd' 7809 parameter 'rd'
7836 parameter 'rd_count' 7810 parameter 'rd_count'
7837 parameter 'name' 7811 parameter 'name'
7838/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:68: warning: The following parameter of GNUNET_GNSRECORD_JSON_from_gnsrecord(const char *rname, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count) is not documented: 7812/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:71: warning: The following parameter of GNUNET_GNSRECORD_JSON_from_gnsrecord(const char *rname, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count) is not documented:
7839 parameter 'rd_count' 7813 parameter 'rd_count'
7840/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:332: warning: argument 'type' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections 7814/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:335: warning: argument 'type' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections
7841/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:332: warning: argument 'data' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections 7815/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:335: warning: argument 'data' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections
7842/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:332: warning: argument 'data_size' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections 7816/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:335: warning: argument 'data_size' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections
7843/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:347: warning: argument 'type' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections 7817/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:350: warning: argument 'type' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections
7844/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:347: warning: argument 's' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections 7818/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:350: warning: argument 's' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections
7845/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:347: warning: argument 'data' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections 7819/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:350: warning: argument 'data' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections
7846/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:347: warning: argument 'data_size' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections 7820/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:350: warning: argument 'data_size' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections
7847/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:358: warning: argument 'dns_typename' from the argument list of GNUNET_GNSRECORD_typename_to_number has multiple @param documentation sections 7821/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:361: warning: argument 'dns_typename' from the argument list of GNUNET_GNSRECORD_typename_to_number has multiple @param documentation sections
7848/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:382: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_get_size has multiple @param documentation sections 7822/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:385: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_get_size has multiple @param documentation sections
7849/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:382: warning: argument 'rd' from the argument list of GNUNET_GNSRECORD_records_get_size has multiple @param documentation sections 7823/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:385: warning: argument 'rd' from the argument list of GNUNET_GNSRECORD_records_get_size has multiple @param documentation sections
7850/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:396: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections 7824/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:399: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections
7851/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:396: warning: argument 'rd' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections 7825/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:399: warning: argument 'rd' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections
7852/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:396: warning: argument 'dest_size' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections 7826/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:399: warning: argument 'dest_size' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections
7853/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:396: warning: argument 'dest' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections 7827/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:399: warning: argument 'dest' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections
7854/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:414: warning: argument 'len' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections 7828/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:417: warning: argument 'len' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections
7855/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:414: warning: argument 'src' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections 7829/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:417: warning: argument 'src' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections
7856/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:414: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections 7830/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:417: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections
7857/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:414: warning: argument 'dest' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections 7831/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:417: warning: argument 'dest' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections
7858/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:453: warning: argument 'z' from the argument list of GNUNET_GNSRECORD_z2s has multiple @param documentation sections 7832/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:456: warning: argument 'z' from the argument list of GNUNET_GNSRECORD_z2s has multiple @param documentation sections
7859/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:467: warning: argument 'pkey' from the argument list of GNUNET_GNSRECORD_pkey_to_zkey has multiple @param documentation sections 7833/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:470: warning: argument 'pkey' from the argument list of GNUNET_GNSRECORD_pkey_to_zkey has multiple @param documentation sections
7860/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:480: warning: argument 'zkey' from the argument list of GNUNET_GNSRECORD_zkey_to_pkey has multiple @param documentation sections 7834/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:483: warning: argument 'zkey' from the argument list of GNUNET_GNSRECORD_zkey_to_pkey has multiple @param documentation sections
7861/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:480: warning: argument 'pkey' from the argument list of GNUNET_GNSRECORD_zkey_to_pkey has multiple @param documentation sections 7835/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:483: warning: argument 'pkey' from the argument list of GNUNET_GNSRECORD_zkey_to_pkey has multiple @param documentation sections
7862/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:505: warning: argument 'pub' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections 7836/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:508: warning: argument 'pub' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections
7863/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:505: warning: argument 'label' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections 7837/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:508: warning: argument 'label' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections
7864/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:505: warning: argument 'query' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections 7838/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:508: warning: argument 'query' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections
7865/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:525: warning: argument 'result' of command @param is not found in the argument list of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block) 7839/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:528: warning: argument 'result' of command @param is not found in the argument list of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block)
7866/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:519: warning: The following parameter of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block) is not documented: 7840/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:522: warning: The following parameter of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block) is not documented:
7867 parameter 'block' 7841 parameter 'block'
7868/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'block' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 7842/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'block' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
7869/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'zone_key' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 7843/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'zone_key' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
7870/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'label' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 7844/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'label' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
7871/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'proc' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 7845/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'proc' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
7872/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'proc_cls' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 7846/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'proc_cls' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
7873/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:604: warning: argument 'a' from the argument list of GNUNET_GNSRECORD_records_cmp has multiple @param documentation sections 7847/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:607: warning: argument 'a' from the argument list of GNUNET_GNSRECORD_records_cmp has multiple @param documentation sections
7874/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:604: warning: argument 'b' from the argument list of GNUNET_GNSRECORD_records_cmp has multiple @param documentation sections 7848/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:607: warning: argument 'b' from the argument list of GNUNET_GNSRECORD_records_cmp has multiple @param documentation sections
7875/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:658: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved 7849/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:661: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved
7876/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:711: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg) 7850/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:714: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg)
7877/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:633: warning: The following parameter of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg) is not documented: 7851/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:636: warning: The following parameter of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg) is not documented:
7878 parameter 'rd_count_public' 7852 parameter 'rd_count_public'
7879/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:742: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg) 7853/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:745: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg)
7880/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:633: warning: The following parameter of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg) is not documented: 7854/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:636: warning: The following parameter of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg) is not documented:
7881 parameter 'rd_count_public' 7855 parameter 'rd_count_public'
7882/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'peer' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 7856/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'peer' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
7883/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'transport_name' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 7857/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'transport_name' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
7884/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'address' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 7858/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'address' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
7885/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'address_length' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 7859/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'address_length' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
7886/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'local_info' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 7860/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'local_info' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
7887/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:163: warning: argument 'a1' from the argument list of GNUNET_HELLO_address_cmp has multiple @param documentation sections 7861/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:166: warning: argument 'a1' from the argument list of GNUNET_HELLO_address_cmp has multiple @param documentation sections
7888/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:163: warning: argument 'a2' from the argument list of GNUNET_HELLO_address_cmp has multiple @param documentation sections 7862/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:166: warning: argument 'a2' from the argument list of GNUNET_HELLO_address_cmp has multiple @param documentation sections
7889/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:254: warning: argument 'address' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections 7863/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:257: warning: argument 'address' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections
7890/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:254: warning: argument 'expiration' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections 7864/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:257: warning: argument 'expiration' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections
7891/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:254: warning: argument 'target' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections 7865/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:257: warning: argument 'target' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections
7892/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:254: warning: argument 'max' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections 7866/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:257: warning: argument 'max' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections
7893/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'h1' from the argument list of GNUNET_HELLO_merge has multiple @param documentation sections 7867/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'h1' from the argument list of GNUNET_HELLO_merge has multiple @param documentation sections
7894/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'h2' from the argument list of GNUNET_HELLO_merge has multiple @param documentation sections 7868/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'h2' from the argument list of GNUNET_HELLO_merge has multiple @param documentation sections
7895/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'h1' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections 7869/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'h1' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections
7896/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'h2' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections 7870/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'h2' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections
7897/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'now' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections 7871/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'now' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections
7898/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:383: warning: argument 'msg' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections 7872/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:386: warning: argument 'msg' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections
7899/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:383: warning: argument 'return_modified' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections 7873/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:386: warning: argument 'return_modified' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections
7900/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:383: warning: argument 'it' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections 7874/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:386: warning: argument 'it' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections
7901/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:383: warning: argument 'it_cls' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections 7875/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:386: warning: argument 'it_cls' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections
7902/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'new_hello' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 7876/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'new_hello' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
7903/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'old_hello' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 7877/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'old_hello' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
7904/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'expiration_limit' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 7878/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'expiration_limit' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
7905/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'it' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 7879/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'it' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
7906/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'it_cls' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 7880/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'it_cls' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
7907/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size) 7881/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size)
7908/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size) 7882/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size)
7909/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size) 7883/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size)
7910/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size) 7884/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size)
7911/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'address' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 7885/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'address' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
7912/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'nt' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 7886/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'nt' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
7913/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'mono_time' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 7887/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'mono_time' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
7914/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'private_key' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 7888/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'private_key' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
7915/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'result' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 7889/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'result' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
7916/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'result_size' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 7890/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'result_size' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
7917/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:500: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_extract_address(const void *raw, size_t raw_size, const struct GNUNET_PeerIdentity *pid, enum GNUNET_NetworkType *nt, struct GNUNET_TIME_Absolute *mono_time) 7891/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:503: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_extract_address(const void *raw, size_t raw_size, const struct GNUNET_PeerIdentity *pid, enum GNUNET_NetworkType *nt, struct GNUNET_TIME_Absolute *mono_time)
7918/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:500: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_extract_address(const void *raw, size_t raw_size, const struct GNUNET_PeerIdentity *pid, enum GNUNET_NetworkType *nt, struct GNUNET_TIME_Absolute *mono_time) 7892/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:503: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_extract_address(const void *raw, size_t raw_size, const struct GNUNET_PeerIdentity *pid, enum GNUNET_NetworkType *nt, struct GNUNET_TIME_Absolute *mono_time)
7919/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'with_control_pipe' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 7893/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'with_control_pipe' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
7920/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'binary_name' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 7894/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'binary_name' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
7921/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'binary_argv' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 7895/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'binary_argv' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
7922/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'cb' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 7896/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'cb' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
7923/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'exp_cb' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 7897/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'exp_cb' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
7924/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'cb_cls' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 7898/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'cb_cls' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
7925/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:95: warning: argument 'h' from the argument list of GNUNET_HELPER_kill has multiple @param documentation sections 7899/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:99: warning: argument 'h' from the argument list of GNUNET_HELPER_kill has multiple @param documentation sections
7926/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:95: warning: argument 'soft_kill' from the argument list of GNUNET_HELPER_kill has multiple @param documentation sections 7900/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:99: warning: argument 'soft_kill' from the argument list of GNUNET_HELPER_kill has multiple @param documentation sections
7927/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:107: warning: argument 'h' from the argument list of GNUNET_HELPER_wait has multiple @param documentation sections 7901/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:111: warning: argument 'h' from the argument list of GNUNET_HELPER_wait has multiple @param documentation sections
7928/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:128: warning: argument 'h' from the argument list of GNUNET_HELPER_stop has multiple @param documentation sections 7902/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:132: warning: argument 'h' from the argument list of GNUNET_HELPER_stop has multiple @param documentation sections
7929/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:128: warning: argument 'soft_kill' from the argument list of GNUNET_HELPER_stop has multiple @param documentation sections 7903/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:132: warning: argument 'soft_kill' from the argument list of GNUNET_HELPER_stop has multiple @param documentation sections
7930/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'h' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 7904/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'h' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
7931/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'msg' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 7905/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'msg' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
7932/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'can_drop' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 7906/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'can_drop' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
7933/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'cont' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 7907/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'cont' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
7934/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'cont_cls' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 7908/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'cont_cls' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
7935/home/william/Git/gnunet/src/include/gnunet_identity_service.h:254: warning: argument 'cfg' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections 7909/home/william/Git/gnunet/src/include/gnunet_identity_service.h:257: warning: argument 'cfg' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections
7936/home/william/Git/gnunet/src/include/gnunet_identity_service.h:254: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections 7910/home/william/Git/gnunet/src/include/gnunet_identity_service.h:257: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections
7937/home/william/Git/gnunet/src/include/gnunet_identity_service.h:254: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections 7911/home/william/Git/gnunet/src/include/gnunet_identity_service.h:257: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections
7938/home/william/Git/gnunet/src/include/gnunet_identity_service.h:259: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_get(struct GNUNET_IDENTITY_Handle *h, const char *service_name, GNUNET_IDENTITY_Callback cb, void *cb_cls) 7912/home/william/Git/gnunet/src/include/gnunet_identity_service.h:262: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_get(struct GNUNET_IDENTITY_Handle *h, const char *service_name, GNUNET_IDENTITY_Callback cb, void *cb_cls)
7939/home/william/Git/gnunet/src/include/gnunet_identity_service.h:269: warning: argument 'service_name' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections 7913/home/william/Git/gnunet/src/include/gnunet_identity_service.h:272: warning: argument 'service_name' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections
7940/home/william/Git/gnunet/src/include/gnunet_identity_service.h:269: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections 7914/home/william/Git/gnunet/src/include/gnunet_identity_service.h:272: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections
7941/home/william/Git/gnunet/src/include/gnunet_identity_service.h:269: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections 7915/home/william/Git/gnunet/src/include/gnunet_identity_service.h:272: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections
7942/home/william/Git/gnunet/src/include/gnunet_identity_service.h:287: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_set(struct GNUNET_IDENTITY_Handle *h, const char *service_name, struct GNUNET_IDENTITY_Ego *ego, GNUNET_IDENTITY_Continuation cont, void *cont_cls) 7916/home/william/Git/gnunet/src/include/gnunet_identity_service.h:290: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_set(struct GNUNET_IDENTITY_Handle *h, const char *service_name, struct GNUNET_IDENTITY_Ego *ego, GNUNET_IDENTITY_Continuation cont, void *cont_cls)
7943/home/william/Git/gnunet/src/include/gnunet_identity_service.h:298: warning: argument 'service_name' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections 7917/home/william/Git/gnunet/src/include/gnunet_identity_service.h:301: warning: argument 'service_name' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections
7944/home/william/Git/gnunet/src/include/gnunet_identity_service.h:298: warning: argument 'ego' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections 7918/home/william/Git/gnunet/src/include/gnunet_identity_service.h:301: warning: argument 'ego' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections
7945/home/william/Git/gnunet/src/include/gnunet_identity_service.h:298: warning: argument 'cont' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections 7919/home/william/Git/gnunet/src/include/gnunet_identity_service.h:301: warning: argument 'cont' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections
7946/home/william/Git/gnunet/src/include/gnunet_identity_service.h:298: warning: argument 'cont_cls' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections 7920/home/william/Git/gnunet/src/include/gnunet_identity_service.h:301: warning: argument 'cont_cls' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections
7947/home/william/Git/gnunet/src/include/gnunet_identity_service.h:311: warning: argument 'h' from the argument list of GNUNET_IDENTITY_disconnect has multiple @param documentation sections 7921/home/william/Git/gnunet/src/include/gnunet_identity_service.h:314: warning: argument 'h' from the argument list of GNUNET_IDENTITY_disconnect has multiple @param documentation sections
7948/home/william/Git/gnunet/src/include/gnunet_identity_service.h:349: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_rename(struct GNUNET_IDENTITY_Handle *h, const char *old_name, const char *new_name, GNUNET_IDENTITY_Continuation cb, void *cb_cls) 7922/home/william/Git/gnunet/src/include/gnunet_identity_service.h:352: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_rename(struct GNUNET_IDENTITY_Handle *h, const char *old_name, const char *new_name, GNUNET_IDENTITY_Continuation cb, void *cb_cls)
7949/home/william/Git/gnunet/src/include/gnunet_identity_service.h:360: warning: argument 'old_name' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections 7923/home/william/Git/gnunet/src/include/gnunet_identity_service.h:363: warning: argument 'old_name' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections
7950/home/william/Git/gnunet/src/include/gnunet_identity_service.h:360: warning: argument 'new_name' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections 7924/home/william/Git/gnunet/src/include/gnunet_identity_service.h:363: warning: argument 'new_name' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections
7951/home/william/Git/gnunet/src/include/gnunet_identity_service.h:360: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections 7925/home/william/Git/gnunet/src/include/gnunet_identity_service.h:363: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections
7952/home/william/Git/gnunet/src/include/gnunet_identity_service.h:360: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections 7926/home/william/Git/gnunet/src/include/gnunet_identity_service.h:363: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections
7953/home/william/Git/gnunet/src/include/gnunet_identity_service.h:367: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_delete(struct GNUNET_IDENTITY_Handle *h, const char *name, GNUNET_IDENTITY_Continuation cb, void *cb_cls) 7927/home/william/Git/gnunet/src/include/gnunet_identity_service.h:370: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_delete(struct GNUNET_IDENTITY_Handle *h, const char *name, GNUNET_IDENTITY_Continuation cb, void *cb_cls)
7954/home/william/Git/gnunet/src/include/gnunet_identity_service.h:377: warning: argument 'name' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections 7928/home/william/Git/gnunet/src/include/gnunet_identity_service.h:380: warning: argument 'name' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections
7955/home/william/Git/gnunet/src/include/gnunet_identity_service.h:377: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections 7929/home/william/Git/gnunet/src/include/gnunet_identity_service.h:380: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections
7956/home/william/Git/gnunet/src/include/gnunet_identity_service.h:377: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections 7930/home/william/Git/gnunet/src/include/gnunet_identity_service.h:380: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections
7957/home/william/Git/gnunet/src/include/gnunet_identity_service.h:462: warning: argument 'sig' of command @param is not found in the argument list of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type) 7931/home/william/Git/gnunet/src/include/gnunet_identity_service.h:465: warning: argument 'sig' of command @param is not found in the argument list of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type)
7958/home/william/Git/gnunet/src/include/gnunet_identity_service.h:472: warning: The following parameter of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type) is not documented: 7932/home/william/Git/gnunet/src/include/gnunet_identity_service.h:475: warning: The following parameter of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type) is not documented:
7959 parameter 'type' 7933 parameter 'type'
7960/home/william/Git/gnunet/src/include/gnunet_identity_service.h:829: warning: argument 'name' of command @param is not found in the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *suffix, GNUNET_IDENTITY_EgoSuffixCallback cb, void *cb_cls) 7934/home/william/Git/gnunet/src/include/gnunet_identity_service.h:832: warning: argument 'name' of command @param is not found in the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *suffix, GNUNET_IDENTITY_EgoSuffixCallback cb, void *cb_cls)
7961/home/william/Git/gnunet/src/include/gnunet_identity_service.h:842: warning: argument 'cfg' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections 7935/home/william/Git/gnunet/src/include/gnunet_identity_service.h:845: warning: argument 'cfg' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections
7962/home/william/Git/gnunet/src/include/gnunet_identity_service.h:842: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections 7936/home/william/Git/gnunet/src/include/gnunet_identity_service.h:845: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections
7963/home/william/Git/gnunet/src/include/gnunet_identity_service.h:842: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections 7937/home/william/Git/gnunet/src/include/gnunet_identity_service.h:845: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections
7964/home/william/Git/gnunet/src/include/gnunet_identity_service.h:855: warning: argument 'el' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix_cancel has multiple @param documentation sections 7938/home/william/Git/gnunet/src/include/gnunet_identity_service.h:858: warning: argument 'el' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix_cancel has multiple @param documentation sections
7965/home/william/Git/gnunet/src/include/gnunet_json_lib.h:122: warning: argument 'which' of command @param is not found in the argument list of GNUNET_JSON_parse(const json_t *root, struct GNUNET_JSON_Specification *spec, const char **error_json_name, unsigned int *error_line) 7939/home/william/Git/gnunet/src/include/gnunet_json_lib.h:122: warning: argument 'which' of command @param is not found in the argument list of GNUNET_JSON_parse(const json_t *root, struct GNUNET_JSON_Specification *spec, const char **error_json_name, unsigned int *error_line)
7966/home/william/Git/gnunet/src/include/gnunet_json_lib.h:63: warning: The following parameter of GNUNET_JSON_parse(const json_t *root, struct GNUNET_JSON_Specification *spec, const char **error_json_name, unsigned int *error_line) is not documented: 7940/home/william/Git/gnunet/src/include/gnunet_json_lib.h:63: warning: The following parameter of GNUNET_JSON_parse(const json_t *root, struct GNUNET_JSON_Specification *spec, const char **error_json_name, unsigned int *error_line) is not documented:
7967 parameter 'error_line' 7941 parameter 'error_line'
@@ -8010,57 +7984,57 @@ The command that should end the block seems to be missing!
8010/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:813: warning: The following parameter of GNUNET_MESSENGER_send_message(struct GNUNET_MESSENGER_Room *room, const struct GNUNET_MESSENGER_Message *message, const struct GNUNET_MESSENGER_Contact *contact) is not documented: 7984/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:813: warning: The following parameter of GNUNET_MESSENGER_send_message(struct GNUNET_MESSENGER_Room *room, const struct GNUNET_MESSENGER_Message *message, const struct GNUNET_MESSENGER_Contact *contact) is not documented:
8011 parameter 'room' 7985 parameter 'room'
8012/home/william/Git/gnunet/src/include/gnunet_mhd_compat.h:25: warning: explicit link request to 'MHD_VERSION' could not be resolved 7986/home/william/Git/gnunet/src/include/gnunet_mhd_compat.h:25: warning: explicit link request to 'MHD_VERSION' could not be resolved
8013/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:49: warning: end of comment block while expecting command </code> 7987/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:57: warning: end of comment block while expecting command </code>
8014/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:27: warning: found </tt> tag without matching <tt> 7988/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:35: warning: found </tt> tag without matching <tt>
8015/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:61: warning: end of comment block while expecting command </code> 7989/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:69: warning: end of comment block while expecting command </code>
8016/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:619: warning: argument 'an' of command @param is not found in the argument list of GNUNET_MQ_check_zero_termination(m) 7990/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:623: warning: argument 'an' of command @param is not found in the argument list of GNUNET_MQ_check_zero_termination(m)
8017/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:629: warning: The following parameter of GNUNET_MQ_check_zero_termination(m) is not documented: 7991/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:633: warning: The following parameter of GNUNET_MQ_check_zero_termination(m) is not documented:
8018 parameter 'm' 7992 parameter 'm'
8019/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:643: warning: argument 'an' of command @param is not found in the argument list of GNUNET_MQ_check_boxed_message(m) 7993/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:647: warning: argument 'an' of command @param is not found in the argument list of GNUNET_MQ_check_boxed_message(m)
8020/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:655: warning: The following parameter of GNUNET_MQ_check_boxed_message(m) is not documented: 7994/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:659: warning: The following parameter of GNUNET_MQ_check_boxed_message(m) is not documented:
8021 parameter 'm' 7995 parameter 'm'
8022/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1027: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved 7996/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1031: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved
8023/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:271: warning: explicit link request to 'GNUNET_MQ_PREF_CORKING_ALLOWED' could not be resolved 7997/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:275: warning: explicit link request to 'GNUNET_MQ_PREF_CORKING_ALLOWED' could not be resolved
8024/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:127: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved 7998/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:131: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved
8025/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 7999/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8026/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8000/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8027/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8001/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8028/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8002/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8029/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8003/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8030/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8004/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8031/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:394: warning: The following parameters of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented: 8005/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:398: warning: The following parameters of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented:
8032 parameter 'env_head' 8006 parameter 'env_head'
8033 parameter 'env_tail' 8007 parameter 'env_tail'
8034 parameter 'env' 8008 parameter 'env'
8035/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8009/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8036/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8010/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8037/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8011/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8038/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8012/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8039/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8013/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8040/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8014/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8041/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:412: warning: The following parameters of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented: 8015/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:416: warning: The following parameters of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented:
8042 parameter 'env_head' 8016 parameter 'env_head'
8043 parameter 'env_tail' 8017 parameter 'env_tail'
8044 parameter 'env' 8018 parameter 'env'
8045/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8019/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8046/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8020/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8047/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8021/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8048/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8022/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8049/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8023/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8050/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 8024/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
8051/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:430: warning: The following parameters of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented: 8025/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:434: warning: The following parameters of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented:
8052 parameter 'env_head' 8026 parameter 'env_head'
8053 parameter 'env_tail' 8027 parameter 'env_tail'
8054 parameter 'env' 8028 parameter 'env'
8055/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:57: warning: explicit link request to 'GNUNET_mst_destroy' could not be resolved 8029/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:64: warning: explicit link request to 'GNUNET_mst_destroy' could not be resolved
8056/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'mst' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 8030/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'mst' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
8057/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'buf' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 8031/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'buf' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
8058/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'size' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 8032/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'size' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
8059/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'purge' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 8033/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'purge' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
8060/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'one_shot' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 8034/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'one_shot' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
8061/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:109: warning: argument 'buf' of command @param is not found in the argument list of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot) 8035/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:116: warning: argument 'buf' of command @param is not found in the argument list of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot)
8062/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:109: warning: argument 'size' of command @param is not found in the argument list of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot) 8036/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:116: warning: argument 'size' of command @param is not found in the argument list of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot)
8063/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:122: warning: The following parameter of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot) is not documented: 8037/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:129: warning: The following parameter of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot) is not documented:
8064 parameter 'sock' 8038 parameter 'sock'
8065/home/william/Git/gnunet/src/include/gnunet_my_lib.h:355: warning: Found unknown command '\spec' 8039/home/william/Git/gnunet/src/include/gnunet_my_lib.h:355: warning: Found unknown command '\spec'
8066/home/william/Git/gnunet/src/include/gnunet_my_lib.h:356: warning: Found unknown command '\spec' 8040/home/william/Git/gnunet/src/include/gnunet_my_lib.h:356: warning: Found unknown command '\spec'
@@ -8086,34 +8060,34 @@ The command that should end the block seems to be missing!
8086/home/william/Git/gnunet/src/include/gnunet_my_lib.h:488: warning: argument 'rs' from the argument list of GNUNET_MY_cleanup_result has multiple @param documentation sections 8060/home/william/Git/gnunet/src/include/gnunet_my_lib.h:488: warning: argument 'rs' from the argument list of GNUNET_MY_cleanup_result has multiple @param documentation sections
8087/home/william/Git/gnunet/src/include/gnunet_mysql_lib.h:107: warning: argument 'mc' from the argument list of GNUNET_MYSQL_statements_invalidate has multiple @param documentation sections 8061/home/william/Git/gnunet/src/include/gnunet_mysql_lib.h:107: warning: argument 'mc' from the argument list of GNUNET_MYSQL_statements_invalidate has multiple @param documentation sections
8088/home/william/Git/gnunet/src/include/gnunet_mysql_lib.h:119: warning: argument 'sh' from the argument list of GNUNET_MYSQL_statement_get_stmt has multiple @param documentation sections 8062/home/william/Git/gnunet/src/include/gnunet_mysql_lib.h:119: warning: argument 'sh' from the argument list of GNUNET_MYSQL_statement_get_stmt has multiple @param documentation sections
8089/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:77: warning: argument 'cfg' from the argument list of GNUNET_NAMECACHE_connect has multiple @param documentation sections 8063/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:80: warning: argument 'cfg' from the argument list of GNUNET_NAMECACHE_connect has multiple @param documentation sections
8090/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:88: warning: argument 'h' from the argument list of GNUNET_NAMECACHE_disconnect has multiple @param documentation sections 8064/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:91: warning: argument 'h' from the argument list of GNUNET_NAMECACHE_disconnect has multiple @param documentation sections
8091/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:148: warning: argument 'h' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections 8065/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:151: warning: argument 'h' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections
8092/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:148: warning: argument 'derived_hash' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections 8066/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:151: warning: argument 'derived_hash' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections
8093/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:148: warning: argument 'proc' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections 8067/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:151: warning: argument 'proc' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections
8094/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:148: warning: argument 'proc_cls' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections 8068/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:151: warning: argument 'proc_cls' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections
8095/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:163: warning: argument 'qe' from the argument list of GNUNET_NAMECACHE_cancel has multiple @param documentation sections 8069/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:166: warning: argument 'qe' from the argument list of GNUNET_NAMECACHE_cancel has multiple @param documentation sections
8096/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:78: warning: argument 'cfg' from the argument list of GNUNET_NAMESTORE_connect has multiple @param documentation sections 8070/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:81: warning: argument 'cfg' from the argument list of GNUNET_NAMESTORE_connect has multiple @param documentation sections
8097/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:89: warning: argument 'h' from the argument list of GNUNET_NAMESTORE_disconnect has multiple @param documentation sections 8071/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:92: warning: argument 'h' from the argument list of GNUNET_NAMESTORE_disconnect has multiple @param documentation sections
8098/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:251: warning: argument 'qe' from the argument list of GNUNET_NAMESTORE_cancel has multiple @param documentation sections 8072/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:254: warning: argument 'qe' from the argument list of GNUNET_NAMESTORE_cancel has multiple @param documentation sections
8099/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'h' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 8073/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'h' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
8100/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'zone' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 8074/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'zone' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
8101/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'error_cb' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 8075/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'error_cb' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
8102/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'error_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 8076/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'error_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
8103/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'proc' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 8077/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'proc' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
8104/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'proc_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 8078/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'proc_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
8105/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'finish_cb' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 8079/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'finish_cb' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
8106/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'finish_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 8080/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'finish_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
8107/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:312: warning: argument 'it' from the argument list of GNUNET_NAMESTORE_zone_iteration_stop has multiple @param documentation sections 8081/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:315: warning: argument 'it' from the argument list of GNUNET_NAMESTORE_zone_iteration_stop has multiple @param documentation sections
8108/home/william/Git/gnunet/src/namestore/namestore_api_monitor.c:279: warning: argument 'cls' of command @param is not found in the argument list of GNUNET_NAMESTORE_zone_monitor_start(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_IDENTITY_PrivateKey *zone, int iterate_first, GNUNET_SCHEDULER_TaskCallback error_cb, void *error_cb_cls, GNUNET_NAMESTORE_RecordMonitor monitor, void *monitor_cls, GNUNET_SCHEDULER_TaskCallback sync_cb, void *sync_cb_cls) 8082/home/william/Git/gnunet/src/namestore/namestore_api_monitor.c:279: warning: argument 'cls' of command @param is not found in the argument list of GNUNET_NAMESTORE_zone_monitor_start(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_IDENTITY_PrivateKey *zone, int iterate_first, GNUNET_SCHEDULER_TaskCallback error_cb, void *error_cb_cls, GNUNET_NAMESTORE_RecordMonitor monitor, void *monitor_cls, GNUNET_SCHEDULER_TaskCallback sync_cb, void *sync_cb_cls)
8109/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'cfg' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 8083/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'cfg' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
8110/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'zone' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 8084/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'zone' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
8111/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'iterate_first' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 8085/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'iterate_first' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
8112/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'error_cb' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 8086/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'error_cb' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
8113/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'error_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 8087/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'error_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
8114/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'monitor' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 8088/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'monitor' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
8115/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'monitor_cls' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 8089/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'monitor_cls' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
8116/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'sync_cb' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 8090/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'sync_cb' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
8117/home/william/Git/gnunet/src/include/gnunet_nat_service.h:335: warning: argument 'cfg' from the argument list of GNUNET_NAT_register has multiple @param documentation sections 8091/home/william/Git/gnunet/src/include/gnunet_nat_service.h:335: warning: argument 'cfg' from the argument list of GNUNET_NAT_register has multiple @param documentation sections
8118/home/william/Git/gnunet/src/include/gnunet_nat_service.h:335: warning: argument 'config_section' from the argument list of GNUNET_NAT_register has multiple @param documentation sections 8092/home/william/Git/gnunet/src/include/gnunet_nat_service.h:335: warning: argument 'config_section' from the argument list of GNUNET_NAT_register has multiple @param documentation sections
8119/home/william/Git/gnunet/src/include/gnunet_nat_service.h:335: warning: argument 'proto' from the argument list of GNUNET_NAT_register has multiple @param documentation sections 8093/home/william/Git/gnunet/src/include/gnunet_nat_service.h:335: warning: argument 'proto' from the argument list of GNUNET_NAT_register has multiple @param documentation sections
@@ -8129,125 +8103,125 @@ The command that should end the block seems to be missing!
8129/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'sock' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections 8103/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'sock' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections
8130/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'cb' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections 8104/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'cb' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections
8131/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'cb_cls' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections 8105/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'cb_cls' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections
8132/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections 8106/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections
8133/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'address' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections 8107/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'address' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections
8134/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'address_len' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections 8108/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'address_len' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections
8135/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 8109/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
8136/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'level' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 8110/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'level' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
8137/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'optname' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 8111/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'optname' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
8138/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'optval' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 8112/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'optval' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
8139/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'optlen' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 8113/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'optlen' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
8140/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_listen has multiple @param documentation sections 8114/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_listen has multiple @param documentation sections
8141/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'backlog' from the argument list of GNUNET_NETWORK_socket_listen has multiple @param documentation sections 8115/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'backlog' from the argument list of GNUNET_NETWORK_socket_listen has multiple @param documentation sections
8142/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 8116/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
8143/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 8117/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
8144/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 8118/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
8145/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'src_addr' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 8119/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'src_addr' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
8146/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'addrlen' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 8120/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'addrlen' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
8147/home/william/Git/gnunet/src/include/gnunet_network_lib.h:271: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections 8121/home/william/Git/gnunet/src/include/gnunet_network_lib.h:278: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections
8148/home/william/Git/gnunet/src/include/gnunet_network_lib.h:271: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections 8122/home/william/Git/gnunet/src/include/gnunet_network_lib.h:278: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections
8149/home/william/Git/gnunet/src/include/gnunet_network_lib.h:271: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections 8123/home/william/Git/gnunet/src/include/gnunet_network_lib.h:278: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections
8150/home/william/Git/gnunet/src/include/gnunet_network_lib.h:286: warning: argument 'rfds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections 8124/home/william/Git/gnunet/src/include/gnunet_network_lib.h:293: warning: argument 'rfds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections
8151/home/william/Git/gnunet/src/include/gnunet_network_lib.h:286: warning: argument 'wfds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections 8125/home/william/Git/gnunet/src/include/gnunet_network_lib.h:293: warning: argument 'wfds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections
8152/home/william/Git/gnunet/src/include/gnunet_network_lib.h:286: warning: argument 'efds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections 8126/home/william/Git/gnunet/src/include/gnunet_network_lib.h:293: warning: argument 'efds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections
8153/home/william/Git/gnunet/src/include/gnunet_network_lib.h:286: warning: argument 'timeout' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections 8127/home/william/Git/gnunet/src/include/gnunet_network_lib.h:293: warning: argument 'timeout' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections
8154/home/william/Git/gnunet/src/include/gnunet_network_lib.h:301: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections 8128/home/william/Git/gnunet/src/include/gnunet_network_lib.h:308: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections
8155/home/william/Git/gnunet/src/include/gnunet_network_lib.h:301: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections 8129/home/william/Git/gnunet/src/include/gnunet_network_lib.h:308: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections
8156/home/william/Git/gnunet/src/include/gnunet_network_lib.h:301: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections 8130/home/william/Git/gnunet/src/include/gnunet_network_lib.h:308: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections
8157/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 8131/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
8158/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'message' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 8132/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'message' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
8159/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 8133/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
8160/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'dest_addr' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 8134/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'dest_addr' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
8161/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'dest_len' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 8135/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'dest_len' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
8162/home/william/Git/gnunet/src/include/gnunet_network_lib.h:390: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_zero has multiple @param documentation sections 8136/home/william/Git/gnunet/src/include/gnunet_network_lib.h:397: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_zero has multiple @param documentation sections
8163/home/william/Git/gnunet/src/include/gnunet_network_lib.h:412: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_isset has multiple @param documentation sections 8137/home/william/Git/gnunet/src/include/gnunet_network_lib.h:419: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_isset has multiple @param documentation sections
8164/home/william/Git/gnunet/src/include/gnunet_network_lib.h:412: warning: argument 'desc' from the argument list of GNUNET_NETWORK_fdset_isset has multiple @param documentation sections 8138/home/william/Git/gnunet/src/include/gnunet_network_lib.h:419: warning: argument 'desc' from the argument list of GNUNET_NETWORK_fdset_isset has multiple @param documentation sections
8165/home/william/Git/gnunet/src/include/gnunet_network_lib.h:423: warning: argument 'dst' from the argument list of GNUNET_NETWORK_fdset_add has multiple @param documentation sections 8139/home/william/Git/gnunet/src/include/gnunet_network_lib.h:430: warning: argument 'dst' from the argument list of GNUNET_NETWORK_fdset_add has multiple @param documentation sections
8166/home/william/Git/gnunet/src/include/gnunet_network_lib.h:423: warning: argument 'src' from the argument list of GNUNET_NETWORK_fdset_add has multiple @param documentation sections 8140/home/william/Git/gnunet/src/include/gnunet_network_lib.h:430: warning: argument 'src' from the argument list of GNUNET_NETWORK_fdset_add has multiple @param documentation sections
8167/home/william/Git/gnunet/src/include/gnunet_network_lib.h:455: warning: argument 'desc' from the argument list of GNUNET_NETWORK_get_addr has multiple @param documentation sections 8141/home/william/Git/gnunet/src/include/gnunet_network_lib.h:462: warning: argument 'desc' from the argument list of GNUNET_NETWORK_get_addr has multiple @param documentation sections
8168/home/william/Git/gnunet/src/include/gnunet_network_lib.h:476: warning: argument 'to' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections 8142/home/william/Git/gnunet/src/include/gnunet_network_lib.h:483: warning: argument 'to' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections
8169/home/william/Git/gnunet/src/include/gnunet_network_lib.h:476: warning: argument 'from' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections 8143/home/william/Git/gnunet/src/include/gnunet_network_lib.h:483: warning: argument 'from' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections
8170/home/william/Git/gnunet/src/include/gnunet_network_lib.h:476: warning: argument 'nfds' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections 8144/home/william/Git/gnunet/src/include/gnunet_network_lib.h:483: warning: argument 'nfds' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections
8171/home/william/Git/gnunet/src/include/gnunet_network_lib.h:500: warning: argument 'to' from the argument list of GNUNET_NETWORK_fdset_test_native has multiple @param documentation sections 8145/home/william/Git/gnunet/src/include/gnunet_network_lib.h:507: warning: argument 'to' from the argument list of GNUNET_NETWORK_fdset_test_native has multiple @param documentation sections
8172/home/william/Git/gnunet/src/include/gnunet_network_lib.h:500: warning: argument 'nfd' from the argument list of GNUNET_NETWORK_fdset_test_native has multiple @param documentation sections 8146/home/william/Git/gnunet/src/include/gnunet_network_lib.h:507: warning: argument 'nfd' from the argument list of GNUNET_NETWORK_fdset_test_native has multiple @param documentation sections
8173/home/william/Git/gnunet/src/include/gnunet_network_lib.h:523: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_handle_set_first has multiple @param documentation sections 8147/home/william/Git/gnunet/src/include/gnunet_network_lib.h:530: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_handle_set_first has multiple @param documentation sections
8174/home/william/Git/gnunet/src/include/gnunet_network_lib.h:523: warning: argument 'h' from the argument list of GNUNET_NETWORK_fdset_handle_set_first has multiple @param documentation sections 8148/home/william/Git/gnunet/src/include/gnunet_network_lib.h:530: warning: argument 'h' from the argument list of GNUNET_NETWORK_fdset_handle_set_first has multiple @param documentation sections
8175/home/william/Git/gnunet/src/include/gnunet_nse_service.h:96: warning: argument 'cfg' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections 8149/home/william/Git/gnunet/src/include/gnunet_nse_service.h:99: warning: argument 'cfg' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections
8176/home/william/Git/gnunet/src/include/gnunet_nse_service.h:96: warning: argument 'func' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections 8150/home/william/Git/gnunet/src/include/gnunet_nse_service.h:99: warning: argument 'func' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections
8177/home/william/Git/gnunet/src/include/gnunet_nse_service.h:96: warning: argument 'func_cls' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections 8151/home/william/Git/gnunet/src/include/gnunet_nse_service.h:99: warning: argument 'func_cls' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections
8178/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:90: warning: explicit link request to 'GNUNET_ATS_interface_scanner_init()' could not be resolved 8152/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:90: warning: explicit link request to 'GNUNET_ATS_interface_scanner_init()' could not be resolved
8179/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'is' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections 8153/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'is' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections
8180/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'addr' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections 8154/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'addr' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections
8181/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'addrlen' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections 8155/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'addrlen' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections
8182/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:119: warning: argument 'is' from the argument list of GNUNET_NT_scanner_done has multiple @param documentation sections 8156/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:119: warning: argument 'is' from the argument list of GNUNET_NT_scanner_done has multiple @param documentation sections
8183/home/william/Git/gnunet/src/include/gnunet_op_lib.h:83: warning: argument 'h' from the argument list of GNUNET_OP_get has multiple @param documentation sections 8157/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'h' from the argument list of GNUNET_OP_get has multiple @param documentation sections
8184/home/william/Git/gnunet/src/include/gnunet_op_lib.h:83: warning: argument 'op_id' from the argument list of GNUNET_OP_get has multiple @param documentation sections 8158/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'op_id' from the argument list of GNUNET_OP_get has multiple @param documentation sections
8185/home/william/Git/gnunet/src/include/gnunet_op_lib.h:83: warning: argument 'result_cb' from the argument list of GNUNET_OP_get has multiple @param documentation sections 8159/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'result_cb' from the argument list of GNUNET_OP_get has multiple @param documentation sections
8186/home/william/Git/gnunet/src/include/gnunet_op_lib.h:83: warning: argument 'cls' from the argument list of GNUNET_OP_get has multiple @param documentation sections 8160/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'cls' from the argument list of GNUNET_OP_get has multiple @param documentation sections
8187/home/william/Git/gnunet/src/include/gnunet_op_lib.h:83: warning: argument 'ctx' from the argument list of GNUNET_OP_get has multiple @param documentation sections 8161/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'ctx' from the argument list of GNUNET_OP_get has multiple @param documentation sections
8188/home/william/Git/gnunet/src/include/gnunet_os_lib.h:326: warning: argument 'pd' from the argument list of GNUNET_OS_init has multiple @param documentation sections 8162/home/william/Git/gnunet/src/include/gnunet_os_lib.h:330: warning: argument 'pd' from the argument list of GNUNET_OS_init has multiple @param documentation sections
8189/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 8163/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
8190/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 8164/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
8191/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 8165/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
8192/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'pipe_stderr' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 8166/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'pipe_stderr' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
8193/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 8167/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
8194/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'argv' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 8168/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'argv' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
8195/home/william/Git/gnunet/src/include/gnunet_os_lib.h:492: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections 8169/home/william/Git/gnunet/src/include/gnunet_os_lib.h:496: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections
8196/home/william/Git/gnunet/src/include/gnunet_os_lib.h:492: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections 8170/home/william/Git/gnunet/src/include/gnunet_os_lib.h:496: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections
8197/home/william/Git/gnunet/src/include/gnunet_os_lib.h:492: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections 8171/home/william/Git/gnunet/src/include/gnunet_os_lib.h:496: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections
8198/home/william/Git/gnunet/src/include/gnunet_os_lib.h:492: warning: argument 'filename' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections 8172/home/william/Git/gnunet/src/include/gnunet_os_lib.h:496: warning: argument 'filename' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections
8199/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 8173/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
8200/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 8174/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
8201/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 8175/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
8202/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'pipe_stderr' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 8176/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'pipe_stderr' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
8203/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 8177/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
8204/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'va' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 8178/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'va' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
8205/home/william/Git/gnunet/src/include/gnunet_os_lib.h:529: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections 8179/home/william/Git/gnunet/src/include/gnunet_os_lib.h:533: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections
8206/home/william/Git/gnunet/src/include/gnunet_os_lib.h:529: warning: argument 'lsocks' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections 8180/home/william/Git/gnunet/src/include/gnunet_os_lib.h:533: warning: argument 'lsocks' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections
8207/home/william/Git/gnunet/src/include/gnunet_os_lib.h:529: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections 8181/home/william/Git/gnunet/src/include/gnunet_os_lib.h:533: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections
8208/home/william/Git/gnunet/src/include/gnunet_os_lib.h:529: warning: argument 'argv' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections 8182/home/william/Git/gnunet/src/include/gnunet_os_lib.h:533: warning: argument 'argv' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections
8209/home/william/Git/gnunet/src/include/gnunet_os_lib.h:580: warning: argument 'cmd' from the argument list of GNUNET_OS_command_stop has multiple @param documentation sections 8183/home/william/Git/gnunet/src/include/gnunet_os_lib.h:584: warning: argument 'cmd' from the argument list of GNUNET_OS_command_stop has multiple @param documentation sections
8210/home/william/Git/gnunet/src/include/gnunet_os_lib.h:595: warning: argument 'proc' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections 8184/home/william/Git/gnunet/src/include/gnunet_os_lib.h:599: warning: argument 'proc' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections
8211/home/william/Git/gnunet/src/include/gnunet_os_lib.h:595: warning: argument 'proc_cls' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections 8185/home/william/Git/gnunet/src/include/gnunet_os_lib.h:599: warning: argument 'proc_cls' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections
8212/home/william/Git/gnunet/src/include/gnunet_os_lib.h:595: warning: argument 'timeout' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections 8186/home/william/Git/gnunet/src/include/gnunet_os_lib.h:599: warning: argument 'timeout' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections
8213/home/william/Git/gnunet/src/include/gnunet_os_lib.h:595: warning: argument 'binary' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections 8187/home/william/Git/gnunet/src/include/gnunet_os_lib.h:599: warning: argument 'binary' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections
8214/home/william/Git/gnunet/src/include/gnunet_os_lib.h:612: warning: argument 'proc' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections 8188/home/william/Git/gnunet/src/include/gnunet_os_lib.h:616: warning: argument 'proc' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections
8215/home/william/Git/gnunet/src/include/gnunet_os_lib.h:612: warning: argument 'type' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections 8189/home/william/Git/gnunet/src/include/gnunet_os_lib.h:616: warning: argument 'type' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections
8216/home/william/Git/gnunet/src/include/gnunet_os_lib.h:612: warning: argument 'code' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections 8190/home/william/Git/gnunet/src/include/gnunet_os_lib.h:616: warning: argument 'code' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections
8217/home/william/Git/gnunet/src/include/gnunet_os_lib.h:628: warning: argument 'proc' from the argument list of GNUNET_OS_process_wait has multiple @param documentation sections 8191/home/william/Git/gnunet/src/include/gnunet_os_lib.h:632: warning: argument 'proc' from the argument list of GNUNET_OS_process_wait has multiple @param documentation sections
8218/home/william/Git/gnunet/src/include/gnunet_os_lib.h:641: warning: argument 'proc' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections 8192/home/william/Git/gnunet/src/include/gnunet_os_lib.h:645: warning: argument 'proc' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections
8219/home/william/Git/gnunet/src/include/gnunet_os_lib.h:641: warning: argument 'type' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections 8193/home/william/Git/gnunet/src/include/gnunet_os_lib.h:645: warning: argument 'type' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections
8220/home/william/Git/gnunet/src/include/gnunet_os_lib.h:641: warning: argument 'code' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections 8194/home/william/Git/gnunet/src/include/gnunet_os_lib.h:645: warning: argument 'code' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections
8221/home/william/Git/gnunet/src/include/gnunet_os_lib.h:655: warning: argument 'cls' from the argument list of GNUNET_OS_install_parent_control_handler has multiple @param documentation sections 8195/home/william/Git/gnunet/src/include/gnunet_os_lib.h:659: warning: argument 'cls' from the argument list of GNUNET_OS_install_parent_control_handler has multiple @param documentation sections
8222/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:92: warning: argument 'ids' from the argument list of GNUNET_PEER_decrement_rcs has multiple @param documentation sections 8196/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:96: warning: argument 'ids' from the argument list of GNUNET_PEER_decrement_rcs has multiple @param documentation sections
8223/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:92: warning: argument 'count' from the argument list of GNUNET_PEER_decrement_rcs has multiple @param documentation sections 8197/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:96: warning: argument 'count' from the argument list of GNUNET_PEER_decrement_rcs has multiple @param documentation sections
8224/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:114: warning: argument 'id' from the argument list of GNUNET_PEER_resolve2 has multiple @param documentation sections 8198/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:118: warning: argument 'id' from the argument list of GNUNET_PEER_resolve2 has multiple @param documentation sections
8225/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:67: warning: argument 'cfg' from the argument list of GNUNET_PEERINFO_connect has multiple @param documentation sections 8199/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:70: warning: argument 'cfg' from the argument list of GNUNET_PEERINFO_connect has multiple @param documentation sections
8226/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:102: warning: argument 'h' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections 8200/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:105: warning: argument 'h' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections
8227/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:102: warning: argument 'hello' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections 8201/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:105: warning: argument 'hello' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections
8228/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:102: warning: argument 'cont' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections 8202/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:105: warning: argument 'cont' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections
8229/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:102: warning: argument 'cont_cls' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections 8203/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:105: warning: argument 'cont_cls' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections
8230/home/william/Git/gnunet/src/peerinfo/peerinfo_api.c:470: warning: argument 'timeout' of command @param is not found in the argument list of GNUNET_PEERINFO_iterate(struct GNUNET_PEERINFO_Handle *h, int include_friend_only, const struct GNUNET_PeerIdentity *peer, GNUNET_PEERINFO_Processor callback, void *callback_cls) 8204/home/william/Git/gnunet/src/peerinfo/peerinfo_api.c:470: warning: argument 'timeout' of command @param is not found in the argument list of GNUNET_PEERINFO_iterate(struct GNUNET_PEERINFO_Handle *h, int include_friend_only, const struct GNUNET_PeerIdentity *peer, GNUNET_PEERINFO_Processor callback, void *callback_cls)
8231/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'h' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 8205/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'h' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
8232/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'include_friend_only' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 8206/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'include_friend_only' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
8233/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'peer' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 8207/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'peer' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
8234/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'callback' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 8208/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'callback' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
8235/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'callback_cls' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 8209/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'callback_cls' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
8236/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'h' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 8210/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'h' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
8237/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'sub_system' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 8211/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'sub_system' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
8238/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'peer' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 8212/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'peer' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
8239/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'key' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 8213/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'key' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
8240/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'callback' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 8214/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'callback' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
8241/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'callback_cls' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 8215/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'callback_cls' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
8242/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:69: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_test has multiple @param documentation sections 8216/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:73: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_test has multiple @param documentation sections
8243/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:85: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_load has multiple @param documentation sections 8217/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:89: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_load has multiple @param documentation sections
8244/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:85: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_load has multiple @param documentation sections 8218/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:89: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_load has multiple @param documentation sections
8245/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:118: warning: argument 'basename' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections 8219/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:122: warning: argument 'basename' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections
8246/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:118: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections 8220/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:122: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections
8247/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:118: warning: argument 'cb' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections 8221/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:122: warning: argument 'cb' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections
8248/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:118: warning: argument 'cb_cls' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections 8222/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:122: warning: argument 'cb_cls' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections
8249/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:156: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_unload has multiple @param documentation sections 8223/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:160: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_unload has multiple @param documentation sections
8250/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:156: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_unload has multiple @param documentation sections 8224/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:160: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_unload has multiple @param documentation sections
8251/home/william/Git/gnunet/src/include/gnunet_pq_lib.h:119: warning: Found unknown command '\oaran' 8225/home/william/Git/gnunet/src/include/gnunet_pq_lib.h:119: warning: Found unknown command '\oaran'
8252/home/william/Git/gnunet/src/include/gnunet_pq_lib.h:49: warning: The following parameter of GNUNET_PQ_query_param_fixed_size(const void *ptr, size_t ptr_size) is not documented: 8226/home/william/Git/gnunet/src/include/gnunet_pq_lib.h:49: warning: The following parameter of GNUNET_PQ_query_param_fixed_size(const void *ptr, size_t ptr_size) is not documented:
8253 parameter 'ptr_size' 8227 parameter 'ptr_size'
@@ -8267,142 +8241,142 @@ The command that should end the block seems to be missing!
8267/home/william/Git/gnunet/src/include/gnunet_pq_lib.h:1029: warning: explicit link request to 'GNUNET_PQ_event_do_poll()' could not be resolved 8241/home/william/Git/gnunet/src/include/gnunet_pq_lib.h:1029: warning: explicit link request to 'GNUNET_PQ_event_do_poll()' could not be resolved
8268/home/william/Git/gnunet/src/include/gnunet_pq_lib.h:1054: warning: explicit link request to 'GNUNET_PQ_event_do_poll()' could not be resolved 8242/home/william/Git/gnunet/src/include/gnunet_pq_lib.h:1054: warning: explicit link request to 'GNUNET_PQ_event_do_poll()' could not be resolved
8269/home/william/Git/gnunet/src/include/gnunet_pq_lib.h:1069: warning: explicit link request to 'GNUNET_PQ_event_do_poll()' could not be resolved 8243/home/william/Git/gnunet/src/include/gnunet_pq_lib.h:1069: warning: explicit link request to 'GNUNET_PQ_event_do_poll()' could not be resolved
8270/home/william/Git/gnunet/src/include/gnunet_program_lib.h:76: warning: explicit link request to 'a' could not be resolved 8244/home/william/Git/gnunet/src/include/gnunet_program_lib.h:80: warning: explicit link request to 'a' could not be resolved
8271/home/william/Git/gnunet/src/include/gnunet_program_lib.h:103: warning: explicit link request to 'a' could not be resolved 8245/home/william/Git/gnunet/src/include/gnunet_program_lib.h:107: warning: explicit link request to 'a' could not be resolved
8272/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'attr_name' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections 8246/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'attr_name' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
8273/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'credential' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections 8247/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'credential' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
8274/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'type' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections 8248/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'type' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
8275/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections 8249/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
8276/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections 8250/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
8277/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:352: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_serialize_get_size(const struct GNUNET_RECLAIM_AttributeList *al) 8251/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:355: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_serialize_get_size(const struct GNUNET_RECLAIM_AttributeList *al)
8278/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:359: warning: The following parameter of GNUNET_RECLAIM_attribute_list_serialize_get_size(const struct GNUNET_RECLAIM_AttributeList *al) is not documented: 8252/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:362: warning: The following parameter of GNUNET_RECLAIM_attribute_list_serialize_get_size(const struct GNUNET_RECLAIM_AttributeList *al) is not documented:
8279 parameter 'al' 8253 parameter 'al'
8280/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:363: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_destroy(struct GNUNET_RECLAIM_AttributeList *al) 8254/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:366: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_destroy(struct GNUNET_RECLAIM_AttributeList *al)
8281/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:369: warning: The following parameter of GNUNET_RECLAIM_attribute_list_destroy(struct GNUNET_RECLAIM_AttributeList *al) is not documented: 8255/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:372: warning: The following parameter of GNUNET_RECLAIM_attribute_list_destroy(struct GNUNET_RECLAIM_AttributeList *al) is not documented:
8282 parameter 'al' 8256 parameter 'al'
8283/home/william/Git/gnunet/src/reclaim/reclaim_attribute.c:295: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_add(struct GNUNET_RECLAIM_AttributeList *al, const char *attr_name, const struct GNUNET_RECLAIM_Identifier *credential, uint32_t type, const void *data, size_t data_size) 8257/home/william/Git/gnunet/src/reclaim/reclaim_attribute.c:295: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_add(struct GNUNET_RECLAIM_AttributeList *al, const char *attr_name, const struct GNUNET_RECLAIM_Identifier *credential, uint32_t type, const void *data, size_t data_size)
8284/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: argument 'attr_name' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections 8258/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: argument 'attr_name' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
8285/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: argument 'type' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections 8259/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: argument 'type' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
8286/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections 8260/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
8287/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections 8261/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
8288/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: The following parameter of GNUNET_RECLAIM_attribute_list_add(struct GNUNET_RECLAIM_AttributeList *al, const char *attr_name, const struct GNUNET_RECLAIM_Identifier *credential, uint32_t type, const void *data, size_t data_size) is not documented: 8262/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: The following parameter of GNUNET_RECLAIM_attribute_list_add(struct GNUNET_RECLAIM_AttributeList *al, const char *attr_name, const struct GNUNET_RECLAIM_Identifier *credential, uint32_t type, const void *data, size_t data_size) is not documented:
8289 parameter 'al' 8263 parameter 'al'
8290/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:393: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_serialize(const struct GNUNET_RECLAIM_AttributeList *al, char *result) 8264/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:396: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_serialize(const struct GNUNET_RECLAIM_AttributeList *al, char *result)
8291/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:401: warning: The following parameter of GNUNET_RECLAIM_attribute_list_serialize(const struct GNUNET_RECLAIM_AttributeList *al, char *result) is not documented: 8265/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:404: warning: The following parameter of GNUNET_RECLAIM_attribute_list_serialize(const struct GNUNET_RECLAIM_AttributeList *al, char *result) is not documented:
8292 parameter 'al' 8266 parameter 'al'
8293/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:449: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_deserialize has multiple @param documentation sections 8267/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:452: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_deserialize has multiple @param documentation sections
8294/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:449: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_deserialize has multiple @param documentation sections 8268/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:452: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_deserialize has multiple @param documentation sections
8295/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:453: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_dup(const struct GNUNET_RECLAIM_AttributeList *al) 8269/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:456: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_dup(const struct GNUNET_RECLAIM_AttributeList *al)
8296/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:459: warning: The following parameter of GNUNET_RECLAIM_attribute_list_dup(const struct GNUNET_RECLAIM_AttributeList *al) is not documented: 8270/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:462: warning: The following parameter of GNUNET_RECLAIM_attribute_list_dup(const struct GNUNET_RECLAIM_AttributeList *al) is not documented:
8297 parameter 'al' 8271 parameter 'al'
8298/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:512: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_serialize_get_size(const struct GNUNET_RECLAIM_CredentialList *credentials) 8272/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:515: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_serialize_get_size(const struct GNUNET_RECLAIM_CredentialList *credentials)
8299/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:519: warning: The following parameter of GNUNET_RECLAIM_credential_list_serialize_get_size(const struct GNUNET_RECLAIM_CredentialList *credentials) is not documented: 8273/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:522: warning: The following parameter of GNUNET_RECLAIM_credential_list_serialize_get_size(const struct GNUNET_RECLAIM_CredentialList *credentials) is not documented:
8300 parameter 'credentials' 8274 parameter 'credentials'
8301/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:523: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al) 8275/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:526: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al)
8302/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:523: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al) 8276/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:526: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al)
8303/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:529: warning: The following parameter of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al) is not documented: 8277/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:532: warning: The following parameter of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al) is not documented:
8304 parameter 'al' 8278 parameter 'al'
8305/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:533: warning: argument 'attr_name' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_add(struct GNUNET_RECLAIM_CredentialList *attrs, const char *att_name, uint32_t type, const void *data, size_t data_size) 8279/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:536: warning: argument 'attr_name' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_add(struct GNUNET_RECLAIM_CredentialList *attrs, const char *att_name, uint32_t type, const void *data, size_t data_size)
8306/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:542: warning: The following parameters of GNUNET_RECLAIM_credential_list_add(struct GNUNET_RECLAIM_CredentialList *attrs, const char *att_name, uint32_t type, const void *data, size_t data_size) are not documented: 8280/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:545: warning: The following parameters of GNUNET_RECLAIM_credential_list_add(struct GNUNET_RECLAIM_CredentialList *attrs, const char *att_name, uint32_t type, const void *data, size_t data_size) are not documented:
8307 parameter 'attrs' 8281 parameter 'attrs'
8308 parameter 'att_name' 8282 parameter 'att_name'
8309/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:550: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_serialize(const struct GNUNET_RECLAIM_CredentialList *credentials, char *result) 8283/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:553: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_serialize(const struct GNUNET_RECLAIM_CredentialList *credentials, char *result)
8310/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:558: warning: The following parameter of GNUNET_RECLAIM_credential_list_serialize(const struct GNUNET_RECLAIM_CredentialList *credentials, char *result) is not documented: 8284/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:561: warning: The following parameter of GNUNET_RECLAIM_credential_list_serialize(const struct GNUNET_RECLAIM_CredentialList *credentials, char *result) is not documented:
8311 parameter 'credentials' 8285 parameter 'credentials'
8312/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:571: warning: argument 'data' from the argument list of GNUNET_RECLAIM_credential_list_deserialize has multiple @param documentation sections 8286/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:574: warning: argument 'data' from the argument list of GNUNET_RECLAIM_credential_list_deserialize has multiple @param documentation sections
8313/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:571: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_credential_list_deserialize has multiple @param documentation sections 8287/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:574: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_credential_list_deserialize has multiple @param documentation sections
8314/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:442: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize_get_size(const struct GNUNET_RECLAIM_Credential *credential) 8288/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:442: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize_get_size(const struct GNUNET_RECLAIM_Credential *credential)
8315/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:457: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize(const struct GNUNET_RECLAIM_Credential *credential, char *result) 8289/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:457: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize(const struct GNUNET_RECLAIM_Credential *credential, char *result)
8316/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:592: warning: argument 'result' from the argument list of GNUNET_RECLAIM_credential_serialize has multiple @param documentation sections 8290/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:595: warning: argument 'result' from the argument list of GNUNET_RECLAIM_credential_serialize has multiple @param documentation sections
8317/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:255: warning: argument 'name' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_new(const char *attr_name, uint32_t type, const void *data, size_t data_size) 8291/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:255: warning: argument 'name' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_new(const char *attr_name, uint32_t type, const void *data, size_t data_size)
8318/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:619: warning: argument 'type' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections 8292/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:622: warning: argument 'type' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections
8319/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:619: warning: argument 'data' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections 8293/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:622: warning: argument 'data' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections
8320/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:619: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections 8294/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:622: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections
8321/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:671: warning: argument 'typename' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred) 8295/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:674: warning: argument 'typename' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred)
8322/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:678: warning: The following parameter of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred) is not documented: 8296/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:681: warning: The following parameter of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred) is not documented:
8323 parameter 'cred' 8297 parameter 'cred'
8324/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:739: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize_get_size(const struct GNUNET_RECLAIM_PresentationList *presentations) 8298/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:739: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize_get_size(const struct GNUNET_RECLAIM_PresentationList *presentations)
8325/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:701: warning: argument 'presentations' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al) 8299/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:704: warning: argument 'presentations' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al)
8326/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:701: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al) 8300/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:704: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al)
8327/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:707: warning: The following parameter of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al) is not documented: 8301/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:710: warning: The following parameter of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al) is not documented:
8328 parameter 'al' 8302 parameter 'al'
8329/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:711: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize(const struct GNUNET_RECLAIM_PresentationList *presentations, char *result) 8303/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:714: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize(const struct GNUNET_RECLAIM_PresentationList *presentations, char *result)
8330/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:719: warning: argument 'result' from the argument list of GNUNET_RECLAIM_presentation_list_serialize has multiple @param documentation sections 8304/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:722: warning: argument 'result' from the argument list of GNUNET_RECLAIM_presentation_list_serialize has multiple @param documentation sections
8331/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:732: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_list_deserialize has multiple @param documentation sections 8305/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:735: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_list_deserialize has multiple @param documentation sections
8332/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:732: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_list_deserialize has multiple @param documentation sections 8306/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:735: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_list_deserialize has multiple @param documentation sections
8333/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:889: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize_get_size(const struct GNUNET_RECLAIM_Presentation *presentation) 8307/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:889: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize_get_size(const struct GNUNET_RECLAIM_Presentation *presentation)
8334/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:745: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize(const struct GNUNET_RECLAIM_Presentation *presentation, char *result) 8308/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:748: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize(const struct GNUNET_RECLAIM_Presentation *presentation, char *result)
8335/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:753: warning: argument 'result' from the argument list of GNUNET_RECLAIM_presentation_serialize has multiple @param documentation sections 8309/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:756: warning: argument 'result' from the argument list of GNUNET_RECLAIM_presentation_serialize has multiple @param documentation sections
8336/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:767: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_deserialize has multiple @param documentation sections 8310/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:770: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_deserialize has multiple @param documentation sections
8337/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:767: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_deserialize has multiple @param documentation sections 8311/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:770: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_deserialize has multiple @param documentation sections
8338/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:779: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections 8312/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:782: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections
8339/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:779: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections 8313/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:782: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections
8340/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:779: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections 8314/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:782: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections
8341/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:799: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections 8315/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:802: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
8342/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:799: warning: argument 's' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections 8316/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:802: warning: argument 's' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
8343/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:799: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections 8317/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:802: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
8344/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:799: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections 8318/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:802: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
8345/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:812: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_number_to_typename has multiple @param documentation sections 8319/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:815: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_number_to_typename has multiple @param documentation sections
8346/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:842: warning: argument 'cred' from the argument list of GNUNET_RECLAIM_credential_get_presentation has multiple @param documentation sections 8320/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:845: warning: argument 'cred' from the argument list of GNUNET_RECLAIM_credential_get_presentation has multiple @param documentation sections
8347/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:842: warning: argument 'attrs' from the argument list of GNUNET_RECLAIM_credential_get_presentation has multiple @param documentation sections 8321/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:845: warning: argument 'attrs' from the argument list of GNUNET_RECLAIM_credential_get_presentation has multiple @param documentation sections
8348/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:170: warning: argument 'cfg' from the argument list of GNUNET_RECLAIM_connect has multiple @param documentation sections 8322/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:173: warning: argument 'cfg' from the argument list of GNUNET_RECLAIM_connect has multiple @param documentation sections
8349/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'h' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections 8323/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'h' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
8350/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections 8324/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
8351/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'attr' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections 8325/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'attr' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
8352/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'exp_interval' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections 8326/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'exp_interval' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
8353/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections 8327/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
8354/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections 8328/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
8355/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'h' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections 8329/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'h' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
8356/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections 8330/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
8357/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'attr' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections 8331/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'attr' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
8358/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'exp_interval' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections 8332/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'exp_interval' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
8359/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections 8333/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
8360/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections 8334/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
8361/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:234: warning: argument 'cred' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_delete(struct GNUNET_RECLAIM_Handle *h, const struct GNUNET_IDENTITY_PrivateKey *pkey, const struct GNUNET_RECLAIM_Credential *attr, GNUNET_RECLAIM_ContinuationWithStatus cont, void *cont_cls) 8335/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:237: warning: argument 'cred' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_delete(struct GNUNET_RECLAIM_Handle *h, const struct GNUNET_IDENTITY_PrivateKey *pkey, const struct GNUNET_RECLAIM_Credential *attr, GNUNET_RECLAIM_ContinuationWithStatus cont, void *cont_cls)
8362/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:246: warning: argument 'h' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections 8336/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:249: warning: argument 'h' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
8363/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:246: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections 8337/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:249: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
8364/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:246: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections 8338/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:249: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
8365/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:246: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections 8339/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:249: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
8366/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:293: warning: argument 'it' from the argument list of GNUNET_RECLAIM_get_attributes_next has multiple @param documentation sections 8340/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:296: warning: argument 'it' from the argument list of GNUNET_RECLAIM_get_attributes_next has multiple @param documentation sections
8367/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:345: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait) 8341/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:348: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait)
8368/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:345: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait) 8342/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:348: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait)
8369/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:352: warning: The following parameter of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented: 8343/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:355: warning: The following parameter of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented:
8370 parameter 'ait' 8344 parameter 'ait'
8371/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:356: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait) 8345/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:359: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait)
8372/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:364: warning: The following parameter of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented: 8346/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:367: warning: The following parameter of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented:
8373 parameter 'ait' 8347 parameter 'ait'
8374/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:383: warning: Found unknown command '\GNUNET_RECLAIM_ticket_consume' 8348/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:386: warning: Found unknown command '\GNUNET_RECLAIM_ticket_consume'
8375/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections 8349/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
8376/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'iss' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections 8350/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'iss' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
8377/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'rp' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections 8351/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'rp' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
8378/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'attrs' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections 8352/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'attrs' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
8379/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'cb' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections 8353/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'cb' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
8380/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'cb_cls' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections 8354/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'cb_cls' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
8381/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections 8355/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
8382/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'identity' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections 8356/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'identity' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
8383/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'ticket' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections 8357/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'ticket' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
8384/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'cb' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections 8358/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'cb' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
8385/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'cb_cls' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections 8359/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'cb_cls' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
8386/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 8360/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
8387/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'identity' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 8361/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'identity' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
8388/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'error_cb' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 8362/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'error_cb' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
8389/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'error_cb_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 8363/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'error_cb_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
8390/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'proc' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 8364/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'proc' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
8391/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'proc_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 8365/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'proc_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
8392/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'finish_cb' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 8366/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'finish_cb' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
8393/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'finish_cb_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections 8367/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'finish_cb_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
8394/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:484: warning: argument 'h' from the argument list of GNUNET_RECLAIM_disconnect has multiple @param documentation sections 8368/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:487: warning: argument 'h' from the argument list of GNUNET_RECLAIM_disconnect has multiple @param documentation sections
8395/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:496: warning: argument 'op' from the argument list of GNUNET_RECLAIM_cancel has multiple @param documentation sections 8369/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:499: warning: argument 'op' from the argument list of GNUNET_RECLAIM_cancel has multiple @param documentation sections
8396/home/william/Git/gnunet/src/include/gnunet_regex_service.h:80: warning: argument 'cfg' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections 8370/home/william/Git/gnunet/src/include/gnunet_regex_service.h:83: warning: argument 'cfg' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections
8397/home/william/Git/gnunet/src/include/gnunet_regex_service.h:80: warning: argument 'regex' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections 8371/home/william/Git/gnunet/src/include/gnunet_regex_service.h:83: warning: argument 'regex' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections
8398/home/william/Git/gnunet/src/include/gnunet_regex_service.h:80: warning: argument 'refresh_delay' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections 8372/home/william/Git/gnunet/src/include/gnunet_regex_service.h:83: warning: argument 'refresh_delay' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections
8399/home/william/Git/gnunet/src/include/gnunet_regex_service.h:80: warning: argument 'compression' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections 8373/home/william/Git/gnunet/src/include/gnunet_regex_service.h:83: warning: argument 'compression' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections
8400/home/william/Git/gnunet/src/include/gnunet_regex_service.h:92: warning: argument 'a' from the argument list of GNUNET_REGEX_announce_cancel has multiple @param documentation sections 8374/home/william/Git/gnunet/src/include/gnunet_regex_service.h:95: warning: argument 'a' from the argument list of GNUNET_REGEX_announce_cancel has multiple @param documentation sections
8401/home/william/Git/gnunet/src/include/gnunet_regex_service.h:127: warning: argument 'cfg' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections 8375/home/william/Git/gnunet/src/include/gnunet_regex_service.h:130: warning: argument 'cfg' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections
8402/home/william/Git/gnunet/src/include/gnunet_regex_service.h:127: warning: argument 'string' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections 8376/home/william/Git/gnunet/src/include/gnunet_regex_service.h:130: warning: argument 'string' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections
8403/home/william/Git/gnunet/src/include/gnunet_regex_service.h:127: warning: argument 'callback' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections 8377/home/william/Git/gnunet/src/include/gnunet_regex_service.h:130: warning: argument 'callback' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections
8404/home/william/Git/gnunet/src/include/gnunet_regex_service.h:127: warning: argument 'callback_cls' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections 8378/home/william/Git/gnunet/src/include/gnunet_regex_service.h:130: warning: argument 'callback_cls' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections
8405/home/william/Git/gnunet/src/include/gnunet_regex_service.h:139: warning: argument 's' from the argument list of GNUNET_REGEX_search_cancel has multiple @param documentation sections 8379/home/william/Git/gnunet/src/include/gnunet_regex_service.h:142: warning: argument 's' from the argument list of GNUNET_REGEX_search_cancel has multiple @param documentation sections
8406/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'af' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections 8380/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'af' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections
8407/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'timeout' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections 8381/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'timeout' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections
8408/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'callback' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections 8382/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'callback' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections
@@ -8413,44 +8387,44 @@ The command that should end the block seems to be missing!
8413/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:149: warning: argument 'timeout' from the argument list of GNUNET_RESOLVER_hostname_get has multiple @param documentation sections 8387/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:149: warning: argument 'timeout' from the argument list of GNUNET_RESOLVER_hostname_get has multiple @param documentation sections
8414/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:149: warning: argument 'callback' from the argument list of GNUNET_RESOLVER_hostname_get has multiple @param documentation sections 8388/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:149: warning: argument 'callback' from the argument list of GNUNET_RESOLVER_hostname_get has multiple @param documentation sections
8415/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:149: warning: argument 'cls' from the argument list of GNUNET_RESOLVER_hostname_get has multiple @param documentation sections 8389/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:149: warning: argument 'cls' from the argument list of GNUNET_RESOLVER_hostname_get has multiple @param documentation sections
8416/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:118: warning: argument 'url' from the argument list of GNUNET_REST_namespace_match has multiple @param documentation sections 8390/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:121: warning: argument 'url' from the argument list of GNUNET_REST_namespace_match has multiple @param documentation sections
8417/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:118: warning: argument 'namespace' from the argument list of GNUNET_REST_namespace_match has multiple @param documentation sections 8391/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:121: warning: argument 'namespace' from the argument list of GNUNET_REST_namespace_match has multiple @param documentation sections
8418/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:127: warning: argument 'data' from the argument list of GNUNET_REST_create_response has multiple @param documentation sections 8392/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:130: warning: argument 'data' from the argument list of GNUNET_REST_create_response has multiple @param documentation sections
8419/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'key' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls) 8393/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'key' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls)
8420/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'sig' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls) 8394/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'sig' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls)
8421/home/william/Git/gnunet/src/revocation/revocation_api.c:298: warning: explicit link request to 'GNUNET_REVOCATION_sign_revocation' could not be resolved 8395/home/william/Git/gnunet/src/revocation/revocation_api.c:298: warning: explicit link request to 'GNUNET_REVOCATION_sign_revocation' could not be resolved
8422/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'ts' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls) 8396/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'ts' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls)
8423/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:183: warning: argument 'cfg' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections 8397/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:186: warning: argument 'cfg' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections
8424/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:183: warning: argument 'pow' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections 8398/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:186: warning: argument 'pow' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections
8425/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:183: warning: argument 'func' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections 8399/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:186: warning: argument 'func' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections
8426/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:183: warning: argument 'func_cls' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections 8400/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:186: warning: argument 'func_cls' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections
8427/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:199: warning: argument 'matching_bits' of command @param is not found in the argument list of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration) 8401/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:202: warning: argument 'matching_bits' of command @param is not found in the argument list of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration)
8428/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:194: warning: The following parameter of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration) is not documented: 8402/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:197: warning: The following parameter of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration) is not documented:
8429 parameter 'difficulty' 8403 parameter 'difficulty'
8430/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:218: warning: argument 'key' from the argument list of GNUNET_REVOCATION_pow_init has multiple @param documentation sections 8404/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:221: warning: argument 'key' from the argument list of GNUNET_REVOCATION_pow_init has multiple @param documentation sections
8431/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:218: warning: argument 'pow' from the argument list of GNUNET_REVOCATION_pow_init has multiple @param documentation sections 8405/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:221: warning: argument 'pow' from the argument list of GNUNET_REVOCATION_pow_init has multiple @param documentation sections
8432/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:237: warning: argument 'epochs' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc) 8406/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:240: warning: argument 'epochs' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc)
8433/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:237: warning: argument 'pow' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc) 8407/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:240: warning: argument 'pow' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc)
8434/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:237: warning: argument 'difficulty' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc) 8408/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:240: warning: argument 'difficulty' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc)
8435/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:232: warning: argument 'pc' from the argument list of GNUNET_REVOCATION_pow_round has multiple @param documentation sections 8409/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:235: warning: argument 'pc' from the argument list of GNUNET_REVOCATION_pow_round has multiple @param documentation sections
8436/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:255: warning: documented empty return type of GNUNET_REVOCATION_pow_stop 8410/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:258: warning: documented empty return type of GNUNET_REVOCATION_pow_stop
8437/home/william/Git/gnunet/src/include/gnunet_rps_service.h:93: warning: argument 'cfg' from the argument list of GNUNET_RPS_connect has multiple @param documentation sections 8411/home/william/Git/gnunet/src/include/gnunet_rps_service.h:96: warning: argument 'cfg' from the argument list of GNUNET_RPS_connect has multiple @param documentation sections
8438/home/william/Git/gnunet/src/include/gnunet_rps_service.h:103: warning: argument 'h' from the argument list of GNUNET_RPS_sub_start has multiple @param documentation sections 8412/home/william/Git/gnunet/src/include/gnunet_rps_service.h:106: warning: argument 'h' from the argument list of GNUNET_RPS_sub_start has multiple @param documentation sections
8439/home/william/Git/gnunet/src/include/gnunet_rps_service.h:103: warning: argument 'shared_value' from the argument list of GNUNET_RPS_sub_start has multiple @param documentation sections 8413/home/william/Git/gnunet/src/include/gnunet_rps_service.h:106: warning: argument 'shared_value' from the argument list of GNUNET_RPS_sub_start has multiple @param documentation sections
8440/home/william/Git/gnunet/src/include/gnunet_rps_service.h:114: warning: argument 'h' from the argument list of GNUNET_RPS_sub_stop has multiple @param documentation sections 8414/home/william/Git/gnunet/src/include/gnunet_rps_service.h:117: warning: argument 'h' from the argument list of GNUNET_RPS_sub_stop has multiple @param documentation sections
8441/home/william/Git/gnunet/src/include/gnunet_rps_service.h:114: warning: argument 'shared_value' from the argument list of GNUNET_RPS_sub_stop has multiple @param documentation sections 8415/home/william/Git/gnunet/src/include/gnunet_rps_service.h:117: warning: argument 'shared_value' from the argument list of GNUNET_RPS_sub_stop has multiple @param documentation sections
8442/home/william/Git/gnunet/src/rps/rps_api.c:942: warning: argument 'h' of command @param is not found in the argument list of GNUNET_RPS_request_peers(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_req_peers, GNUNET_RPS_NotifyReadyCB ready_cb, void *cls) 8416/home/william/Git/gnunet/src/rps/rps_api.c:942: warning: argument 'h' of command @param is not found in the argument list of GNUNET_RPS_request_peers(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_req_peers, GNUNET_RPS_NotifyReadyCB ready_cb, void *cls)
8443/home/william/Git/gnunet/src/rps/rps_api.c:942: warning: argument 'n' of command @param is not found in the argument list of GNUNET_RPS_request_peers(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_req_peers, GNUNET_RPS_NotifyReadyCB ready_cb, void *cls) 8417/home/william/Git/gnunet/src/rps/rps_api.c:942: warning: argument 'n' of command @param is not found in the argument list of GNUNET_RPS_request_peers(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_req_peers, GNUNET_RPS_NotifyReadyCB ready_cb, void *cls)
8444/home/william/Git/gnunet/src/include/gnunet_rps_service.h:133: warning: argument 'ready_cb' from the argument list of GNUNET_RPS_request_peers has multiple @param documentation sections 8418/home/william/Git/gnunet/src/include/gnunet_rps_service.h:136: warning: argument 'ready_cb' from the argument list of GNUNET_RPS_request_peers has multiple @param documentation sections
8445/home/william/Git/gnunet/src/include/gnunet_rps_service.h:133: warning: argument 'cls' from the argument list of GNUNET_RPS_request_peers has multiple @param documentation sections 8419/home/william/Git/gnunet/src/include/gnunet_rps_service.h:136: warning: argument 'cls' from the argument list of GNUNET_RPS_request_peers has multiple @param documentation sections
8446/home/william/Git/gnunet/src/include/gnunet_rps_service.h:169: warning: argument 'rh' from the argument list of GNUNET_RPS_request_cancel has multiple @param documentation sections 8420/home/william/Git/gnunet/src/include/gnunet_rps_service.h:172: warning: argument 'rh' from the argument list of GNUNET_RPS_request_cancel has multiple @param documentation sections
8447/home/william/Git/gnunet/src/include/gnunet_rps_service.h:208: warning: argument 'num_req_peers' of command @param is not found in the argument list of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls) 8421/home/william/Git/gnunet/src/include/gnunet_rps_service.h:211: warning: argument 'num_req_peers' of command @param is not found in the argument list of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls)
8448/home/william/Git/gnunet/src/include/gnunet_rps_service.h:208: warning: argument 'ready_cb' of command @param is not found in the argument list of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls) 8422/home/william/Git/gnunet/src/include/gnunet_rps_service.h:211: warning: argument 'ready_cb' of command @param is not found in the argument list of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls)
8449/home/william/Git/gnunet/src/include/gnunet_rps_service.h:218: warning: The following parameters of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls) are not documented: 8423/home/william/Git/gnunet/src/include/gnunet_rps_service.h:221: warning: The following parameters of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls) are not documented:
8450 parameter 'num_updates' 8424 parameter 'num_updates'
8451 parameter 'view_update_cb' 8425 parameter 'view_update_cb'
8452/home/william/Git/gnunet/src/include/gnunet_rps_service.h:224: warning: argument 'ready_cb' of command @param is not found in the argument list of GNUNET_RPS_stream_request(struct GNUNET_RPS_Handle *rps_handle, GNUNET_RPS_NotifyReadyCB stream_input_cb, void *cls) 8426/home/william/Git/gnunet/src/include/gnunet_rps_service.h:227: warning: argument 'ready_cb' of command @param is not found in the argument list of GNUNET_RPS_stream_request(struct GNUNET_RPS_Handle *rps_handle, GNUNET_RPS_NotifyReadyCB stream_input_cb, void *cls)
8453/home/william/Git/gnunet/src/include/gnunet_rps_service.h:232: warning: The following parameter of GNUNET_RPS_stream_request(struct GNUNET_RPS_Handle *rps_handle, GNUNET_RPS_NotifyReadyCB stream_input_cb, void *cls) is not documented: 8427/home/william/Git/gnunet/src/include/gnunet_rps_service.h:235: warning: The following parameter of GNUNET_RPS_stream_request(struct GNUNET_RPS_Handle *rps_handle, GNUNET_RPS_NotifyReadyCB stream_input_cb, void *cls) is not documented:
8454 parameter 'stream_input_cb' 8428 parameter 'stream_input_cb'
8455/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:158: warning: argument 'cfg' from the argument list of GNUNET_SCALARPRODUCT_start_computation has multiple @param documentation sections 8429/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:158: warning: argument 'cfg' from the argument list of GNUNET_SCALARPRODUCT_start_computation has multiple @param documentation sections
8456/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:158: warning: argument 'session_key' from the argument list of GNUNET_SCALARPRODUCT_start_computation has multiple @param documentation sections 8430/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:158: warning: argument 'session_key' from the argument list of GNUNET_SCALARPRODUCT_start_computation has multiple @param documentation sections
@@ -8465,18 +8439,18 @@ The command that should end the block seems to be missing!
8465/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'element_count' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections 8439/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'element_count' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections
8466/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'cont' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections 8440/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'cont' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections
8467/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'cont_cls' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections 8441/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'cont_cls' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections
8468/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:418: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_run has multiple @param documentation sections 8442/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:422: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_run has multiple @param documentation sections
8469/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:418: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_run has multiple @param documentation sections 8443/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:422: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_run has multiple @param documentation sections
8470/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:460: warning: argument 'p' from the argument list of GNUNET_SCHEDULER_get_load has multiple @param documentation sections 8444/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:464: warning: argument 'p' from the argument list of GNUNET_SCHEDULER_get_load has multiple @param documentation sections
8471/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:572: warning: argument 'lifeness' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections 8445/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:576: warning: argument 'lifeness' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections
8472/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:572: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections 8446/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:576: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections
8473/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:572: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections 8447/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:576: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections
8474/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:589: warning: argument 'delay' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections 8448/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:593: warning: argument 'delay' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections
8475/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:589: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections 8449/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:593: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections
8476/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:589: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections 8450/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:593: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections
8477/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:902: warning: argument 'new_select' from the argument list of GNUNET_SCHEDULER_set_select has multiple @param documentation sections 8451/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:906: warning: argument 'new_select' from the argument list of GNUNET_SCHEDULER_set_select has multiple @param documentation sections
8478/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:902: warning: argument 'new_select_cls' from the argument list of GNUNET_SCHEDULER_set_select has multiple @param documentation sections 8452/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:906: warning: argument 'new_select_cls' from the argument list of GNUNET_SCHEDULER_set_select has multiple @param documentation sections
8479/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:902: warning: documented empty return type of GNUNET_SCHEDULER_set_select 8453/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:906: warning: documented empty return type of GNUNET_SCHEDULER_set_select
8480/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:235: warning: argument 'message' of command @param is not found in the argument list of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext) 8454/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:235: warning: argument 'message' of command @param is not found in the argument list of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext)
8481/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:235: warning: argument 'message_size' of command @param is not found in the argument list of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext) 8455/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:235: warning: argument 'message_size' of command @param is not found in the argument list of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext)
8482/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:249: warning: The following parameter of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext) is not documented: 8456/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:249: warning: The following parameter of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext) is not documented:
@@ -8485,93 +8459,93 @@ The command that should end the block seems to be missing!
8485/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'ciphertext' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections 8459/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'ciphertext' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections
8486/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'decrypt_cb' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections 8460/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'decrypt_cb' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections
8487/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'decrypt_cb_cls' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections 8461/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'decrypt_cb_cls' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections
8488/home/william/Git/gnunet/src/include/gnunet_service_lib.h:248: warning: argument 'options' of command @param is not found in the argument list of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...) 8462/home/william/Git/gnunet/src/include/gnunet_service_lib.h:255: warning: argument 'options' of command @param is not found in the argument list of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...)
8489/home/william/Git/gnunet/src/include/gnunet_service_lib.h:248: warning: argument 'service_init_cb' of command @param is not found in the argument list of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...) 8463/home/william/Git/gnunet/src/include/gnunet_service_lib.h:255: warning: argument 'service_init_cb' of command @param is not found in the argument list of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...)
8490/home/william/Git/gnunet/src/include/gnunet_service_lib.h:306: warning: The following parameters of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...) are not documented: 8464/home/william/Git/gnunet/src/include/gnunet_service_lib.h:313: warning: The following parameters of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...) are not documented:
8491 parameter 'service_options' 8465 parameter 'service_options'
8492 parameter 'init_cb' 8466 parameter 'init_cb'
8493 parameter '...' 8467 parameter '...'
8494/home/william/Git/gnunet/src/include/gnunet_service_lib.h:394: warning: argument 'c' from the argument list of GNUNET_SERVICE_client_drop has multiple @param documentation sections 8468/home/william/Git/gnunet/src/include/gnunet_service_lib.h:401: warning: argument 'c' from the argument list of GNUNET_SERVICE_client_drop has multiple @param documentation sections
8495/home/william/Git/gnunet/src/include/gnunet_service_lib.h:408: warning: explicit link request to 'GNUNET_SERVICE_stop_listening()' could not be resolved 8469/home/william/Git/gnunet/src/include/gnunet_service_lib.h:415: warning: explicit link request to 'GNUNET_SERVICE_stop_listening()' could not be resolved
8496/home/william/Git/gnunet/src/include/gnunet_set_service.h:361: warning: argument 'set' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections 8470/home/william/Git/gnunet/src/include/gnunet_set_service.h:364: warning: argument 'set' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections
8497/home/william/Git/gnunet/src/include/gnunet_set_service.h:361: warning: argument 'element' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections 8471/home/william/Git/gnunet/src/include/gnunet_set_service.h:364: warning: argument 'element' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections
8498/home/william/Git/gnunet/src/include/gnunet_set_service.h:361: warning: argument 'cont' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections 8472/home/william/Git/gnunet/src/include/gnunet_set_service.h:364: warning: argument 'cont' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections
8499/home/william/Git/gnunet/src/include/gnunet_set_service.h:361: warning: argument 'cont_cls' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections 8473/home/william/Git/gnunet/src/include/gnunet_set_service.h:364: warning: argument 'cont_cls' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections
8500/home/william/Git/gnunet/src/include/gnunet_set_service.h:381: warning: argument 'set' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections 8474/home/william/Git/gnunet/src/include/gnunet_set_service.h:384: warning: argument 'set' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections
8501/home/william/Git/gnunet/src/include/gnunet_set_service.h:381: warning: argument 'element' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections 8475/home/william/Git/gnunet/src/include/gnunet_set_service.h:384: warning: argument 'element' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections
8502/home/william/Git/gnunet/src/include/gnunet_set_service.h:381: warning: argument 'cont' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections 8476/home/william/Git/gnunet/src/include/gnunet_set_service.h:384: warning: argument 'cont' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections
8503/home/william/Git/gnunet/src/include/gnunet_set_service.h:381: warning: argument 'cont_cls' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections 8477/home/william/Git/gnunet/src/include/gnunet_set_service.h:384: warning: argument 'cont_cls' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections
8504/home/william/Git/gnunet/src/include/gnunet_set_service.h:402: warning: argument 'set' from the argument list of GNUNET_SET_destroy has multiple @param documentation sections 8478/home/william/Git/gnunet/src/include/gnunet_set_service.h:405: warning: argument 'set' from the argument list of GNUNET_SET_destroy has multiple @param documentation sections
8505/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'other_peer' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 8479/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'other_peer' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
8506/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'app_id' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 8480/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'app_id' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
8507/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'context_msg' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 8481/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'context_msg' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
8508/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'result_mode' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 8482/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'result_mode' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
8509/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'result_cb' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 8483/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'result_cb' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
8510/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'result_cls' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 8484/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'result_cls' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
8511/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: The following parameter of GNUNET_SET_prepare(const struct GNUNET_PeerIdentity *other_peer, const struct GNUNET_HashCode *app_id, const struct GNUNET_MessageHeader *context_msg, enum GNUNET_SET_ResultMode result_mode, struct GNUNET_SET_Option options[], GNUNET_SET_ResultIterator result_cb, void *result_cls) is not documented: 8485/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: The following parameter of GNUNET_SET_prepare(const struct GNUNET_PeerIdentity *other_peer, const struct GNUNET_HashCode *app_id, const struct GNUNET_MessageHeader *context_msg, enum GNUNET_SET_ResultMode result_mode, struct GNUNET_SET_Option options[], GNUNET_SET_ResultIterator result_cb, void *result_cls) is not documented:
8512 parameter 'options' 8486 parameter 'options'
8513/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'cfg' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 8487/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'cfg' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
8514/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'operation' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 8488/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'operation' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
8515/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'app_id' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 8489/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'app_id' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
8516/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'listen_cb' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 8490/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'listen_cb' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
8517/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'listen_cls' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 8491/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'listen_cls' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
8518/home/william/Git/gnunet/src/include/gnunet_set_service.h:460: warning: argument 'lh' from the argument list of GNUNET_SET_listen_cancel has multiple @param documentation sections 8492/home/william/Git/gnunet/src/include/gnunet_set_service.h:463: warning: argument 'lh' from the argument list of GNUNET_SET_listen_cancel has multiple @param documentation sections
8519/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: argument 'request' from the argument list of GNUNET_SET_accept has multiple @param documentation sections 8493/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: argument 'request' from the argument list of GNUNET_SET_accept has multiple @param documentation sections
8520/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: argument 'result_mode' from the argument list of GNUNET_SET_accept has multiple @param documentation sections 8494/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: argument 'result_mode' from the argument list of GNUNET_SET_accept has multiple @param documentation sections
8521/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: argument 'result_cb' from the argument list of GNUNET_SET_accept has multiple @param documentation sections 8495/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: argument 'result_cb' from the argument list of GNUNET_SET_accept has multiple @param documentation sections
8522/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: argument 'result_cls' from the argument list of GNUNET_SET_accept has multiple @param documentation sections 8496/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: argument 'result_cls' from the argument list of GNUNET_SET_accept has multiple @param documentation sections
8523/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: The following parameter of GNUNET_SET_accept(struct GNUNET_SET_Request *request, enum GNUNET_SET_ResultMode result_mode, struct GNUNET_SET_Option options[], GNUNET_SET_ResultIterator result_cb, void *result_cls) is not documented: 8497/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: The following parameter of GNUNET_SET_accept(struct GNUNET_SET_Request *request, enum GNUNET_SET_ResultMode result_mode, struct GNUNET_SET_Option options[], GNUNET_SET_ResultIterator result_cb, void *result_cls) is not documented:
8524 parameter 'options' 8498 parameter 'options'
8525/home/william/Git/gnunet/src/include/gnunet_set_service.h:511: warning: argument 'oh' from the argument list of GNUNET_SET_operation_cancel has multiple @param documentation sections 8499/home/william/Git/gnunet/src/include/gnunet_set_service.h:514: warning: argument 'oh' from the argument list of GNUNET_SET_operation_cancel has multiple @param documentation sections
8526/home/william/Git/gnunet/src/include/gnunet_set_service.h:528: warning: argument 'set' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections 8500/home/william/Git/gnunet/src/include/gnunet_set_service.h:531: warning: argument 'set' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections
8527/home/william/Git/gnunet/src/include/gnunet_set_service.h:528: warning: argument 'iter' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections 8501/home/william/Git/gnunet/src/include/gnunet_set_service.h:531: warning: argument 'iter' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections
8528/home/william/Git/gnunet/src/include/gnunet_set_service.h:528: warning: argument 'iter_cls' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections 8502/home/william/Git/gnunet/src/include/gnunet_set_service.h:531: warning: argument 'iter_cls' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections
8529/home/william/Git/gnunet/src/include/gnunet_set_service.h:563: warning: argument 'element' from the argument list of GNUNET_SET_element_hash has multiple @param documentation sections 8503/home/william/Git/gnunet/src/include/gnunet_set_service.h:566: warning: argument 'element' from the argument list of GNUNET_SET_element_hash has multiple @param documentation sections
8530/home/william/Git/gnunet/src/include/gnunet_set_service.h:563: warning: argument 'ret_hash' from the argument list of GNUNET_SET_element_hash has multiple @param documentation sections 8504/home/william/Git/gnunet/src/include/gnunet_set_service.h:566: warning: argument 'ret_hash' from the argument list of GNUNET_SET_element_hash has multiple @param documentation sections
8531/home/william/Git/gnunet/src/include/gnunet_seti_service.h:173: warning: explicit link request to 'GNUNET_SETI_STATUS_OK' could not be resolved 8505/home/william/Git/gnunet/src/include/gnunet_seti_service.h:176: warning: explicit link request to 'GNUNET_SETI_STATUS_OK' could not be resolved
8532/home/william/Git/gnunet/src/include/gnunet_seti_service.h:215: warning: argument 'cfg' from the argument list of GNUNET_SETI_create has multiple @param documentation sections 8506/home/william/Git/gnunet/src/include/gnunet_seti_service.h:218: warning: argument 'cfg' from the argument list of GNUNET_SETI_create has multiple @param documentation sections
8533/home/william/Git/gnunet/src/include/gnunet_seti_service.h:229: warning: argument 'set' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections 8507/home/william/Git/gnunet/src/include/gnunet_seti_service.h:232: warning: argument 'set' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections
8534/home/william/Git/gnunet/src/include/gnunet_seti_service.h:229: warning: argument 'element' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections 8508/home/william/Git/gnunet/src/include/gnunet_seti_service.h:232: warning: argument 'element' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections
8535/home/william/Git/gnunet/src/include/gnunet_seti_service.h:229: warning: argument 'cb' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections 8509/home/william/Git/gnunet/src/include/gnunet_seti_service.h:232: warning: argument 'cb' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections
8536/home/william/Git/gnunet/src/include/gnunet_seti_service.h:229: warning: argument 'cb_cls' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections 8510/home/william/Git/gnunet/src/include/gnunet_seti_service.h:232: warning: argument 'cb_cls' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections
8537/home/william/Git/gnunet/src/include/gnunet_seti_service.h:242: warning: argument 'set' from the argument list of GNUNET_SETI_destroy has multiple @param documentation sections 8511/home/william/Git/gnunet/src/include/gnunet_seti_service.h:245: warning: argument 'set' from the argument list of GNUNET_SETI_destroy has multiple @param documentation sections
8538/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'other_peer' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 8512/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'other_peer' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
8539/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'app_id' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 8513/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'app_id' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
8540/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'context_msg' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 8514/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'context_msg' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
8541/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'options' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 8515/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'options' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
8542/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'result_cb' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 8516/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'result_cb' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
8543/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'result_cls' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 8517/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'result_cls' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
8544/home/william/Git/gnunet/src/include/gnunet_seti_service.h:281: warning: argument 'cfg' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections 8518/home/william/Git/gnunet/src/include/gnunet_seti_service.h:284: warning: argument 'cfg' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections
8545/home/william/Git/gnunet/src/include/gnunet_seti_service.h:281: warning: argument 'app_id' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections 8519/home/william/Git/gnunet/src/include/gnunet_seti_service.h:284: warning: argument 'app_id' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections
8546/home/william/Git/gnunet/src/include/gnunet_seti_service.h:281: warning: argument 'listen_cb' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections 8520/home/william/Git/gnunet/src/include/gnunet_seti_service.h:284: warning: argument 'listen_cb' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections
8547/home/william/Git/gnunet/src/include/gnunet_seti_service.h:281: warning: argument 'listen_cls' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections 8521/home/william/Git/gnunet/src/include/gnunet_seti_service.h:284: warning: argument 'listen_cls' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections
8548/home/william/Git/gnunet/src/include/gnunet_seti_service.h:296: warning: argument 'lh' from the argument list of GNUNET_SETI_listen_cancel has multiple @param documentation sections 8522/home/william/Git/gnunet/src/include/gnunet_seti_service.h:299: warning: argument 'lh' from the argument list of GNUNET_SETI_listen_cancel has multiple @param documentation sections
8549/home/william/Git/gnunet/src/include/gnunet_seti_service.h:313: warning: argument 'request' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections 8523/home/william/Git/gnunet/src/include/gnunet_seti_service.h:316: warning: argument 'request' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections
8550/home/william/Git/gnunet/src/include/gnunet_seti_service.h:313: warning: argument 'options' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections 8524/home/william/Git/gnunet/src/include/gnunet_seti_service.h:316: warning: argument 'options' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections
8551/home/william/Git/gnunet/src/include/gnunet_seti_service.h:313: warning: argument 'result_cb' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections 8525/home/william/Git/gnunet/src/include/gnunet_seti_service.h:316: warning: argument 'result_cb' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections
8552/home/william/Git/gnunet/src/include/gnunet_seti_service.h:313: warning: argument 'result_cls' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections 8526/home/william/Git/gnunet/src/include/gnunet_seti_service.h:316: warning: argument 'result_cls' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections
8553/home/william/Git/gnunet/src/include/gnunet_seti_service.h:345: warning: argument 'oh' from the argument list of GNUNET_SETI_operation_cancel has multiple @param documentation sections 8527/home/william/Git/gnunet/src/include/gnunet_seti_service.h:348: warning: argument 'oh' from the argument list of GNUNET_SETI_operation_cancel has multiple @param documentation sections
8554/home/william/Git/gnunet/src/include/gnunet_setu_service.h:218: warning: explicit link request to 'GNUNET_SETU_STATUS_OK' could not be resolved 8528/home/william/Git/gnunet/src/include/gnunet_setu_service.h:221: warning: explicit link request to 'GNUNET_SETU_STATUS_OK' could not be resolved
8555/home/william/Git/gnunet/src/include/gnunet_setu_service.h:274: warning: argument 'set' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections 8529/home/william/Git/gnunet/src/include/gnunet_setu_service.h:277: warning: argument 'set' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections
8556/home/william/Git/gnunet/src/include/gnunet_setu_service.h:274: warning: argument 'element' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections 8530/home/william/Git/gnunet/src/include/gnunet_setu_service.h:277: warning: argument 'element' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections
8557/home/william/Git/gnunet/src/include/gnunet_setu_service.h:274: warning: argument 'cb' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections 8531/home/william/Git/gnunet/src/include/gnunet_setu_service.h:277: warning: argument 'cb' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections
8558/home/william/Git/gnunet/src/include/gnunet_setu_service.h:274: warning: argument 'cb_cls' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections 8532/home/william/Git/gnunet/src/include/gnunet_setu_service.h:277: warning: argument 'cb_cls' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections
8559/home/william/Git/gnunet/src/include/gnunet_setu_service.h:287: warning: argument 'set' from the argument list of GNUNET_SETU_destroy has multiple @param documentation sections 8533/home/william/Git/gnunet/src/include/gnunet_setu_service.h:290: warning: argument 'set' from the argument list of GNUNET_SETU_destroy has multiple @param documentation sections
8560/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'other_peer' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 8534/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'other_peer' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
8561/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'app_id' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 8535/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'app_id' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
8562/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'context_msg' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 8536/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'context_msg' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
8563/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'result_cb' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 8537/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'result_cb' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
8564/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'result_cls' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 8538/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'result_cls' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
8565/home/william/Git/gnunet/src/include/gnunet_setu_service.h:326: warning: argument 'cfg' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections 8539/home/william/Git/gnunet/src/include/gnunet_setu_service.h:329: warning: argument 'cfg' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections
8566/home/william/Git/gnunet/src/include/gnunet_setu_service.h:326: warning: argument 'app_id' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections 8540/home/william/Git/gnunet/src/include/gnunet_setu_service.h:329: warning: argument 'app_id' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections
8567/home/william/Git/gnunet/src/include/gnunet_setu_service.h:326: warning: argument 'listen_cb' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections 8541/home/william/Git/gnunet/src/include/gnunet_setu_service.h:329: warning: argument 'listen_cb' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections
8568/home/william/Git/gnunet/src/include/gnunet_setu_service.h:326: warning: argument 'listen_cls' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections 8542/home/william/Git/gnunet/src/include/gnunet_setu_service.h:329: warning: argument 'listen_cls' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections
8569/home/william/Git/gnunet/src/include/gnunet_setu_service.h:341: warning: argument 'lh' from the argument list of GNUNET_SETU_listen_cancel has multiple @param documentation sections 8543/home/william/Git/gnunet/src/include/gnunet_setu_service.h:344: warning: argument 'lh' from the argument list of GNUNET_SETU_listen_cancel has multiple @param documentation sections
8570/home/william/Git/gnunet/src/include/gnunet_setu_service.h:344: warning: argument 'result_mode' of command @param is not found in the argument list of GNUNET_SETU_accept(struct GNUNET_SETU_Request *request, const struct GNUNET_SETU_Option options[], GNUNET_SETU_ResultIterator result_cb, void *result_cls) 8544/home/william/Git/gnunet/src/include/gnunet_setu_service.h:347: warning: argument 'result_mode' of command @param is not found in the argument list of GNUNET_SETU_accept(struct GNUNET_SETU_Request *request, const struct GNUNET_SETU_Option options[], GNUNET_SETU_ResultIterator result_cb, void *result_cls)
8571/home/william/Git/gnunet/src/include/gnunet_setu_service.h:358: warning: argument 'request' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections 8545/home/william/Git/gnunet/src/include/gnunet_setu_service.h:361: warning: argument 'request' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections
8572/home/william/Git/gnunet/src/include/gnunet_setu_service.h:358: warning: argument 'result_cb' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections 8546/home/william/Git/gnunet/src/include/gnunet_setu_service.h:361: warning: argument 'result_cb' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections
8573/home/william/Git/gnunet/src/include/gnunet_setu_service.h:358: warning: argument 'result_cls' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections 8547/home/william/Git/gnunet/src/include/gnunet_setu_service.h:361: warning: argument 'result_cls' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections
8574/home/william/Git/gnunet/src/include/gnunet_setu_service.h:390: warning: argument 'oh' from the argument list of GNUNET_SETU_operation_cancel has multiple @param documentation sections 8548/home/william/Git/gnunet/src/include/gnunet_setu_service.h:393: warning: argument 'oh' from the argument list of GNUNET_SETU_operation_cancel has multiple @param documentation sections
8575/home/william/Git/gnunet/src/include/gnunet_sq_lib.h:92: warning: Found unknown command '\oaran' 8549/home/william/Git/gnunet/src/include/gnunet_sq_lib.h:92: warning: Found unknown command '\oaran'
8576/home/william/Git/gnunet/src/include/gnunet_sq_lib.h:1: warning: The following parameter of GNUNET_SQ_query_param_fixed_size(const void *ptr, size_t ptr_size) is not documented: 8550/home/william/Git/gnunet/src/include/gnunet_sq_lib.h:1: warning: The following parameter of GNUNET_SQ_query_param_fixed_size(const void *ptr, size_t ptr_size) is not documented:
8577 parameter 'ptr_size' 8551 parameter 'ptr_size'
@@ -8597,160 +8571,160 @@ The command that should end the block seems to be missing!
8597/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'name' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections 8571/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'name' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections
8598/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'delta' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections 8572/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'delta' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections
8599/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'make_persistent' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections 8573/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'make_persistent' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections
8600/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:384: warning: argument 'data' of command @param is not found in the argument list of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output) 8574/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:388: warning: argument 'data' of command @param is not found in the argument list of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output)
8601/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:392: warning: The following parameter of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output) is not documented: 8575/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:396: warning: The following parameter of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output) is not documented:
8602 parameter 'in' 8576 parameter 'in'
8603/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:399: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out) 8577/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:403: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out)
8604/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:407: warning: The following parameter of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out) is not documented: 8578/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:411: warning: The following parameter of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out) is not documented:
8605 parameter 'out' 8579 parameter 'out'
8606/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:442: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out) 8580/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:446: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out)
8607/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:452: warning: The following parameter of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out) is not documented: 8581/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:456: warning: The following parameter of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out) is not documented:
8608 parameter 'out' 8582 parameter 'out'
8609/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:68: warning: argument 'h' from the argument list of GNUNET_TESTBED_LOGGER_disconnect has multiple @param documentation sections 8583/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:71: warning: argument 'h' from the argument list of GNUNET_TESTBED_LOGGER_disconnect has multiple @param documentation sections
8610/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:106: warning: argument 'h' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections 8584/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:109: warning: argument 'h' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections
8611/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:106: warning: argument 'cb' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections 8585/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:109: warning: argument 'cb' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections
8612/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:106: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections 8586/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:109: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections
8613/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'id' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 8587/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'id' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
8614/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'hostname' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 8588/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'hostname' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
8615/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'username' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 8589/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'username' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
8616/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 8590/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
8617/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'port' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 8591/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'port' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
8618/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:135: warning: argument 'filename' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections 8592/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:138: warning: argument 'filename' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections
8619/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:135: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections 8593/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:138: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections
8620/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:135: warning: argument 'hosts' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections 8594/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:138: warning: argument 'hosts' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections
8621/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:476: warning: argument 'host' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections 8595/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:479: warning: argument 'host' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections
8622/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:476: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections 8596/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:479: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections
8623/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:476: warning: argument 'cc' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections 8597/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:479: warning: argument 'cc' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections
8624/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:476: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections 8598/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:479: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections
8625/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:526: warning: argument 'controller' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections 8599/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:529: warning: argument 'controller' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections
8626/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:526: warning: argument 'host' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections 8600/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:529: warning: argument 'host' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections
8627/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:526: warning: argument 'cc' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections 8601/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:529: warning: argument 'cc' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections
8628/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:526: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections 8602/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:529: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections
8629/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:542: warning: argument 'handle' from the argument list of GNUNET_TESTBED_cancel_registration has multiple @param documentation sections 8603/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:545: warning: argument 'handle' from the argument list of GNUNET_TESTBED_cancel_registration has multiple @param documentation sections
8630/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 8604/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
8631/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'master' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 8605/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'master' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
8632/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'delegated_host' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 8606/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'delegated_host' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
8633/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'slave_host' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 8607/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'slave_host' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
8634/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'is_subordinate' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 8608/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'is_subordinate' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
8635/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:613: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections 8609/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:616: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections
8636/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:613: warning: argument 'master' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections 8610/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:616: warning: argument 'master' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections
8637/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:613: warning: argument 'slave_host' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections 8611/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:616: warning: argument 'slave_host' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections
8638/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'controller' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 8612/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'controller' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
8639/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'host' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 8613/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'host' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
8640/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 8614/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
8641/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 8615/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
8642/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'cls' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 8616/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'cls' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
8643/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:693: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections 8617/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:696: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections
8644/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:693: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections 8618/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:696: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections
8645/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:693: warning: argument 'pcc' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections 8619/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:696: warning: argument 'pcc' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections
8646/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:693: warning: argument 'pcc_cls' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections 8620/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:696: warning: argument 'pcc_cls' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections
8647/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:712: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections 8621/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:715: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections
8648/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:712: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections 8622/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:715: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections
8649/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:712: warning: argument 'pcc' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections 8623/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:715: warning: argument 'pcc' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections
8650/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:712: warning: argument 'pcc_cls' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections 8624/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:715: warning: argument 'pcc_cls' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections
8651/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:780: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections 8625/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:783: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections
8652/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:780: warning: argument 'pit' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections 8626/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:783: warning: argument 'pit' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections
8653/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:780: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections 8627/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:783: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections
8654/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:780: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections 8628/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:783: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections
8655/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:796: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_update_configuration has multiple @param documentation sections 8629/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:799: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_update_configuration has multiple @param documentation sections
8656/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:796: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_peer_update_configuration has multiple @param documentation sections 8630/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:799: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_peer_update_configuration has multiple @param documentation sections
8657/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 8631/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
8658/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 8632/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
8659/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'service_name' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 8633/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'service_name' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
8660/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 8634/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
8661/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 8635/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
8662/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'start' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 8636/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'start' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
8663/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 8637/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
8664/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 8638/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
8665/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 8639/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
8666/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'topo' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 8640/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'topo' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
8667/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'ap' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 8641/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'ap' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
8668/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1060: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections 8642/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1063: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections
8669/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1060: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections 8643/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1063: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections
8670/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1060: warning: argument 'peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections 8644/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1063: warning: argument 'peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections
8671/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1060: warning: argument 'topo' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections 8645/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1063: warning: argument 'topo' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections
8672/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 8646/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
8673/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'cb' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 8647/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'cb' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
8674/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 8648/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
8675/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'p1' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 8649/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'p1' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
8676/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'p2' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 8650/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'p2' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
8677/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 8651/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
8678/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 8652/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
8679/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'peers' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 8653/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'peers' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
8680/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'max_connections' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 8654/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'max_connections' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
8681/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'comp_cb' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 8655/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'comp_cb' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
8682/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'comp_cb_cls' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 8656/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'comp_cb_cls' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
8683/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'topo' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 8657/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'topo' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
8684/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'va' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 8658/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'va' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
8685/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1183: warning: argument 'controller' from the argument list of GNUNET_TESTBED_overlay_write_topology_to_file has multiple @param documentation sections 8659/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1186: warning: argument 'controller' from the argument list of GNUNET_TESTBED_overlay_write_topology_to_file has multiple @param documentation sections
8686/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1183: warning: argument 'filename' from the argument list of GNUNET_TESTBED_overlay_write_topology_to_file has multiple @param documentation sections 8660/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1186: warning: argument 'filename' from the argument list of GNUNET_TESTBED_overlay_write_topology_to_file has multiple @param documentation sections
8687/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 8661/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
8688/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'peer' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 8662/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'peer' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
8689/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'service_name' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 8663/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'service_name' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
8690/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'cb' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 8664/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'cb' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
8691/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 8665/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
8692/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'ca' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 8666/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'ca' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
8693/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'da' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 8667/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'da' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
8694/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'cada_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 8668/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'cada_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
8695/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 8669/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
8696/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'peers' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 8670/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'peers' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
8697/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'subsystem' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 8671/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'subsystem' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
8698/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'name' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 8672/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'name' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
8699/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'proc' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 8673/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'proc' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
8700/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'cont' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 8674/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'cont' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
8701/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'cls' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 8675/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'cls' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
8702/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'host_filename' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 8676/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'host_filename' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
8703/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 8677/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
8704/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 8678/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
8705/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 8679/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
8706/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'cc' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 8680/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'cc' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
8707/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 8681/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
8708/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'test_master' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 8682/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'test_master' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
8709/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'test_master_cls' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 8683/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'test_master_cls' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
8710/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'testname' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 8684/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'testname' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
8711/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'cfg_filename' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 8685/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'cfg_filename' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
8712/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 8686/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
8713/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 8687/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
8714/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'cc' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 8688/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'cc' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
8715/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 8689/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
8716/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'test_master' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 8690/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'test_master' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
8717/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'test_master_cls' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 8691/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'test_master_cls' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
8718/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1532: warning: argument 'cb_cls' of command @param is not found in the argument list of GNUNET_TESTBED_barrier_init(struct GNUNET_TESTBED_Controller *controller, const char *name, unsigned int quorum, GNUNET_TESTBED_barrier_status_cb cb, void *cls) 8692/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1535: warning: argument 'cb_cls' of command @param is not found in the argument list of GNUNET_TESTBED_barrier_init(struct GNUNET_TESTBED_Controller *controller, const char *name, unsigned int quorum, GNUNET_TESTBED_barrier_status_cb cb, void *cls)
8719/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1547: warning: argument 'controller' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections 8693/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1550: warning: argument 'controller' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections
8720/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1547: warning: argument 'name' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections 8694/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1550: warning: argument 'name' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections
8721/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1547: warning: argument 'quorum' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections 8695/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1550: warning: argument 'quorum' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections
8722/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1547: warning: argument 'cb' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections 8696/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1550: warning: argument 'cb' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections
8723/home/william/Git/gnunet/src/testbed/testbed_api_barriers.c:163: warning: argument 'cls' of command @param is not found in the argument list of GNUNET_TESTBED_barrier_wait(const char *name, GNUNET_TESTBED_barrier_wait_cb cb, void *cb_cls) 8697/home/william/Git/gnunet/src/testbed/testbed_api_barriers.c:163: warning: argument 'cls' of command @param is not found in the argument list of GNUNET_TESTBED_barrier_wait(const char *name, GNUNET_TESTBED_barrier_wait_cb cb, void *cb_cls)
8724/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1597: warning: argument 'name' from the argument list of GNUNET_TESTBED_barrier_wait has multiple @param documentation sections 8698/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1600: warning: argument 'name' from the argument list of GNUNET_TESTBED_barrier_wait has multiple @param documentation sections
8725/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1597: warning: argument 'cb' from the argument list of GNUNET_TESTBED_barrier_wait has multiple @param documentation sections 8699/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1600: warning: argument 'cb' from the argument list of GNUNET_TESTBED_barrier_wait has multiple @param documentation sections
8726/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1609: warning: argument 'h' from the argument list of GNUNET_TESTBED_barrier_wait_cancel has multiple @param documentation sections 8700/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1612: warning: argument 'h' from the argument list of GNUNET_TESTBED_barrier_wait_cancel has multiple @param documentation sections
8727/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'testdir' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 8701/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'testdir' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
8728/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'trusted_ip' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 8702/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'trusted_ip' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
8729/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'hostname' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 8703/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'hostname' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
8730/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'shared_services' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 8704/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'shared_services' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
8731/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'lowport' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 8705/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'lowport' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
8732/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'highport' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 8706/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'highport' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
8733/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:198: warning: argument 'system' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections 8707/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:201: warning: argument 'system' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections
8734/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:198: warning: argument 'key_number' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections 8708/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:201: warning: argument 'key_number' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections
8735/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:198: warning: argument 'id' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections 8709/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:201: warning: argument 'id' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections
8736/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:210: warning: argument 'system' from the argument list of GNUNET_TESTING_reserve_port has multiple @param documentation sections 8710/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:213: warning: argument 'system' from the argument list of GNUNET_TESTING_reserve_port has multiple @param documentation sections
8737/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:221: warning: argument 'system' from the argument list of GNUNET_TESTING_release_port has multiple @param documentation sections 8711/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:224: warning: argument 'system' from the argument list of GNUNET_TESTING_release_port has multiple @param documentation sections
8738/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:221: warning: argument 'port' from the argument list of GNUNET_TESTING_release_port has multiple @param documentation sections 8712/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:224: warning: argument 'port' from the argument list of GNUNET_TESTING_release_port has multiple @param documentation sections
8739/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:243: warning: argument 'system' from the argument list of GNUNET_TESTING_configuration_create has multiple @param documentation sections 8713/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:246: warning: argument 'system' from the argument list of GNUNET_TESTING_configuration_create has multiple @param documentation sections
8740/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:243: warning: argument 'cfg' from the argument list of GNUNET_TESTING_configuration_create has multiple @param documentation sections 8714/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:246: warning: argument 'cfg' from the argument list of GNUNET_TESTING_configuration_create has multiple @param documentation sections
8741/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:302: warning: argument 'peer' from the argument list of GNUNET_TESTING_peer_stop has multiple @param documentation sections 8715/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:305: warning: argument 'peer' from the argument list of GNUNET_TESTING_peer_stop has multiple @param documentation sections
8742/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:364: warning: argument 'peer' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections 8716/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:367: warning: argument 'peer' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections
8743/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:364: warning: argument 'cb' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections 8717/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:367: warning: argument 'cb' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections
8744/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:364: warning: argument 'cb_cls' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections 8718/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:367: warning: argument 'cb_cls' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections
8745/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:413: warning: argument 'testdir' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections 8719/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:416: warning: argument 'testdir' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections
8746/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:413: warning: argument 'cfgfilename' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections 8720/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:416: warning: argument 'cfgfilename' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections
8747/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:413: warning: argument 'tm' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections 8721/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:416: warning: argument 'tm' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections
8748/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:413: warning: argument 'tm_cls' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections 8722/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:416: warning: argument 'tm_cls' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections
8749/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'testdir' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 8723/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'testdir' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
8750/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'service_name' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 8724/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'service_name' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
8751/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'cfgfilename' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 8725/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'cfgfilename' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
8752/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'tm' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 8726/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'tm' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
8753/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'tm_cls' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 8727/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'tm_cls' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
8754/home/william/Git/gnunet/src/include/gnunet_testing_netjail_lib.h:303: warning: argument 'label' from the argument list of GNUNET_TESTING_cmd_system_create has multiple @param documentation sections 8728/home/william/Git/gnunet/src/include/gnunet_testing_netjail_lib.h:303: warning: argument 'label' from the argument list of GNUNET_TESTING_cmd_system_create has multiple @param documentation sections
8755/home/william/Git/gnunet/src/include/gnunet_testing_netjail_lib.h:303: warning: The following parameter of GNUNET_TESTING_cmd_system_create(const char *label, const char *testdir) is not documented: 8729/home/william/Git/gnunet/src/include/gnunet_testing_netjail_lib.h:303: warning: The following parameter of GNUNET_TESTING_cmd_system_create(const char *label, const char *testdir) is not documented:
8756 parameter 'testdir' 8730 parameter 'testdir'
@@ -8774,124 +8748,124 @@ The command that should end the block seems to be missing!
8774/home/william/Git/gnunet/src/include/gnunet_testing_ng_lib.h:520: warning: argument 'ret' from the argument list of GNUNET_TESTING_get_trait has multiple @param documentation sections 8748/home/william/Git/gnunet/src/include/gnunet_testing_ng_lib.h:520: warning: argument 'ret' from the argument list of GNUNET_TESTING_get_trait has multiple @param documentation sections
8775/home/william/Git/gnunet/src/include/gnunet_testing_ng_lib.h:520: warning: argument 'trait' from the argument list of GNUNET_TESTING_get_trait has multiple @param documentation sections 8749/home/william/Git/gnunet/src/include/gnunet_testing_ng_lib.h:520: warning: argument 'trait' from the argument list of GNUNET_TESTING_get_trait has multiple @param documentation sections
8776/home/william/Git/gnunet/src/include/gnunet_testing_ng_lib.h:520: warning: argument 'index' from the argument list of GNUNET_TESTING_get_trait has multiple @param documentation sections 8750/home/william/Git/gnunet/src/include/gnunet_testing_ng_lib.h:520: warning: argument 'index' from the argument list of GNUNET_TESTING_get_trait has multiple @param documentation sections
8777/home/william/Git/gnunet/src/include/gnunet_time_lib.h:235: warning: argument 't' of command @param is not found in the argument list of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts) 8751/home/william/Git/gnunet/src/include/gnunet_time_lib.h:239: warning: argument 't' of command @param is not found in the argument list of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts)
8778/home/william/Git/gnunet/src/include/gnunet_time_lib.h:245: warning: The following parameter of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts) is not documented: 8752/home/william/Git/gnunet/src/include/gnunet_time_lib.h:249: warning: The following parameter of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts) is not documented:
8779 parameter 'ts' 8753 parameter 'ts'
8780/home/william/Git/gnunet/src/include/gnunet_transport_application_service.h:55: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_application_init has multiple @param documentation sections 8754/home/william/Git/gnunet/src/include/gnunet_transport_application_service.h:58: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_application_init has multiple @param documentation sections
8781/home/william/Git/gnunet/src/include/gnunet_transport_application_service.h:65: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_application_done has multiple @param documentation sections 8755/home/william/Git/gnunet/src/include/gnunet_transport_application_service.h:68: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_application_done has multiple @param documentation sections
8782/home/william/Git/gnunet/src/transport/transport_api2_communication.c:798: warning: argument 'mtu' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *config_section, const char *addr_prefix, enum GNUNET_TRANSPORT_CommunicatorCharacteristics cc, GNUNET_TRANSPORT_CommunicatorMqInit mq_init, void *mq_init_cls, GNUNET_TRANSPORT_CommunicatorNotify notify_cb, void *notify_cb_cls) 8756/home/william/Git/gnunet/src/transport/transport_api2_communication.c:798: warning: argument 'mtu' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *config_section, const char *addr_prefix, enum GNUNET_TRANSPORT_CommunicatorCharacteristics cc, GNUNET_TRANSPORT_CommunicatorMqInit mq_init, void *mq_init_cls, GNUNET_TRANSPORT_CommunicatorNotify notify_cb, void *notify_cb_cls)
8783/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 8757/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
8784/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'config_section' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 8758/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'config_section' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
8785/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'addr_prefix' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 8759/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'addr_prefix' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
8786/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'cc' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 8760/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'cc' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
8787/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'mq_init' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 8761/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'mq_init' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
8788/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'mq_init_cls' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 8762/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'mq_init_cls' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
8789/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'notify_cb' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 8763/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'notify_cb' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
8790/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'notify_cb_cls' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 8764/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'notify_cb_cls' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
8791/home/william/Git/gnunet/src/transport/transport_api2_communication.c:876: warning: argument 'handle' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_receive(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_PeerIdentity *sender, const struct GNUNET_MessageHeader *msg, struct GNUNET_TIME_Relative expected_addr_validity, GNUNET_TRANSPORT_MessageCompletedCallback cb, void *cb_cls) 8765/home/william/Git/gnunet/src/transport/transport_api2_communication.c:876: warning: argument 'handle' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_receive(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_PeerIdentity *sender, const struct GNUNET_MessageHeader *msg, struct GNUNET_TIME_Relative expected_addr_validity, GNUNET_TRANSPORT_MessageCompletedCallback cb, void *cb_cls)
8792/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'sender' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 8766/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'sender' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
8793/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'msg' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 8767/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'msg' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
8794/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'expected_addr_validity' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 8768/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'expected_addr_validity' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
8795/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'cb' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 8769/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'cb' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
8796/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'cb_cls' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 8770/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'cb_cls' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
8797/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:249: warning: argument 'cc' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_add(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_PeerIdentity *peer, const char *address, uint32_t mtu, uint64_t q_len, uint32_t priority, enum GNUNET_NetworkType nt, enum GNUNET_TRANSPORT_ConnectionStatus cs, struct GNUNET_MQ_Handle *mq) 8771/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:252: warning: argument 'cc' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_add(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_PeerIdentity *peer, const char *address, uint32_t mtu, uint64_t q_len, uint32_t priority, enum GNUNET_NetworkType nt, enum GNUNET_TRANSPORT_ConnectionStatus cs, struct GNUNET_MQ_Handle *mq)
8798/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 8772/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
8799/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'peer' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 8773/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'peer' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
8800/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'address' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 8774/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'address' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
8801/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'mtu' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 8775/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'mtu' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
8802/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'q_len' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 8776/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'q_len' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
8803/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'priority' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 8777/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'priority' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
8804/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'nt' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 8778/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'nt' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
8805/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'cs' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 8779/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'cs' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
8806/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'mq' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 8780/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'mq' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
8807/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:279: warning: argument 'qh' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority) 8781/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:282: warning: argument 'qh' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority)
8808/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:289: warning: The following parameter of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority) is not documented: 8782/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:292: warning: The following parameter of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority) is not documented:
8809 parameter 'u_qh' 8783 parameter 'u_qh'
8810/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:367: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections 8784/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:370: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections
8811/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:367: warning: argument 'pid' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections 8785/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:370: warning: argument 'pid' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections
8812/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:367: warning: argument 'comm' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections 8786/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:370: warning: argument 'comm' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections
8813/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:367: warning: argument 'header' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections 8787/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:370: warning: argument 'header' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections
8814/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:92: warning: argument 'neb' of command @param is not found in the argument list of GNUNET_TRANSPORT_core_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_PeerIdentity *self, const struct GNUNET_MQ_MessageHandler *handlers, void *cls, GNUNET_TRANSPORT_NotifyConnect nc, GNUNET_TRANSPORT_NotifyDisconnect nd) 8788/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:95: warning: argument 'neb' of command @param is not found in the argument list of GNUNET_TRANSPORT_core_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_PeerIdentity *self, const struct GNUNET_MQ_MessageHandler *handlers, void *cls, GNUNET_TRANSPORT_NotifyConnect nc, GNUNET_TRANSPORT_NotifyDisconnect nd)
8815/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:110: warning: argument 'handlers' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 8789/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:113: warning: argument 'handlers' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
8816/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:124: warning: argument 'handle' from the argument list of GNUNET_TRANSPORT_core_disconnect has multiple @param documentation sections 8790/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:127: warning: argument 'handle' from the argument list of GNUNET_TRANSPORT_core_disconnect has multiple @param documentation sections
8817/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:142: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections 8791/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:145: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections
8818/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:142: warning: argument 'ac' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections 8792/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:145: warning: argument 'ac' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections
8819/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:142: warning: argument 'rec' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections 8793/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:145: warning: argument 'rec' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections
8820/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:142: warning: argument 'rec_cls' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections 8794/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:145: warning: argument 'rec_cls' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections
8821/home/william/Git/gnunet/src/include/gnunet_transport_manipulation_service.h:79: warning: argument 'handle' from the argument list of GNUNET_TRANSPORT_manipulation_disconnect has multiple @param documentation sections 8795/home/william/Git/gnunet/src/include/gnunet_transport_manipulation_service.h:82: warning: argument 'handle' from the argument list of GNUNET_TRANSPORT_manipulation_disconnect has multiple @param documentation sections
8822/home/william/Git/gnunet/src/transport/transport_api2_monitor.c:279: warning: argument 'pmc' of command @param is not found in the argument list of GNUNET_TRANSPORT_monitor_cancel(struct GNUNET_TRANSPORT_MonitorContext *mc) 8796/home/william/Git/gnunet/src/transport/transport_api2_monitor.c:279: warning: argument 'pmc' of command @param is not found in the argument list of GNUNET_TRANSPORT_monitor_cancel(struct GNUNET_TRANSPORT_MonitorContext *mc)
8823/home/william/Git/gnunet/src/include/gnunet_transport_plugin.h:129: warning: explicit link request to 'GNUNET_ATS_address_get_type()' could not be resolved 8797/home/william/Git/gnunet/src/include/gnunet_transport_plugin.h:132: warning: explicit link request to 'GNUNET_ATS_address_get_type()' could not be resolved
8824/home/william/Git/gnunet/src/include/gnunet_transport_service.h:164: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_RECV_ATS' could not be resolved 8798/home/william/Git/gnunet/src/include/gnunet_transport_service.h:167: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_RECV_ATS' could not be resolved
8825/home/william/Git/gnunet/src/include/gnunet_transport_service.h:165: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_RECV_ACK' could not be resolved 8799/home/william/Git/gnunet/src/include/gnunet_transport_service.h:168: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_RECV_ACK' could not be resolved
8826/home/william/Git/gnunet/src/include/gnunet_transport_service.h:172: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_SENT' could not be resolved 8800/home/william/Git/gnunet/src/include/gnunet_transport_service.h:175: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_SENT' could not be resolved
8827/home/william/Git/gnunet/src/include/gnunet_transport_service.h:189: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECTED_SWITCHING_SYN_SENT' could not be resolved 8801/home/william/Git/gnunet/src/include/gnunet_transport_service.h:192: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECTED_SWITCHING_SYN_SENT' could not be resolved
8828/home/william/Git/gnunet/src/include/gnunet_transport_service.h:90: warning: argument 'ohh' from the argument list of GNUNET_TRANSPORT_offer_hello_cancel has multiple @param documentation sections 8802/home/william/Git/gnunet/src/include/gnunet_transport_service.h:93: warning: argument 'ohh' from the argument list of GNUNET_TRANSPORT_offer_hello_cancel has multiple @param documentation sections
8829/home/william/Git/gnunet/src/include/gnunet_transport_service.h:293: warning: argument 'state' from the argument list of GNUNET_TRANSPORT_ps2s has multiple @param documentation sections 8803/home/william/Git/gnunet/src/include/gnunet_transport_service.h:296: warning: argument 'state' from the argument list of GNUNET_TRANSPORT_ps2s has multiple @param documentation sections
8830/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 8804/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
8831/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'peer' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 8805/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'peer' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
8832/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'one_shot' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 8806/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'one_shot' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
8833/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'peer_callback' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 8807/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'peer_callback' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
8834/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'peer_callback_cls' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 8808/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'peer_callback_cls' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
8835/home/william/Git/gnunet/src/transport/transport_api_monitor_plugins.c:441: warning: explicit link request to 'GNUNET_TRANSPORT_SS_FINI' could not be resolved 8809/home/william/Git/gnunet/src/transport/transport_api_monitor_plugins.c:441: warning: explicit link request to 'GNUNET_TRANSPORT_SS_FINI' could not be resolved
8836/home/william/Git/gnunet/src/include/gnunet_transport_service.h:578: warning: argument 'pm' from the argument list of GNUNET_TRANSPORT_monitor_plugins_cancel has multiple @param documentation sections 8810/home/william/Git/gnunet/src/include/gnunet_transport_service.h:581: warning: argument 'pm' from the argument list of GNUNET_TRANSPORT_monitor_plugins_cancel has multiple @param documentation sections
8837/home/william/Git/gnunet/src/transport/transport_api_core.c:844: warning: argument 'rec' of command @param is not found in the argument list of GNUNET_TRANSPORT_core_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_PeerIdentity *self, const struct GNUNET_MQ_MessageHandler *handlers, void *cls, GNUNET_TRANSPORT_NotifyConnect nc, GNUNET_TRANSPORT_NotifyDisconnect nd, GNUNET_TRANSPORT_NotifyExcessBandwidth neb) 8811/home/william/Git/gnunet/src/transport/transport_api_core.c:844: warning: argument 'rec' of command @param is not found in the argument list of GNUNET_TRANSPORT_core_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_PeerIdentity *self, const struct GNUNET_MQ_MessageHandler *handlers, void *cls, GNUNET_TRANSPORT_NotifyConnect nc, GNUNET_TRANSPORT_NotifyDisconnect nd, GNUNET_TRANSPORT_NotifyExcessBandwidth neb)
8838/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 8812/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
8839/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'self' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 8813/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'self' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
8840/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'handlers' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 8814/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'handlers' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
8841/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'cls' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 8815/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'cls' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
8842/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'nc' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 8816/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'nc' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
8843/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'nd' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 8817/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'nd' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
8844/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'neb' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 8818/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'neb' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
8845/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:124: warning: argument 'handle' from the argument list of GNUNET_TRANSPORT_core_disconnect has multiple @param documentation sections 8819/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:127: warning: argument 'handle' from the argument list of GNUNET_TRANSPORT_core_disconnect has multiple @param documentation sections
8846/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'ip' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 8820/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'ip' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
8847/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'protocol' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 8821/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'protocol' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
8848/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'payload_length' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 8822/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'payload_length' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
8849/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'src' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 8823/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'src' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
8850/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'dst' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 8824/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'dst' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
8851/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:789: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections 8825/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:792: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections
8852/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:789: warning: argument 'tcp' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections 8826/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:792: warning: argument 'tcp' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections
8853/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:789: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections 8827/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:792: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections
8854/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:789: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections 8828/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:792: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections
8855/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:803: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections 8829/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:806: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections
8856/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:803: warning: argument 'tcp' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections 8830/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:806: warning: argument 'tcp' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections
8857/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:803: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections 8831/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:806: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections
8858/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:803: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections 8832/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:806: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections
8859/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:817: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections 8833/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:820: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections
8860/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:817: warning: argument 'udp' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections 8834/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:820: warning: argument 'udp' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections
8861/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:817: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections 8835/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:820: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections
8862/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:817: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections 8836/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:820: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections
8863/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:832: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections 8837/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:835: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections
8864/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:832: warning: argument 'udp' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections 8838/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:835: warning: argument 'udp' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections
8865/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:832: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections 8839/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:835: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections
8866/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:832: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections 8840/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:835: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections
8867/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:846: warning: argument 'icmp' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections 8841/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:849: warning: argument 'icmp' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections
8868/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:846: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections 8842/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:849: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections
8869/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:846: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections 8843/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:849: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections
8870/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:860: warning: argument 'ip' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections 8844/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:863: warning: argument 'ip' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections
8871/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:860: warning: argument 'port' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections 8845/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:863: warning: argument 'port' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections
8872/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:860: warning: argument 'rxstr' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections 8846/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:863: warning: argument 'rxstr' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections
8873/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:874: warning: argument 'ipv6' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections 8847/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:877: warning: argument 'ipv6' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections
8874/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:874: warning: argument 'port' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections 8848/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:877: warning: argument 'port' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections
8875/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:874: warning: argument 'rxstr' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections 8849/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:877: warning: argument 'rxstr' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections
8876/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:889: warning: argument 'policy' from the argument list of GNUNET_TUN_ipv6policy2regex has multiple @param documentation sections 8850/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:892: warning: argument 'policy' from the argument list of GNUNET_TUN_ipv6policy2regex has multiple @param documentation sections
8877/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:902: warning: argument 'policy' from the argument list of GNUNET_TUN_ipv4policy2regex has multiple @param documentation sections 8851/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:905: warning: argument 'policy' from the argument list of GNUNET_TUN_ipv4policy2regex has multiple @param documentation sections
8878/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:914: warning: argument 'service_name' from the argument list of GNUNET_TUN_service_name_to_hash has multiple @param documentation sections 8852/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:917: warning: argument 'service_name' from the argument list of GNUNET_TUN_service_name_to_hash has multiple @param documentation sections
8879/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:914: warning: argument 'hc' from the argument list of GNUNET_TUN_service_name_to_hash has multiple @param documentation sections 8853/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:917: warning: argument 'hc' from the argument list of GNUNET_TUN_service_name_to_hash has multiple @param documentation sections
8880/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'vh' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 8854/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'vh' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
8881/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'result_af' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 8855/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'result_af' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
8882/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'protocol' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 8856/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'protocol' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
8883/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'peer' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 8857/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'peer' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
8884/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'serv' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 8858/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'serv' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
8885/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'expiration_time' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 8859/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'expiration_time' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
8886/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'cb' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 8860/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'cb' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
8887/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'cb_cls' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 8861/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'cb_cls' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
8888/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'vh' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 8862/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'vh' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
8889/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'result_af' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 8863/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'result_af' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
8890/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'addr_af' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 8864/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'addr_af' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
8891/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'addr' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 8865/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'addr' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
8892/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'expiration_time' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 8866/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'expiration_time' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
8893/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'cb' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 8867/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'cb' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
8894/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'cb_cls' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 8868/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'cb_cls' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
8895/home/william/Git/gnunet/src/include/gnunet_json_lib.h:122: warning: argument 'which' of command @param is not found in the argument list of GNUNET_JSON_parse(const json_t *root, struct GNUNET_JSON_Specification *spec, const char **error_json_name, unsigned int *error_line) 8869/home/william/Git/gnunet/src/include/gnunet_json_lib.h:122: warning: argument 'which' of command @param is not found in the argument list of GNUNET_JSON_parse(const json_t *root, struct GNUNET_JSON_Specification *spec, const char **error_json_name, unsigned int *error_line)
8896/home/william/Git/gnunet/src/json/json.c:1: warning: The following parameter of GNUNET_JSON_parse(const json_t *root, struct GNUNET_JSON_Specification *spec, const char **error_json_name, unsigned int *error_line) is not documented: 8870/home/william/Git/gnunet/src/json/json.c:1: warning: The following parameter of GNUNET_JSON_parse(const json_t *root, struct GNUNET_JSON_Specification *spec, const char **error_json_name, unsigned int *error_line) is not documented:
8897 parameter 'error_line' 8871 parameter 'error_line'
@@ -10818,13 +10792,13 @@ The command that should end the block seems to be missing!
10818/home/william/Git/gnunet/src/reclaim/reclaim_api.c:771: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_RECLAIM_credential_RESULT' could not be resolved 10792/home/william/Git/gnunet/src/reclaim/reclaim_api.c:771: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_RECLAIM_credential_RESULT' could not be resolved
10819/home/william/Git/gnunet/src/reclaim/reclaim_api.c:796: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_RECLAIM_credential_RESULT' could not be resolved 10793/home/william/Git/gnunet/src/reclaim/reclaim_api.c:796: warning: explicit link request to 'GNUNET_MESSAGE_TYPE_RECLAIM_credential_RESULT' could not be resolved
10820/home/william/Git/gnunet/src/reclaim/reclaim_api.c:1479: warning: explicit link request to 'GNUNET_RECLAIM_get_credential_start' could not be resolved 10794/home/william/Git/gnunet/src/reclaim/reclaim_api.c:1479: warning: explicit link request to 'GNUNET_RECLAIM_get_credential_start' could not be resolved
10821/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:345: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait) 10795/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:348: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait)
10822/home/william/Git/gnunet/src/reclaim/reclaim_api.c:1486: warning: The following parameter of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented: 10796/home/william/Git/gnunet/src/reclaim/reclaim_api.c:1486: warning: The following parameter of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented:
10823 parameter 'ait' 10797 parameter 'ait'
10824/home/william/Git/gnunet/src/reclaim/reclaim_api.c:1500: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait) 10798/home/william/Git/gnunet/src/reclaim/reclaim_api.c:1500: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait)
10825/home/william/Git/gnunet/src/reclaim/reclaim_api.c:1508: warning: The following parameter of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented: 10799/home/william/Git/gnunet/src/reclaim/reclaim_api.c:1508: warning: The following parameter of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented:
10826 parameter 'ait' 10800 parameter 'ait'
10827/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:371: warning: Found unknown command '\GNUNET_RECLAIM_ticket_consume' 10801/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:374: warning: Found unknown command '\GNUNET_RECLAIM_ticket_consume'
10828/home/william/Git/gnunet/src/reclaim/reclaim_attribute.c:304: warning: The following parameters of GNUNET_RECLAIM_attribute_list_add(struct GNUNET_RECLAIM_AttributeList *al, const char *attr_name, const struct GNUNET_RECLAIM_Identifier *credential, uint32_t type, const void *data, size_t data_size) are not documented: 10802/home/william/Git/gnunet/src/reclaim/reclaim_attribute.c:304: warning: The following parameters of GNUNET_RECLAIM_attribute_list_add(struct GNUNET_RECLAIM_AttributeList *al, const char *attr_name, const struct GNUNET_RECLAIM_Identifier *credential, uint32_t type, const void *data, size_t data_size) are not documented:
10829 parameter 'al' 10803 parameter 'al'
10830 parameter 'credential' 10804 parameter 'credential'
@@ -10851,7 +10825,7 @@ The command that should end the block seems to be missing!
10851/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:386: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_dup(const struct GNUNET_RECLAIM_CredentialList *al) 10825/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:386: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_dup(const struct GNUNET_RECLAIM_CredentialList *al)
10852/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:392: warning: The following parameter of GNUNET_RECLAIM_credential_list_dup(const struct GNUNET_RECLAIM_CredentialList *al) is not documented: 10826/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:392: warning: The following parameter of GNUNET_RECLAIM_credential_list_dup(const struct GNUNET_RECLAIM_CredentialList *al) is not documented:
10853 parameter 'al' 10827 parameter 'al'
10854/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:523: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al) 10828/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:526: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al)
10855/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:424: warning: The following parameter of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al) is not documented: 10829/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:424: warning: The following parameter of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al) is not documented:
10856 parameter 'al' 10830 parameter 'al'
10857/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:442: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize_get_size(const struct GNUNET_RECLAIM_Credential *credential) 10831/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:442: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize_get_size(const struct GNUNET_RECLAIM_Credential *credential)
@@ -10860,25 +10834,25 @@ The command that should end the block seems to be missing!
10860/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:457: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize(const struct GNUNET_RECLAIM_Credential *credential, char *result) 10834/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:457: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize(const struct GNUNET_RECLAIM_Credential *credential, char *result)
10861/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:465: warning: The following parameter of GNUNET_RECLAIM_credential_serialize(const struct GNUNET_RECLAIM_Credential *credential, char *result) is not documented: 10835/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:465: warning: The following parameter of GNUNET_RECLAIM_credential_serialize(const struct GNUNET_RECLAIM_Credential *credential, char *result) is not documented:
10862 parameter 'credential' 10836 parameter 'credential'
10863/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:671: warning: argument 'typename' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred) 10837/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:674: warning: argument 'typename' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred)
10864/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:545: warning: The following parameter of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred) is not documented: 10838/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:545: warning: The following parameter of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred) is not documented:
10865 parameter 'cred' 10839 parameter 'cred'
10866/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:739: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize_get_size(const struct GNUNET_RECLAIM_PresentationList *presentations) 10840/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:739: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize_get_size(const struct GNUNET_RECLAIM_PresentationList *presentations)
10867/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:746: warning: The following parameter of GNUNET_RECLAIM_presentation_list_serialize_get_size(const struct GNUNET_RECLAIM_PresentationList *presentations) is not documented: 10841/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:746: warning: The following parameter of GNUNET_RECLAIM_presentation_list_serialize_get_size(const struct GNUNET_RECLAIM_PresentationList *presentations) is not documented:
10868 parameter 'presentations' 10842 parameter 'presentations'
10869/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:711: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize(const struct GNUNET_RECLAIM_PresentationList *presentations, char *result) 10843/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:714: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize(const struct GNUNET_RECLAIM_PresentationList *presentations, char *result)
10870/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:769: warning: The following parameter of GNUNET_RECLAIM_presentation_list_serialize(const struct GNUNET_RECLAIM_PresentationList *presentations, char *result) is not documented: 10844/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:769: warning: The following parameter of GNUNET_RECLAIM_presentation_list_serialize(const struct GNUNET_RECLAIM_PresentationList *presentations, char *result) is not documented:
10871 parameter 'presentations' 10845 parameter 'presentations'
10872/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:834: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_dup(const struct GNUNET_RECLAIM_PresentationList *al) 10846/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:834: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_dup(const struct GNUNET_RECLAIM_PresentationList *al)
10873/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:840: warning: The following parameter of GNUNET_RECLAIM_presentation_list_dup(const struct GNUNET_RECLAIM_PresentationList *al) is not documented: 10847/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:840: warning: The following parameter of GNUNET_RECLAIM_presentation_list_dup(const struct GNUNET_RECLAIM_PresentationList *al) is not documented:
10874 parameter 'al' 10848 parameter 'al'
10875/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:701: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al) 10849/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:704: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al)
10876/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:871: warning: The following parameter of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al) is not documented: 10850/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:871: warning: The following parameter of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al) is not documented:
10877 parameter 'al' 10851 parameter 'al'
10878/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:889: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize_get_size(const struct GNUNET_RECLAIM_Presentation *presentation) 10852/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:889: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize_get_size(const struct GNUNET_RECLAIM_Presentation *presentation)
10879/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:896: warning: The following parameter of GNUNET_RECLAIM_presentation_serialize_get_size(const struct GNUNET_RECLAIM_Presentation *presentation) is not documented: 10853/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:896: warning: The following parameter of GNUNET_RECLAIM_presentation_serialize_get_size(const struct GNUNET_RECLAIM_Presentation *presentation) is not documented:
10880 parameter 'presentation' 10854 parameter 'presentation'
10881/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:745: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize(const struct GNUNET_RECLAIM_Presentation *presentation, char *result) 10855/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:748: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize(const struct GNUNET_RECLAIM_Presentation *presentation, char *result)
10882/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:911: warning: The following parameter of GNUNET_RECLAIM_presentation_serialize(const struct GNUNET_RECLAIM_Presentation *presentation, char *result) is not documented: 10856/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:911: warning: The following parameter of GNUNET_RECLAIM_presentation_serialize(const struct GNUNET_RECLAIM_Presentation *presentation, char *result) is not documented:
10883 parameter 'presentation' 10857 parameter 'presentation'
10884/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:1044: warning: The following parameter of GNUNET_RECLAIM_credential_get_presentation(const struct GNUNET_RECLAIM_Credential *cred, const struct GNUNET_RECLAIM_AttributeList *attrs, struct GNUNET_RECLAIM_Presentation **presentation) is not documented: 10858/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:1044: warning: The following parameter of GNUNET_RECLAIM_credential_get_presentation(const struct GNUNET_RECLAIM_Credential *cred, const struct GNUNET_RECLAIM_AttributeList *attrs, struct GNUNET_RECLAIM_Presentation **presentation) is not documented:
@@ -11002,9 +10976,9 @@ The command that should end the block seems to be missing!
11002/home/william/Git/gnunet/src/revocation/revocation_api.c:461: warning: argument 'matching_bits' of command @param is not found in the argument list of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration) 10976/home/william/Git/gnunet/src/revocation/revocation_api.c:461: warning: argument 'matching_bits' of command @param is not found in the argument list of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration)
11003/home/william/Git/gnunet/src/revocation/revocation_api.c:408: warning: The following parameter of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration) is not documented: 10977/home/william/Git/gnunet/src/revocation/revocation_api.c:408: warning: The following parameter of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration) is not documented:
11004 parameter 'difficulty' 10978 parameter 'difficulty'
11005/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:237: warning: argument 'epochs' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc) 10979/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:240: warning: argument 'epochs' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc)
11006/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:237: warning: argument 'pow' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc) 10980/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:240: warning: argument 'pow' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc)
11007/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:237: warning: argument 'difficulty' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc) 10981/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:240: warning: argument 'difficulty' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc)
11008/home/william/Git/gnunet/src/revocation/revocation_api.c:749: warning: documented empty return type of GNUNET_REVOCATION_pow_stop 10982/home/william/Git/gnunet/src/revocation/revocation_api.c:749: warning: documented empty return type of GNUNET_REVOCATION_pow_stop
11009/home/william/Git/gnunet/src/rps/gnunet-rps-profiler.c:680: warning: explicit link request to 'churn_test_cb' could not be resolved 10983/home/william/Git/gnunet/src/rps/gnunet-rps-profiler.c:680: warning: explicit link request to 'churn_test_cb' could not be resolved
11010/home/william/Git/gnunet/src/rps/gnunet-rps-profiler.c:680: warning: explicit link request to 'mal_cb' could not be resolved 10984/home/william/Git/gnunet/src/rps/gnunet-rps-profiler.c:680: warning: explicit link request to 'mal_cb' could not be resolved
@@ -11319,7 +11293,7 @@ The command that should end the block seems to be missing!
11319 parameter 'msg' 11293 parameter 'msg'
11320/home/william/Git/gnunet/src/setu/setu_api.c:509: warning: The following parameter of GNUNET_SETU_prepare(const struct GNUNET_PeerIdentity *other_peer, const struct GNUNET_HashCode *app_id, const struct GNUNET_MessageHeader *context_msg, const struct GNUNET_SETU_Option options[], GNUNET_SETU_ResultIterator result_cb, void *result_cls) is not documented: 11294/home/william/Git/gnunet/src/setu/setu_api.c:509: warning: The following parameter of GNUNET_SETU_prepare(const struct GNUNET_PeerIdentity *other_peer, const struct GNUNET_HashCode *app_id, const struct GNUNET_MessageHeader *context_msg, const struct GNUNET_SETU_Option options[], GNUNET_SETU_ResultIterator result_cb, void *result_cls) is not documented:
11321 parameter 'options' 11295 parameter 'options'
11322/home/william/Git/gnunet/src/include/gnunet_setu_service.h:344: warning: argument 'result_mode' of command @param is not found in the argument list of GNUNET_SETU_accept(struct GNUNET_SETU_Request *request, const struct GNUNET_SETU_Option options[], GNUNET_SETU_ResultIterator result_cb, void *result_cls) 11296/home/william/Git/gnunet/src/include/gnunet_setu_service.h:347: warning: argument 'result_mode' of command @param is not found in the argument list of GNUNET_SETU_accept(struct GNUNET_SETU_Request *request, const struct GNUNET_SETU_Option options[], GNUNET_SETU_ResultIterator result_cb, void *result_cls)
11323/home/william/Git/gnunet/src/setu/setu_api.c:795: warning: The following parameter of GNUNET_SETU_accept(struct GNUNET_SETU_Request *request, const struct GNUNET_SETU_Option options[], GNUNET_SETU_ResultIterator result_cb, void *result_cls) is not documented: 11297/home/william/Git/gnunet/src/setu/setu_api.c:795: warning: The following parameter of GNUNET_SETU_accept(struct GNUNET_SETU_Request *request, const struct GNUNET_SETU_Option options[], GNUNET_SETU_ResultIterator result_cb, void *result_cls) is not documented:
11324 parameter 'options' 11298 parameter 'options'
11325/home/william/Git/gnunet/src/include/gnunet_sq_lib.h:190: warning: argument 'db_conn' of command @param is not found in the argument list of GNUNET_SQ_bind(sqlite3_stmt *stmt, const struct GNUNET_SQ_QueryParam *params) 11299/home/william/Git/gnunet/src/include/gnunet_sq_lib.h:190: warning: argument 'db_conn' of command @param is not found in the argument list of GNUNET_SQ_bind(sqlite3_stmt *stmt, const struct GNUNET_SQ_QueryParam *params)
@@ -11884,7 +11858,7 @@ The command that should end the block seems to be missing!
11884/home/william/Git/gnunet/src/transport/transport-testing2.h:909: warning: argument 'test' from the argument list of GNUNET_TRANSPORT_TESTING_get_test_plugin_name has multiple @param documentation sections 11858/home/william/Git/gnunet/src/transport/transport-testing2.h:909: warning: argument 'test' from the argument list of GNUNET_TRANSPORT_TESTING_get_test_plugin_name has multiple @param documentation sections
11885/home/william/Git/gnunet/src/transport/transport-testing2.h:921: warning: argument 'file' from the argument list of GNUNET_TRANSPORT_TESTING_get_test_source_name has multiple @param documentation sections 11859/home/william/Git/gnunet/src/transport/transport-testing2.h:921: warning: argument 'file' from the argument list of GNUNET_TRANSPORT_TESTING_get_test_source_name has multiple @param documentation sections
11886/home/william/Git/gnunet/src/transport/transport_api2_communication.c:798: warning: argument 'mtu' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *config_section, const char *addr_prefix, enum GNUNET_TRANSPORT_CommunicatorCharacteristics cc, GNUNET_TRANSPORT_CommunicatorMqInit mq_init, void *mq_init_cls, GNUNET_TRANSPORT_CommunicatorNotify notify_cb, void *notify_cb_cls) 11860/home/william/Git/gnunet/src/transport/transport_api2_communication.c:798: warning: argument 'mtu' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *config_section, const char *addr_prefix, enum GNUNET_TRANSPORT_CommunicatorCharacteristics cc, GNUNET_TRANSPORT_CommunicatorMqInit mq_init, void *mq_init_cls, GNUNET_TRANSPORT_CommunicatorNotify notify_cb, void *notify_cb_cls)
11887/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:249: warning: argument 'cc' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_add(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_PeerIdentity *peer, const char *address, uint32_t mtu, uint64_t q_len, uint32_t priority, enum GNUNET_NetworkType nt, enum GNUNET_TRANSPORT_ConnectionStatus cs, struct GNUNET_MQ_Handle *mq) 11861/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:252: warning: argument 'cc' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_add(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_PeerIdentity *peer, const char *address, uint32_t mtu, uint64_t q_len, uint32_t priority, enum GNUNET_NetworkType nt, enum GNUNET_TRANSPORT_ConnectionStatus cs, struct GNUNET_MQ_Handle *mq)
11888/home/william/Git/gnunet/src/transport/transport_api2_communication.c:1013: warning: argument 'qh' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority) 11862/home/william/Git/gnunet/src/transport/transport_api2_communication.c:1013: warning: argument 'qh' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority)
11889/home/william/Git/gnunet/src/transport/transport_api2_communication.c:1023: warning: The following parameter of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority) is not documented: 11863/home/william/Git/gnunet/src/transport/transport_api2_communication.c:1023: warning: The following parameter of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority) is not documented:
11890 parameter 'u_qh' 11864 parameter 'u_qh'
@@ -11936,23 +11910,23 @@ The command that should end the block seems to be missing!
11936/home/william/Git/gnunet/src/transport/transport_api_monitor_plugins.c:249: warning: The following parameter of handle_event(void *cls, const struct TransportPluginMonitorMessage *tpmm) is not documented: 11910/home/william/Git/gnunet/src/transport/transport_api_monitor_plugins.c:249: warning: The following parameter of handle_event(void *cls, const struct TransportPluginMonitorMessage *tpmm) is not documented:
11937 parameter 'tpmm' 11911 parameter 'tpmm'
11938/home/william/Git/gnunet/src/transport/transport_api_monitor_plugins.c:435: warning: explicit link request to 'GNUNET_TRANSPORT_SS_FINI' could not be resolved 11912/home/william/Git/gnunet/src/transport/transport_api_monitor_plugins.c:435: warning: explicit link request to 'GNUNET_TRANSPORT_SS_FINI' could not be resolved
11939/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:51: warning: argument 'cp' of command @param is not found in the argument list of GNUNET_wait_child(struct GNUNET_OS_Process *proc, GNUNET_ChildCompletedCallback cb, void *cb_cls) 11913/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:55: warning: argument 'cp' of command @param is not found in the argument list of GNUNET_wait_child(struct GNUNET_OS_Process *proc, GNUNET_ChildCompletedCallback cb, void *cb_cls)
11940/home/william/Git/gnunet/src/util/child_management.c:205: warning: The following parameter of GNUNET_wait_child(struct GNUNET_OS_Process *proc, GNUNET_ChildCompletedCallback cb, void *cb_cls) is not documented: 11914/home/william/Git/gnunet/src/util/child_management.c:205: warning: The following parameter of GNUNET_wait_child(struct GNUNET_OS_Process *proc, GNUNET_ChildCompletedCallback cb, void *cb_cls) is not documented:
11941 parameter 'cb' 11915 parameter 'cb'
11942/home/william/Git/gnunet/src/include/gnunet_common.h:780: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p) 11916/home/william/Git/gnunet/src/include/gnunet_common.h:784: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p)
11943/home/william/Git/gnunet/src/util/common_logging.c:1194: warning: The following parameter of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented: 11917/home/william/Git/gnunet/src/util/common_logging.c:1194: warning: The following parameter of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented:
11944 parameter 'p' 11918 parameter 'p'
11945/home/william/Git/gnunet/src/include/gnunet_common.h:793: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p) 11919/home/william/Git/gnunet/src/include/gnunet_common.h:797: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p)
11946/home/william/Git/gnunet/src/util/common_logging.c:1216: warning: The following parameter of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented: 11920/home/william/Git/gnunet/src/util/common_logging.c:1216: warning: The following parameter of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented:
11947 parameter 'p' 11921 parameter 'p'
11948/home/william/Git/gnunet/src/include/gnunet_common.h:806: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p) 11922/home/william/Git/gnunet/src/include/gnunet_common.h:810: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p)
11949/home/william/Git/gnunet/src/util/common_logging.c:1238: warning: The following parameter of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented: 11923/home/william/Git/gnunet/src/util/common_logging.c:1238: warning: The following parameter of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented:
11950 parameter 'p' 11924 parameter 'p'
11951/home/william/Git/gnunet/src/include/gnunet_common.h:819: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p) 11925/home/william/Git/gnunet/src/include/gnunet_common.h:823: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p)
11952/home/william/Git/gnunet/src/util/common_logging.c:1260: warning: The following parameter of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented: 11926/home/william/Git/gnunet/src/util/common_logging.c:1260: warning: The following parameter of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented:
11953 parameter 'p' 11927 parameter 'p'
11954/home/william/Git/gnunet/src/util/common_logging.c:1519: warning: argument 'out' of command @param is not found in the argument list of GNUNET_async_scope_enter(const struct GNUNET_AsyncScopeId *aid, struct GNUNET_AsyncScopeSave *old_scope) 11928/home/william/Git/gnunet/src/util/common_logging.c:1519: warning: argument 'out' of command @param is not found in the argument list of GNUNET_async_scope_enter(const struct GNUNET_AsyncScopeId *aid, struct GNUNET_AsyncScopeSave *old_scope)
11955/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:170: warning: Found unknown command '\INLINE' 11929/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:174: warning: Found unknown command '\INLINE'
11956/home/william/Git/gnunet/src/util/container_multihashmap32.c:288: warning: argument 'bme' of command @param is not found in the argument list of update_next_cache(struct GNUNET_CONTAINER_MultiHashMap32 *map, const struct MapEntry *me) 11930/home/william/Git/gnunet/src/util/container_multihashmap32.c:288: warning: argument 'bme' of command @param is not found in the argument list of update_next_cache(struct GNUNET_CONTAINER_MultiHashMap32 *map, const struct MapEntry *me)
11957/home/william/Git/gnunet/src/util/container_multihashmap32.c:294: warning: The following parameter of update_next_cache(struct GNUNET_CONTAINER_MultiHashMap32 *map, const struct MapEntry *me) is not documented: 11931/home/william/Git/gnunet/src/util/container_multihashmap32.c:294: warning: The following parameter of update_next_cache(struct GNUNET_CONTAINER_MultiHashMap32 *map, const struct MapEntry *me) is not documented:
11958 parameter 'me' 11932 parameter 'me'
@@ -11961,26 +11935,26 @@ The command that should end the block seems to be missing!
11961 parameter 'r_dash' 11935 parameter 'r_dash'
11962 parameter 'msg' 11936 parameter 'msg'
11963 parameter 'msg_len' 11937 parameter 'msg_len'
11964/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1420: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub) 11938/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1424: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub)
11965/home/william/Git/gnunet/src/util/crypto_ecc.c:305: warning: The following parameter of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub) is not documented: 11939/home/william/Git/gnunet/src/util/crypto_ecc.c:305: warning: The following parameter of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub) is not documented:
11966 parameter 'pub' 11940 parameter 'pub'
11967/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1819: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_eddsa' could not be resolved 11941/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1823: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_eddsa' could not be resolved
11968/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1835: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_ecdsa' could not be resolved 11942/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1839: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_ecdsa' could not be resolved
11969/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1851: warning: explicit link request to 'GNUNET_CRRYPTO_eddsa_ecdh' could not be resolved 11943/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1855: warning: explicit link request to 'GNUNET_CRRYPTO_eddsa_ecdh' could not be resolved
11970/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1866: warning: explicit link request to 'GNUNET_CRRYPTO_ecdsa_ecdh' could not be resolved 11944/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1870: warning: explicit link request to 'GNUNET_CRRYPTO_ecdsa_ecdh' could not be resolved
11971/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1679: warning: argument 'dlc' of command @param is not found in the argument list of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input) 11945/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1683: warning: argument 'dlc' of command @param is not found in the argument list of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input)
11972/home/william/Git/gnunet/src/util/crypto_ecc_dlog.c:112: warning: The following parameter of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input) is not documented: 11946/home/william/Git/gnunet/src/util/crypto_ecc_dlog.c:112: warning: The following parameter of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input) is not documented:
11973 parameter 'edc' 11947 parameter 'edc'
11974/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2281: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig) 11948/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2285: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig)
11975/home/william/Git/gnunet/src/util/crypto_ecc_gnsrecord.c:48: warning: The following parameter of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig) is not documented: 11949/home/william/Git/gnunet/src/util/crypto_ecc_gnsrecord.c:48: warning: The following parameter of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig) is not documented:
11976 parameter 'purpose' 11950 parameter 'purpose'
11977/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2217: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig) 11951/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2221: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig)
11978/home/william/Git/gnunet/src/util/crypto_ecc_gnsrecord.c:48: warning: The following parameter of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig) is not documented: 11952/home/william/Git/gnunet/src/util/crypto_ecc_gnsrecord.c:48: warning: The following parameter of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig) is not documented:
11979 parameter 'purpose' 11953 parameter 'purpose'
11980/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'filename' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections 11954/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'filename' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections
11981/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'do_create' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections 11955/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'do_create' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections
11982/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'pkey' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections 11956/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'pkey' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections
11983/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1973: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_edx25519_sign_(const struct GNUNET_CRYPTO_Edx25519PrivateKey *priv, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_Edx25519Signature *sig) 11957/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1977: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_edx25519_sign_(const struct GNUNET_CRYPTO_Edx25519PrivateKey *priv, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_Edx25519Signature *sig)
11984/home/william/Git/gnunet/src/util/crypto_edx25519.c:79: warning: The following parameter of GNUNET_CRYPTO_edx25519_sign_(const struct GNUNET_CRYPTO_Edx25519PrivateKey *priv, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_Edx25519Signature *sig) is not documented: 11958/home/william/Git/gnunet/src/util/crypto_edx25519.c:79: warning: The following parameter of GNUNET_CRYPTO_edx25519_sign_(const struct GNUNET_CRYPTO_Edx25519PrivateKey *priv, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_Edx25519Signature *sig) is not documented:
11985 parameter 'purpose' 11959 parameter 'purpose'
11986/home/william/Git/gnunet/src/util/crypto_paillier.c:331: warning: Found unknown command '\private_key' 11960/home/william/Git/gnunet/src/util/crypto_paillier.c:331: warning: Found unknown command '\private_key'
@@ -11993,16 +11967,16 @@ The command that should end the block seems to be missing!
11993/home/william/Git/gnunet/src/util/crypto_rsa.c:716: warning: The following parameter of numeric_mpi_alloc_n_print(gcry_mpi_t v, char **buffer) is not documented: 11967/home/william/Git/gnunet/src/util/crypto_rsa.c:716: warning: The following parameter of numeric_mpi_alloc_n_print(gcry_mpi_t v, char **buffer) is not documented:
11994 parameter 'buffer' 11968 parameter 'buffer'
11995/home/william/Git/gnunet/src/util/crypto_rsa.c:741: warning: argument 'rsize' of command @param is not found in the argument list of rsa_full_domain_hash(const struct GNUNET_CRYPTO_RsaPublicKey *pkey, const struct GNUNET_HashCode *hash) 11969/home/william/Git/gnunet/src/util/crypto_rsa.c:741: warning: argument 'rsize' of command @param is not found in the argument list of rsa_full_domain_hash(const struct GNUNET_CRYPTO_RsaPublicKey *pkey, const struct GNUNET_HashCode *hash)
11996/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2669: warning: argument 'bkey' of command @param is not found in the argument list of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size) 11970/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2673: warning: argument 'bkey' of command @param is not found in the argument list of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size)
11997/home/william/Git/gnunet/src/util/crypto_rsa.c:753: warning: The following parameter of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size) is not documented: 11971/home/william/Git/gnunet/src/util/crypto_rsa.c:753: warning: The following parameter of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size) is not documented:
11998 parameter 'bks' 11972 parameter 'bks'
11999/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2759: warning: explicit link request to 'GNUNET_CRYPTO_rsa_sign()' could not be resolved 11973/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2763: warning: explicit link request to 'GNUNET_CRYPTO_rsa_sign()' could not be resolved
12000/home/william/Git/gnunet/src/include/gnunet_disk_lib.h:669: warning: argument 'glob_patterb' of command @param is not found in the argument list of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls) 11974/home/william/Git/gnunet/src/include/gnunet_disk_lib.h:673: warning: argument 'glob_patterb' of command @param is not found in the argument list of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls)
12001/home/william/Git/gnunet/src/util/disk.c:1007: warning: The following parameter of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls) is not documented: 11975/home/william/Git/gnunet/src/util/disk.c:1007: warning: The following parameter of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls) is not documented:
12002 parameter 'glob_pattern' 11976 parameter 'glob_pattern'
12003/home/william/Git/gnunet/src/util/dnsstub.c:430: warning: argument 'cls' from the argument list of read_response has multiple @param documentation sections 11977/home/william/Git/gnunet/src/util/dnsstub.c:430: warning: argument 'cls' from the argument list of read_response has multiple @param documentation sections
12004/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:400: warning: argument 'argumentHelp' of command @param is not found in the argument list of GNUNET_GETOPT_option_increment_uint(char shortName, const char *name, const char *description, unsigned int *val) 11978/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:404: warning: argument 'argumentHelp' of command @param is not found in the argument list of GNUNET_GETOPT_option_increment_uint(char shortName, const char *name, const char *description, unsigned int *val)
12005/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:166: warning: argument 'val' of command @param is not found in the argument list of GNUNET_GETOPT_option_timetravel(char shortName, const char *name) 11979/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:170: warning: argument 'val' of command @param is not found in the argument list of GNUNET_GETOPT_option_timetravel(char shortName, const char *name)
12006/home/william/Git/gnunet/src/util/gnunet-crypto-tvg.c:134: warning: argument 'data' of command @param is not found in the argument list of uint2j(json_t *vec, const char *label, unsigned int num) 11980/home/william/Git/gnunet/src/util/gnunet-crypto-tvg.c:134: warning: argument 'data' of command @param is not found in the argument list of uint2j(json_t *vec, const char *label, unsigned int num)
12007/home/william/Git/gnunet/src/util/gnunet-crypto-tvg.c:134: warning: argument 'size' of command @param is not found in the argument list of uint2j(json_t *vec, const char *label, unsigned int num) 11981/home/william/Git/gnunet/src/util/gnunet-crypto-tvg.c:134: warning: argument 'size' of command @param is not found in the argument list of uint2j(json_t *vec, const char *label, unsigned int num)
12008/home/william/Git/gnunet/src/util/gnunet-crypto-tvg.c:141: warning: The following parameter of uint2j(json_t *vec, const char *label, unsigned int num) is not documented: 11982/home/william/Git/gnunet/src/util/gnunet-crypto-tvg.c:141: warning: The following parameter of uint2j(json_t *vec, const char *label, unsigned int num) is not documented:
@@ -12015,34 +11989,34 @@ The command that should end the block seems to be missing!
12015/home/william/Git/gnunet/src/util/gnunet-service-resolver.c:314: warning: Found unknown command '\server_addrs' 11989/home/william/Git/gnunet/src/util/gnunet-service-resolver.c:314: warning: Found unknown command '\server_addrs'
12016/home/william/Git/gnunet/src/util/gnunet-service-resolver.c:668: warning: argument 'out' of command @param is not found in the argument list of pack(const char *hostname, uint16_t type, uint16_t dns_id, char **packet_buf, size_t *packet_size) 11990/home/william/Git/gnunet/src/util/gnunet-service-resolver.c:668: warning: argument 'out' of command @param is not found in the argument list of pack(const char *hostname, uint16_t type, uint16_t dns_id, char **packet_buf, size_t *packet_size)
12017/home/william/Git/gnunet/src/util/gnunet-service-resolver.c:668: warning: argument 'out' of command @param is not found in the argument list of pack(const char *hostname, uint16_t type, uint16_t dns_id, char **packet_buf, size_t *packet_size) 11991/home/william/Git/gnunet/src/util/gnunet-service-resolver.c:668: warning: argument 'out' of command @param is not found in the argument list of pack(const char *hostname, uint16_t type, uint16_t dns_id, char **packet_buf, size_t *packet_size)
12018/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1027: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved 11992/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1031: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved
12019/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:127: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved 11993/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:131: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved
12020/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 11994/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12021/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 11995/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12022/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 11996/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12023/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 11997/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12024/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 11998/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12025/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 11999/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12026/home/william/Git/gnunet/src/util/mq.c:926: warning: The following parameters of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented: 12000/home/william/Git/gnunet/src/util/mq.c:926: warning: The following parameters of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented:
12027 parameter 'env_head' 12001 parameter 'env_head'
12028 parameter 'env_tail' 12002 parameter 'env_tail'
12029 parameter 'env' 12003 parameter 'env'
12030/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 12004/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12031/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 12005/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12032/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 12006/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12033/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 12007/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12034/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 12008/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12035/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 12009/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12036/home/william/Git/gnunet/src/util/mq.c:937: warning: The following parameters of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented: 12010/home/william/Git/gnunet/src/util/mq.c:937: warning: The following parameters of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented:
12037 parameter 'env_head' 12011 parameter 'env_head'
12038 parameter 'env_tail' 12012 parameter 'env_tail'
12039 parameter 'env' 12013 parameter 'env'
12040/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 12014/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12041/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 12015/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12042/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 12016/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12043/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 12017/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12044/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 12018/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12045/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 12019/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
12046/home/william/Git/gnunet/src/util/mq.c:948: warning: The following parameters of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented: 12020/home/william/Git/gnunet/src/util/mq.c:948: warning: The following parameters of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented:
12047 parameter 'env_head' 12021 parameter 'env_head'
12048 parameter 'env_tail' 12022 parameter 'env_tail'
@@ -12053,8 +12027,8 @@ The command that should end the block seems to be missing!
12053 parameter 'sock' 12027 parameter 'sock'
12054/home/william/Git/gnunet/src/util/os_priority.c:678: warning: The following parameter of GNUNET_OS_start_process(enum GNUNET_OS_InheritStdioFlags std_inheritance, struct GNUNET_DISK_PipeHandle *pipe_stdin, struct GNUNET_DISK_PipeHandle *pipe_stdout, struct GNUNET_DISK_PipeHandle *pipe_stderr, const char *filename,...) is not documented: 12028/home/william/Git/gnunet/src/util/os_priority.c:678: warning: The following parameter of GNUNET_OS_start_process(enum GNUNET_OS_InheritStdioFlags std_inheritance, struct GNUNET_DISK_PipeHandle *pipe_stdin, struct GNUNET_DISK_PipeHandle *pipe_stdout, struct GNUNET_DISK_PipeHandle *pipe_stderr, const char *filename,...) is not documented:
12055 parameter 'pipe_stderr' 12029 parameter 'pipe_stderr'
12056/home/william/Git/gnunet/src/include/gnunet_program_lib.h:76: warning: explicit link request to 'a' could not be resolved 12030/home/william/Git/gnunet/src/include/gnunet_program_lib.h:80: warning: explicit link request to 'a' could not be resolved
12057/home/william/Git/gnunet/src/include/gnunet_program_lib.h:103: warning: explicit link request to 'a' could not be resolved 12031/home/william/Git/gnunet/src/include/gnunet_program_lib.h:107: warning: explicit link request to 'a' could not be resolved
12058/home/william/Git/gnunet/src/util/scheduler.c:439: warning: documented empty return type of GNUNET_SCHEDULER_set_select 12032/home/william/Git/gnunet/src/util/scheduler.c:439: warning: documented empty return type of GNUNET_SCHEDULER_set_select
12059/home/william/Git/gnunet/src/util/scheduler.c:878: warning: argument 'driver_func' of command @param is not found in the argument list of driver_add_multiple(struct GNUNET_SCHEDULER_Task *t) 12033/home/william/Git/gnunet/src/util/scheduler.c:878: warning: argument 'driver_func' of command @param is not found in the argument list of driver_add_multiple(struct GNUNET_SCHEDULER_Task *t)
12060/home/william/Git/gnunet/src/util/scheduler.c:878: warning: argument 'if_not_ready' of command @param is not found in the argument list of driver_add_multiple(struct GNUNET_SCHEDULER_Task *t) 12034/home/william/Git/gnunet/src/util/scheduler.c:878: warning: argument 'if_not_ready' of command @param is not found in the argument list of driver_add_multiple(struct GNUNET_SCHEDULER_Task *t)
@@ -12092,16 +12066,16 @@ The command that should end the block seems to be missing!
12092/home/william/Git/gnunet/src/util/socks.c:523: warning: The following parameter of GNUNET_SOCKS_set_handshake_destination(struct GNUNET_SOCKS_Handshake *ih, const char *host, uint16_t port) is not documented: 12066/home/william/Git/gnunet/src/util/socks.c:523: warning: The following parameter of GNUNET_SOCKS_set_handshake_destination(struct GNUNET_SOCKS_Handshake *ih, const char *host, uint16_t port) is not documented:
12093 parameter 'host' 12067 parameter 'host'
12094/home/william/Git/gnunet/src/util/speedup.h:37: warning: argument 'cfg' from the argument list of GNUNET_SPEEDUP_start_ has multiple @param documentation sections 12068/home/william/Git/gnunet/src/util/speedup.h:37: warning: argument 'cfg' from the argument list of GNUNET_SPEEDUP_start_ has multiple @param documentation sections
12095/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:384: warning: argument 'data' of command @param is not found in the argument list of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output) 12069/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:388: warning: argument 'data' of command @param is not found in the argument list of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output)
12096/home/william/Git/gnunet/src/util/strings.c:1608: warning: The following parameter of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output) is not documented: 12070/home/william/Git/gnunet/src/util/strings.c:1608: warning: The following parameter of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output) is not documented:
12097 parameter 'in' 12071 parameter 'in'
12098/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:442: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out) 12072/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:446: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out)
12099/home/william/Git/gnunet/src/util/strings.c:1761: warning: The following parameter of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out) is not documented: 12073/home/william/Git/gnunet/src/util/strings.c:1761: warning: The following parameter of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out) is not documented:
12100 parameter 'out' 12074 parameter 'out'
12101/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:399: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out) 12075/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:403: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out)
12102/home/william/Git/gnunet/src/util/strings.c:1851: warning: The following parameter of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out) is not documented: 12076/home/william/Git/gnunet/src/util/strings.c:1851: warning: The following parameter of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out) is not documented:
12103 parameter 'out' 12077 parameter 'out'
12104/home/william/Git/gnunet/src/include/gnunet_time_lib.h:235: warning: argument 't' of command @param is not found in the argument list of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts) 12078/home/william/Git/gnunet/src/include/gnunet_time_lib.h:239: warning: argument 't' of command @param is not found in the argument list of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts)
12105/home/william/Git/gnunet/src/util/time.c:238: warning: The following parameter of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts) is not documented: 12079/home/william/Git/gnunet/src/util/time.c:238: warning: The following parameter of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts) is not documented:
12106 parameter 'ts' 12080 parameter 'ts'
12107/home/william/Git/gnunet/src/vpn/gnunet-service-vpn.c:695: warning: argument 'message' of command @param is not found in the argument list of check_icmp_back(void *cls, const struct GNUNET_EXIT_IcmpToVPNMessage *i2v) 12081/home/william/Git/gnunet/src/vpn/gnunet-service-vpn.c:695: warning: argument 'message' of command @param is not found in the argument list of check_icmp_back(void *cls, const struct GNUNET_EXIT_IcmpToVPNMessage *i2v)
@@ -12168,71 +12142,71 @@ The command that should end the block seems to be missing!
12168/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'ph' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections 12142/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'ph' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections
12169/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'peer' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections 12143/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'peer' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections
12170/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'scope' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections 12144/home/william/Git/gnunet/src/include/gnunet_ats_service.h:618: warning: argument 'scope' from the argument list of GNUNET_ATS_performance_give_feedback has multiple @param documentation sections
12171/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:83: warning: argument 'h' from the argument list of GNUNET_BIO_read_close has multiple @param documentation sections 12145/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:87: warning: argument 'h' from the argument list of GNUNET_BIO_read_close has multiple @param documentation sections
12172/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:83: warning: argument 'emsg' from the argument list of GNUNET_BIO_read_close has multiple @param documentation sections 12146/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:87: warning: argument 'emsg' from the argument list of GNUNET_BIO_read_close has multiple @param documentation sections
12173/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:310: warning: argument 'h' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections 12147/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:314: warning: argument 'h' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections
12174/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:310: warning: argument 'what' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections 12148/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:314: warning: argument 'what' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections
12175/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:310: warning: argument 'f' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections 12149/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:314: warning: argument 'f' from the argument list of GNUNET_BIO_write_float has multiple @param documentation sections
12176/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:322: warning: argument 'h' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections 12150/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:326: warning: argument 'h' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections
12177/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:322: warning: argument 'what' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections 12151/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:326: warning: argument 'what' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections
12178/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:322: warning: argument 'f' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections 12152/home/william/Git/gnunet/src/include/gnunet_bio_lib.h:326: warning: argument 'f' from the argument list of GNUNET_BIO_write_double has multiple @param documentation sections
12179/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:171: warning: argument 'bps' from the argument list of GNUNET_BANDWIDTH_value_get_delay_for has multiple @param documentation sections 12153/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:175: warning: argument 'bps' from the argument list of GNUNET_BANDWIDTH_value_get_delay_for has multiple @param documentation sections
12180/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:171: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_value_get_delay_for has multiple @param documentation sections 12154/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:175: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_value_get_delay_for has multiple @param documentation sections
12181/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 12155/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
12182/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'update_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 12156/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'update_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
12183/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'update_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 12157/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'update_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
12184/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'bytes_per_second_limit' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 12158/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'bytes_per_second_limit' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
12185/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:242: warning: argument 'max_carry_s' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections 12159/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:246: warning: argument 'max_carry_s' from the argument list of GNUNET_BANDWIDTH_tracker_init has multiple @param documentation sections
12186/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 12160/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
12187/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'update_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 12161/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'update_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
12188/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'update_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 12162/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'update_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
12189/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'bytes_per_second_limit' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 12163/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'bytes_per_second_limit' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
12190/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'max_carry_s' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 12164/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'max_carry_s' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
12191/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'excess_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 12165/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'excess_cb' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
12192/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:269: warning: argument 'excess_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections 12166/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:273: warning: argument 'excess_cb_cls' from the argument list of GNUNET_BANDWIDTH_tracker_init2 has multiple @param documentation sections
12193/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:301: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_consume has multiple @param documentation sections 12167/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:305: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_consume has multiple @param documentation sections
12194/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:301: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_tracker_consume has multiple @param documentation sections 12168/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:305: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_tracker_consume has multiple @param documentation sections
12195/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:301: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_get_delay has multiple @param documentation sections 12169/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:305: warning: argument 'av' from the argument list of GNUNET_BANDWIDTH_tracker_get_delay has multiple @param documentation sections
12196/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:301: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_tracker_get_delay has multiple @param documentation sections 12170/home/william/Git/gnunet/src/include/gnunet_bandwidth_lib.h:305: warning: argument 'size' from the argument list of GNUNET_BANDWIDTH_tracker_get_delay has multiple @param documentation sections
12197/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:66: warning: argument 'ctx' of command @param is not found in the argument list of GNUNET_BLOCK_GROUP_bf_create(void *cls, size_t bf_size, unsigned int bf_k, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size) 12171/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:66: warning: argument 'ctx' of command @param is not found in the argument list of GNUNET_BLOCK_GROUP_bf_create(void *cls, size_t bf_size, unsigned int bf_k, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size)
12198/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:78: warning: The following parameter of GNUNET_BLOCK_GROUP_bf_create(void *cls, size_t bf_size, unsigned int bf_k, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size) is not documented: 12172/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:78: warning: The following parameter of GNUNET_BLOCK_GROUP_bf_create(void *cls, size_t bf_size, unsigned int bf_k, enum GNUNET_BLOCK_Type type, uint32_t nonce, const void *raw_data, size_t raw_data_size) is not documented:
12199 parameter 'cls' 12173 parameter 'cls'
12200/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:94: warning: Found unknown command '\bg' 12174/home/william/Git/gnunet/src/include/gnunet_block_group_lib.h:94: warning: Found unknown command '\bg'
12201/home/william/Git/gnunet/src/include/gnunet_block_lib.h:256: warning: argument 'bf_mutator' of command @param is not found in the argument list of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count) 12175/home/william/Git/gnunet/src/include/gnunet_block_lib.h:259: warning: argument 'bf_mutator' of command @param is not found in the argument list of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count)
12202/home/william/Git/gnunet/src/include/gnunet_block_lib.h:170: warning: The following parameter of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count) is not documented: 12176/home/william/Git/gnunet/src/include/gnunet_block_lib.h:173: warning: The following parameter of GNUNET_BLOCK_group_set_seen(struct GNUNET_BLOCK_Group *bg, const struct GNUNET_HashCode *seen_results, unsigned int seen_results_count) is not documented:
12203 parameter 'bg' 12177 parameter 'bg'
12204/home/william/Git/gnunet/src/include/gnunet_block_lib.h:274: warning: Found unknown command '\bg2' 12178/home/william/Git/gnunet/src/include/gnunet_block_lib.h:277: warning: Found unknown command '\bg2'
12205/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'h' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 12179/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'h' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
12206/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'port' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 12180/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'port' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
12207/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'connects' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 12181/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'connects' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
12208/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'connects_cls' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 12182/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'connects_cls' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
12209/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'window_changes' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 12183/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'window_changes' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
12210/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'disconnects' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 12184/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'disconnects' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
12211/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:186: warning: argument 'handlers' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections 12185/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:189: warning: argument 'handlers' from the argument list of GNUNET_CADET_open_port has multiple @param documentation sections
12212/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:202: warning: argument 'p' from the argument list of GNUNET_CADET_close_port has multiple @param documentation sections 12186/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:205: warning: argument 'p' from the argument list of GNUNET_CADET_close_port has multiple @param documentation sections
12213/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'h' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 12187/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'h' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
12214/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'channel_cls' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 12188/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'channel_cls' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
12215/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'destination' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 12189/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'destination' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
12216/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'port' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 12190/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'port' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
12217/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'window_changes' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 12191/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'window_changes' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
12218/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'disconnects' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 12192/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'disconnects' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
12219/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:226: warning: argument 'handlers' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections 12193/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:229: warning: argument 'handlers' from the argument list of GNUNET_CADET_channel_create has multiple @param documentation sections
12220/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:255: warning: argument 'channel' from the argument list of GNUNET_CADET_get_mq has multiple @param documentation sections 12194/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:258: warning: argument 'channel' from the argument list of GNUNET_CADET_get_mq has multiple @param documentation sections
12221/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:258: warning: argument 'ch' of command @param is not found in the argument list of GNUNET_CADET_receive_done(struct GNUNET_CADET_Channel *channel) 12195/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:261: warning: argument 'ch' of command @param is not found in the argument list of GNUNET_CADET_receive_done(struct GNUNET_CADET_Channel *channel)
12222/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:316: warning: argument 'channel' from the argument list of GNUNET_CADET_channel_get_info has multiple @param documentation sections 12196/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:319: warning: argument 'channel' from the argument list of GNUNET_CADET_channel_get_info has multiple @param documentation sections
12223/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:378: warning: argument 'cfg' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections 12197/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:381: warning: argument 'cfg' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections
12224/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:378: warning: argument 'peer' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections 12198/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:381: warning: argument 'peer' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections
12225/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:378: warning: argument 'callback' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections 12199/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:381: warning: argument 'callback' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections
12226/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:378: warning: argument 'callback_cls' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections 12200/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:381: warning: argument 'callback_cls' from the argument list of GNUNET_CADET_get_channel has multiple @param documentation sections
12227/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:384: warning: argument 'h' of command @param is not found in the argument list of GNUNET_CADET_get_channel_cancel(struct GNUNET_CADET_ChannelMonitor *cm) 12201/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:387: warning: argument 'h' of command @param is not found in the argument list of GNUNET_CADET_get_channel_cancel(struct GNUNET_CADET_ChannelMonitor *cm)
12228/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:391: warning: The following parameter of GNUNET_CADET_get_channel_cancel(struct GNUNET_CADET_ChannelMonitor *cm) is not documented: 12202/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:394: warning: The following parameter of GNUNET_CADET_get_channel_cancel(struct GNUNET_CADET_ChannelMonitor *cm) is not documented:
12229 parameter 'cm' 12203 parameter 'cm'
12230/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:464: warning: argument 'pl' from the argument list of GNUNET_CADET_list_peers_cancel has multiple @param documentation sections 12204/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:467: warning: argument 'pl' from the argument list of GNUNET_CADET_list_peers_cancel has multiple @param documentation sections
12231/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:524: warning: argument 'cfg' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections 12205/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:527: warning: argument 'cfg' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections
12232/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:524: warning: argument 'id' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections 12206/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:527: warning: argument 'id' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections
12233/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:524: warning: argument 'callback' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections 12207/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:527: warning: argument 'callback' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections
12234/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:524: warning: argument 'callback_cls' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections 12208/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:527: warning: argument 'callback_cls' from the argument list of GNUNET_CADET_get_path has multiple @param documentation sections
12235/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:615: warning: argument 'lt' from the argument list of GNUNET_CADET_list_tunnels_cancel has multiple @param documentation sections 12209/home/william/Git/gnunet/src/include/gnunet_cadet_service.h:618: warning: argument 'lt' from the argument list of GNUNET_CADET_list_tunnels_cancel has multiple @param documentation sections
12236/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:231: warning: Found unknown command '\eh' 12210/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:231: warning: Found unknown command '\eh'
12237/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:253: warning: Found unknown command '\eh' 12211/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:253: warning: Found unknown command '\eh'
12238/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:311: warning: Found unknown command '\eh' 12212/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:311: warning: Found unknown command '\eh'
@@ -12241,284 +12215,284 @@ The command that should end the block seems to be missing!
12241/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:392: warning: The following parameters of GNUNET_CURL_gnunet_rc_create_with_parser(struct GNUNET_CURL_Context *ctx, GNUNET_CURL_RawParser rp, GNUNET_CURL_ResponseCleaner rc) are not documented: 12215/home/william/Git/gnunet/src/include/gnunet_curl_lib.h:392: warning: The following parameters of GNUNET_CURL_gnunet_rc_create_with_parser(struct GNUNET_CURL_Context *ctx, GNUNET_CURL_RawParser rp, GNUNET_CURL_ResponseCleaner rc) are not documented:
12242 parameter 'rp' 12216 parameter 'rp'
12243 parameter 'rc' 12217 parameter 'rc'
12244/home/william/Git/gnunet/src/include/gnunet_client_lib.h:62: warning: argument 'cfg' from the argument list of GNUNET_CLIENT_test has multiple @param documentation sections 12218/home/william/Git/gnunet/src/include/gnunet_client_lib.h:69: warning: argument 'cfg' from the argument list of GNUNET_CLIENT_test has multiple @param documentation sections
12245/home/william/Git/gnunet/src/include/gnunet_client_lib.h:62: warning: argument 'service_name' from the argument list of GNUNET_CLIENT_test has multiple @param documentation sections 12219/home/william/Git/gnunet/src/include/gnunet_client_lib.h:69: warning: argument 'service_name' from the argument list of GNUNET_CLIENT_test has multiple @param documentation sections
12246/home/william/Git/gnunet/src/util/client.c:1055: warning: argument 'connection' of command @param is not found in the argument list of GNUNET_CLIENT_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *service_name, const struct GNUNET_MQ_MessageHandler *handlers, GNUNET_MQ_ErrorHandler error_handler, void *error_handler_cls) 12220/home/william/Git/gnunet/src/util/client.c:1055: warning: argument 'connection' of command @param is not found in the argument list of GNUNET_CLIENT_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *service_name, const struct GNUNET_MQ_MessageHandler *handlers, GNUNET_MQ_ErrorHandler error_handler, void *error_handler_cls)
12247/home/william/Git/gnunet/src/include/gnunet_client_lib.h:77: warning: argument 'handlers' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections 12221/home/william/Git/gnunet/src/include/gnunet_client_lib.h:84: warning: argument 'handlers' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections
12248/home/william/Git/gnunet/src/include/gnunet_client_lib.h:77: warning: argument 'error_handler' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections 12222/home/william/Git/gnunet/src/include/gnunet_client_lib.h:84: warning: argument 'error_handler' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections
12249/home/william/Git/gnunet/src/include/gnunet_client_lib.h:77: warning: argument 'error_handler_cls' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections 12223/home/william/Git/gnunet/src/include/gnunet_client_lib.h:84: warning: argument 'error_handler_cls' from the argument list of GNUNET_CLIENT_connect has multiple @param documentation sections
12250/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:73: warning: argument 'cfg' from the argument list of GNUNET_CONFIGURATION_load has multiple @param documentation sections 12224/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:77: warning: argument 'cfg' from the argument list of GNUNET_CONFIGURATION_load has multiple @param documentation sections
12251/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:73: warning: argument 'filename' from the argument list of GNUNET_CONFIGURATION_load has multiple @param documentation sections 12225/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:77: warning: argument 'filename' from the argument list of GNUNET_CONFIGURATION_load has multiple @param documentation sections
12252/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:170: warning: Found unknown command '\INLINE' 12226/home/william/Git/gnunet/src/include/gnunet_configuration_lib.h:174: warning: Found unknown command '\INLINE'
12253/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'cfg' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 12227/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'cfg' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
12254/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'num_peers' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 12228/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'num_peers' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
12255/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'peers' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 12229/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'peers' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
12256/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'session_id' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 12230/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'session_id' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
12257/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'start' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 12231/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'start' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
12258/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'deadline' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 12232/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'deadline' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
12259/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'new_element_cb' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 12233/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'new_element_cb' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
12260/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:96: warning: argument 'new_element_cls' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections 12234/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:99: warning: argument 'new_element_cls' from the argument list of GNUNET_CONSENSUS_create has multiple @param documentation sections
12261/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:135: warning: argument 'consensus' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections 12235/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:138: warning: argument 'consensus' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections
12262/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:135: warning: argument 'element' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections 12236/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:138: warning: argument 'element' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections
12263/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:135: warning: argument 'idc' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections 12237/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:138: warning: argument 'idc' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections
12264/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:135: warning: argument 'idc_cls' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections 12238/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:138: warning: argument 'idc_cls' from the argument list of GNUNET_CONSENSUS_insert has multiple @param documentation sections
12265/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:149: warning: argument 'deadline' of command @param is not found in the argument list of GNUNET_CONSENSUS_conclude(struct GNUNET_CONSENSUS_Handle *consensus, GNUNET_CONSENSUS_ConcludeCallback conclude, void *conclude_cls) 12239/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:152: warning: argument 'deadline' of command @param is not found in the argument list of GNUNET_CONSENSUS_conclude(struct GNUNET_CONSENSUS_Handle *consensus, GNUNET_CONSENSUS_ConcludeCallback conclude, void *conclude_cls)
12266/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:158: warning: argument 'consensus' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections 12240/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:161: warning: argument 'consensus' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections
12267/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:158: warning: argument 'conclude' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections 12241/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:161: warning: argument 'conclude' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections
12268/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:158: warning: argument 'conclude_cls' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections 12242/home/william/Git/gnunet/src/include/gnunet_consensus_service.h:161: warning: argument 'conclude_cls' from the argument list of GNUNET_CONSENSUS_conclude has multiple @param documentation sections
12269/home/william/Git/gnunet/src/include/gnunet_constants.h:131: warning: explicit link request to 'GNUNET_CONSTANTS_TRANSPORT_SIZE_OUTBOUND_MESSAGE' could not be resolved 12243/home/william/Git/gnunet/src/include/gnunet_constants.h:131: warning: explicit link request to 'GNUNET_CONSTANTS_TRANSPORT_SIZE_OUTBOUND_MESSAGE' could not be resolved
12270/home/william/Git/gnunet/src/include/gnunet_container_lib.h:233: warning: argument 'filename' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections 12244/home/william/Git/gnunet/src/include/gnunet_container_lib.h:237: warning: argument 'filename' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections
12271/home/william/Git/gnunet/src/include/gnunet_container_lib.h:233: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections 12245/home/william/Git/gnunet/src/include/gnunet_container_lib.h:237: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections
12272/home/william/Git/gnunet/src/include/gnunet_container_lib.h:233: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections 12246/home/william/Git/gnunet/src/include/gnunet_container_lib.h:237: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_load has multiple @param documentation sections
12273/home/william/Git/gnunet/src/include/gnunet_container_lib.h:253: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections 12247/home/william/Git/gnunet/src/include/gnunet_container_lib.h:257: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections
12274/home/william/Git/gnunet/src/include/gnunet_container_lib.h:253: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections 12248/home/william/Git/gnunet/src/include/gnunet_container_lib.h:257: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections
12275/home/william/Git/gnunet/src/include/gnunet_container_lib.h:253: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections 12249/home/william/Git/gnunet/src/include/gnunet_container_lib.h:257: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_init has multiple @param documentation sections
12276/home/william/Git/gnunet/src/include/gnunet_container_lib.h:268: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_get_raw_data has multiple @param documentation sections 12250/home/william/Git/gnunet/src/include/gnunet_container_lib.h:272: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_get_raw_data has multiple @param documentation sections
12277/home/william/Git/gnunet/src/include/gnunet_container_lib.h:268: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_get_raw_data has multiple @param documentation sections 12251/home/william/Git/gnunet/src/include/gnunet_container_lib.h:272: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_get_raw_data has multiple @param documentation sections
12278/home/william/Git/gnunet/src/include/gnunet_container_lib.h:283: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_test has multiple @param documentation sections 12252/home/william/Git/gnunet/src/include/gnunet_container_lib.h:287: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_test has multiple @param documentation sections
12279/home/william/Git/gnunet/src/include/gnunet_container_lib.h:283: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_test has multiple @param documentation sections 12253/home/william/Git/gnunet/src/include/gnunet_container_lib.h:287: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_test has multiple @param documentation sections
12280/home/william/Git/gnunet/src/include/gnunet_container_lib.h:296: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_add has multiple @param documentation sections 12254/home/william/Git/gnunet/src/include/gnunet_container_lib.h:300: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_add has multiple @param documentation sections
12281/home/william/Git/gnunet/src/include/gnunet_container_lib.h:296: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_add has multiple @param documentation sections 12255/home/william/Git/gnunet/src/include/gnunet_container_lib.h:300: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_add has multiple @param documentation sections
12282/home/william/Git/gnunet/src/include/gnunet_container_lib.h:308: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_remove has multiple @param documentation sections 12256/home/william/Git/gnunet/src/include/gnunet_container_lib.h:312: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_remove has multiple @param documentation sections
12283/home/william/Git/gnunet/src/include/gnunet_container_lib.h:308: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_remove has multiple @param documentation sections 12257/home/william/Git/gnunet/src/include/gnunet_container_lib.h:312: warning: argument 'e' from the argument list of GNUNET_CONTAINER_bloomfilter_remove has multiple @param documentation sections
12284/home/william/Git/gnunet/src/include/gnunet_container_lib.h:320: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_copy has multiple @param documentation sections 12258/home/william/Git/gnunet/src/include/gnunet_container_lib.h:324: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_copy has multiple @param documentation sections
12285/home/william/Git/gnunet/src/include/gnunet_container_lib.h:333: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_free has multiple @param documentation sections 12259/home/william/Git/gnunet/src/include/gnunet_container_lib.h:337: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_free has multiple @param documentation sections
12286/home/william/Git/gnunet/src/include/gnunet_container_lib.h:355: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_get_size has multiple @param documentation sections 12260/home/william/Git/gnunet/src/include/gnunet_container_lib.h:359: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_get_size has multiple @param documentation sections
12287/home/william/Git/gnunet/src/include/gnunet_container_lib.h:366: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_clear has multiple @param documentation sections 12261/home/william/Git/gnunet/src/include/gnunet_container_lib.h:370: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_clear has multiple @param documentation sections
12288/home/william/Git/gnunet/src/include/gnunet_container_lib.h:382: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections 12262/home/william/Git/gnunet/src/include/gnunet_container_lib.h:386: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections
12289/home/william/Git/gnunet/src/include/gnunet_container_lib.h:382: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections 12263/home/william/Git/gnunet/src/include/gnunet_container_lib.h:386: warning: argument 'data' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections
12290/home/william/Git/gnunet/src/include/gnunet_container_lib.h:382: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections 12264/home/william/Git/gnunet/src/include/gnunet_container_lib.h:386: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_or has multiple @param documentation sections
12291/home/william/Git/gnunet/src/include/gnunet_container_lib.h:398: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_or2 has multiple @param documentation sections 12265/home/william/Git/gnunet/src/include/gnunet_container_lib.h:402: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_or2 has multiple @param documentation sections
12292/home/william/Git/gnunet/src/include/gnunet_container_lib.h:398: warning: argument 'to_or' from the argument list of GNUNET_CONTAINER_bloomfilter_or2 has multiple @param documentation sections 12266/home/william/Git/gnunet/src/include/gnunet_container_lib.h:402: warning: argument 'to_or' from the argument list of GNUNET_CONTAINER_bloomfilter_or2 has multiple @param documentation sections
12293/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 12267/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'bf' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
12294/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'iterator' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 12268/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'iterator' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
12295/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'iterator_cls' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 12269/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'iterator_cls' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
12296/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 12270/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'size' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
12297/home/william/Git/gnunet/src/include/gnunet_container_lib.h:416: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections 12271/home/william/Git/gnunet/src/include/gnunet_container_lib.h:420: warning: argument 'k' from the argument list of GNUNET_CONTAINER_bloomfilter_resize has multiple @param documentation sections
12298/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2537: warning: argument 'order' from the argument list of GNUNET_CONTAINER_heap_create has multiple @param documentation sections 12272/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2541: warning: argument 'order' from the argument list of GNUNET_CONTAINER_heap_create has multiple @param documentation sections
12299/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2548: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_destroy has multiple @param documentation sections 12273/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2552: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_destroy has multiple @param documentation sections
12300/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2559: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_peek has multiple @param documentation sections 12274/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2563: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_peek has multiple @param documentation sections
12301/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2585: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_get_size has multiple @param documentation sections 12275/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2589: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_get_size has multiple @param documentation sections
12302/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2596: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_node_get_cost has multiple @param documentation sections 12276/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2600: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_node_get_cost has multiple @param documentation sections
12303/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2628: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections 12277/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2632: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections
12304/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2628: warning: argument 'iterator' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections 12278/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2632: warning: argument 'iterator' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections
12305/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2628: warning: argument 'iterator_cls' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections 12279/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2632: warning: argument 'iterator_cls' from the argument list of GNUNET_CONTAINER_heap_iterate has multiple @param documentation sections
12306/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2645: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_walk_get_next has multiple @param documentation sections 12280/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2649: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_walk_get_next has multiple @param documentation sections
12307/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2658: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections 12281/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2662: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections
12308/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2658: warning: argument 'element' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections 12282/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2662: warning: argument 'element' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections
12309/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2658: warning: argument 'cost' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections 12283/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2662: warning: argument 'cost' from the argument list of GNUNET_CONTAINER_heap_insert has multiple @param documentation sections
12310/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2671: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_remove_root has multiple @param documentation sections 12284/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2675: warning: argument 'heap' from the argument list of GNUNET_CONTAINER_heap_remove_root has multiple @param documentation sections
12311/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2682: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_remove_node has multiple @param documentation sections 12285/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2686: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_remove_node has multiple @param documentation sections
12312/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2693: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_update_cost has multiple @param documentation sections 12286/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2697: warning: argument 'node' from the argument list of GNUNET_CONTAINER_heap_update_cost has multiple @param documentation sections
12313/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2693: warning: argument 'new_cost' from the argument list of GNUNET_CONTAINER_heap_update_cost has multiple @param documentation sections 12287/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2697: warning: argument 'new_cost' from the argument list of GNUNET_CONTAINER_heap_update_cost has multiple @param documentation sections
12314/home/william/Git/gnunet/src/include/gnunet_container_lib.h:450: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_duplicate has multiple @param documentation sections 12288/home/william/Git/gnunet/src/include/gnunet_container_lib.h:454: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_duplicate has multiple @param documentation sections
12315/home/william/Git/gnunet/src/include/gnunet_container_lib.h:461: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_destroy has multiple @param documentation sections 12289/home/william/Git/gnunet/src/include/gnunet_container_lib.h:465: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_destroy has multiple @param documentation sections
12316/home/william/Git/gnunet/src/include/gnunet_container_lib.h:476: warning: argument 'md1' from the argument list of GNUNET_CONTAINER_meta_data_test_equal has multiple @param documentation sections 12290/home/william/Git/gnunet/src/include/gnunet_container_lib.h:480: warning: argument 'md1' from the argument list of GNUNET_CONTAINER_meta_data_test_equal has multiple @param documentation sections
12317/home/william/Git/gnunet/src/include/gnunet_container_lib.h:476: warning: argument 'md2' from the argument list of GNUNET_CONTAINER_meta_data_test_equal has multiple @param documentation sections 12291/home/william/Git/gnunet/src/include/gnunet_container_lib.h:480: warning: argument 'md2' from the argument list of GNUNET_CONTAINER_meta_data_test_equal has multiple @param documentation sections
12318/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 12292/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
12319/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'plugin_name' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 12293/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'plugin_name' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
12320/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 12294/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
12321/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'format' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 12295/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'format' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
12322/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'data_mime_type' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 12296/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'data_mime_type' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
12323/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'data' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 12297/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'data' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
12324/home/william/Git/gnunet/src/include/gnunet_container_lib.h:500: warning: argument 'data_size' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections 12298/home/william/Git/gnunet/src/include/gnunet_container_lib.h:504: warning: argument 'data_size' from the argument list of GNUNET_CONTAINER_meta_data_insert has multiple @param documentation sections
12325/home/william/Git/gnunet/src/include/gnunet_container_lib.h:518: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_merge has multiple @param documentation sections 12299/home/william/Git/gnunet/src/include/gnunet_container_lib.h:522: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_merge has multiple @param documentation sections
12326/home/william/Git/gnunet/src/include/gnunet_container_lib.h:518: warning: argument 'in' from the argument list of GNUNET_CONTAINER_meta_data_merge has multiple @param documentation sections 12300/home/william/Git/gnunet/src/include/gnunet_container_lib.h:522: warning: argument 'in' from the argument list of GNUNET_CONTAINER_meta_data_merge has multiple @param documentation sections
12327/home/william/Git/gnunet/src/include/gnunet_container_lib.h:534: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections 12301/home/william/Git/gnunet/src/include/gnunet_container_lib.h:538: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections
12328/home/william/Git/gnunet/src/include/gnunet_container_lib.h:534: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections 12302/home/william/Git/gnunet/src/include/gnunet_container_lib.h:538: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections
12329/home/william/Git/gnunet/src/include/gnunet_container_lib.h:534: warning: argument 'data' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections 12303/home/william/Git/gnunet/src/include/gnunet_container_lib.h:538: warning: argument 'data' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections
12330/home/william/Git/gnunet/src/include/gnunet_container_lib.h:534: warning: argument 'data_size' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections 12304/home/william/Git/gnunet/src/include/gnunet_container_lib.h:538: warning: argument 'data_size' from the argument list of GNUNET_CONTAINER_meta_data_delete has multiple @param documentation sections
12331/home/william/Git/gnunet/src/include/gnunet_container_lib.h:547: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_clear has multiple @param documentation sections 12305/home/william/Git/gnunet/src/include/gnunet_container_lib.h:551: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_clear has multiple @param documentation sections
12332/home/william/Git/gnunet/src/include/gnunet_container_lib.h:558: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_add_publication_date has multiple @param documentation sections 12306/home/william/Git/gnunet/src/include/gnunet_container_lib.h:562: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_add_publication_date has multiple @param documentation sections
12333/home/william/Git/gnunet/src/include/gnunet_container_lib.h:573: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections 12307/home/william/Git/gnunet/src/include/gnunet_container_lib.h:577: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections
12334/home/william/Git/gnunet/src/include/gnunet_container_lib.h:573: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections 12308/home/william/Git/gnunet/src/include/gnunet_container_lib.h:577: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections
12335/home/william/Git/gnunet/src/include/gnunet_container_lib.h:573: warning: argument 'iter_cls' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections 12309/home/william/Git/gnunet/src/include/gnunet_container_lib.h:577: warning: argument 'iter_cls' from the argument list of GNUNET_CONTAINER_meta_data_iterate has multiple @param documentation sections
12336/home/william/Git/gnunet/src/include/gnunet_container_lib.h:590: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_by_type has multiple @param documentation sections 12310/home/william/Git/gnunet/src/include/gnunet_container_lib.h:594: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_by_type has multiple @param documentation sections
12337/home/william/Git/gnunet/src/include/gnunet_container_lib.h:590: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_get_by_type has multiple @param documentation sections 12311/home/william/Git/gnunet/src/include/gnunet_container_lib.h:594: warning: argument 'type' from the argument list of GNUNET_CONTAINER_meta_data_get_by_type has multiple @param documentation sections
12338/home/william/Git/gnunet/src/include/gnunet_container_lib.h:608: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_first_by_types has multiple @param documentation sections 12312/home/william/Git/gnunet/src/include/gnunet_container_lib.h:612: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_first_by_types has multiple @param documentation sections
12339/home/william/Git/gnunet/src/include/gnunet_container_lib.h:623: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_thumbnail has multiple @param documentation sections 12313/home/william/Git/gnunet/src/include/gnunet_container_lib.h:627: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_thumbnail has multiple @param documentation sections
12340/home/william/Git/gnunet/src/include/gnunet_container_lib.h:623: warning: argument 'thumb' from the argument list of GNUNET_CONTAINER_meta_data_get_thumbnail has multiple @param documentation sections 12314/home/william/Git/gnunet/src/include/gnunet_container_lib.h:627: warning: argument 'thumb' from the argument list of GNUNET_CONTAINER_meta_data_get_thumbnail has multiple @param documentation sections
12341/home/william/Git/gnunet/src/include/gnunet_container_lib.h:671: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections 12315/home/william/Git/gnunet/src/include/gnunet_container_lib.h:675: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections
12342/home/william/Git/gnunet/src/include/gnunet_container_lib.h:671: warning: argument 'target' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections 12316/home/william/Git/gnunet/src/include/gnunet_container_lib.h:675: warning: argument 'target' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections
12343/home/william/Git/gnunet/src/include/gnunet_container_lib.h:671: warning: argument 'max' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections 12317/home/william/Git/gnunet/src/include/gnunet_container_lib.h:675: warning: argument 'max' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections
12344/home/william/Git/gnunet/src/include/gnunet_container_lib.h:671: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections 12318/home/william/Git/gnunet/src/include/gnunet_container_lib.h:675: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_meta_data_serialize has multiple @param documentation sections
12345/home/william/Git/gnunet/src/include/gnunet_container_lib.h:686: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_serialized_size has multiple @param documentation sections 12319/home/william/Git/gnunet/src/include/gnunet_container_lib.h:690: warning: argument 'md' from the argument list of GNUNET_CONTAINER_meta_data_get_serialized_size has multiple @param documentation sections
12346/home/william/Git/gnunet/src/include/gnunet_container_lib.h:700: warning: argument 'input' from the argument list of GNUNET_CONTAINER_meta_data_deserialize has multiple @param documentation sections 12320/home/william/Git/gnunet/src/include/gnunet_container_lib.h:704: warning: argument 'input' from the argument list of GNUNET_CONTAINER_meta_data_deserialize has multiple @param documentation sections
12347/home/william/Git/gnunet/src/include/gnunet_container_lib.h:700: warning: argument 'size' from the argument list of GNUNET_CONTAINER_meta_data_deserialize has multiple @param documentation sections 12321/home/william/Git/gnunet/src/include/gnunet_container_lib.h:704: warning: argument 'size' from the argument list of GNUNET_CONTAINER_meta_data_deserialize has multiple @param documentation sections
12348/home/william/Git/gnunet/src/include/gnunet_container_lib.h:792: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multihashmap_create has multiple @param documentation sections 12322/home/william/Git/gnunet/src/include/gnunet_container_lib.h:796: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multihashmap_create has multiple @param documentation sections
12349/home/william/Git/gnunet/src/include/gnunet_container_lib.h:792: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multihashmap_create has multiple @param documentation sections 12323/home/william/Git/gnunet/src/include/gnunet_container_lib.h:796: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multihashmap_create has multiple @param documentation sections
12350/home/william/Git/gnunet/src/include/gnunet_container_lib.h:804: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_destroy has multiple @param documentation sections 12324/home/william/Git/gnunet/src/include/gnunet_container_lib.h:808: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_destroy has multiple @param documentation sections
12351/home/william/Git/gnunet/src/include/gnunet_container_lib.h:820: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_get has multiple @param documentation sections 12325/home/william/Git/gnunet/src/include/gnunet_container_lib.h:824: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_get has multiple @param documentation sections
12352/home/william/Git/gnunet/src/include/gnunet_container_lib.h:820: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_get has multiple @param documentation sections 12326/home/william/Git/gnunet/src/include/gnunet_container_lib.h:824: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_get has multiple @param documentation sections
12353/home/william/Git/gnunet/src/include/gnunet_container_lib.h:838: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections 12327/home/william/Git/gnunet/src/include/gnunet_container_lib.h:842: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections
12354/home/william/Git/gnunet/src/include/gnunet_container_lib.h:838: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections 12328/home/william/Git/gnunet/src/include/gnunet_container_lib.h:842: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections
12355/home/william/Git/gnunet/src/include/gnunet_container_lib.h:838: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections 12329/home/william/Git/gnunet/src/include/gnunet_container_lib.h:842: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_remove has multiple @param documentation sections
12356/home/william/Git/gnunet/src/include/gnunet_container_lib.h:852: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_remove_all has multiple @param documentation sections 12330/home/william/Git/gnunet/src/include/gnunet_container_lib.h:856: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_remove_all has multiple @param documentation sections
12357/home/william/Git/gnunet/src/include/gnunet_container_lib.h:852: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_remove_all has multiple @param documentation sections 12331/home/william/Git/gnunet/src/include/gnunet_container_lib.h:856: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_remove_all has multiple @param documentation sections
12358/home/william/Git/gnunet/src/include/gnunet_container_lib.h:880: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_contains has multiple @param documentation sections 12332/home/william/Git/gnunet/src/include/gnunet_container_lib.h:884: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_contains has multiple @param documentation sections
12359/home/william/Git/gnunet/src/include/gnunet_container_lib.h:880: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_contains has multiple @param documentation sections 12333/home/william/Git/gnunet/src/include/gnunet_container_lib.h:884: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_contains has multiple @param documentation sections
12360/home/william/Git/gnunet/src/include/gnunet_container_lib.h:897: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections 12334/home/william/Git/gnunet/src/include/gnunet_container_lib.h:901: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections
12361/home/william/Git/gnunet/src/include/gnunet_container_lib.h:897: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections 12335/home/william/Git/gnunet/src/include/gnunet_container_lib.h:901: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections
12362/home/william/Git/gnunet/src/include/gnunet_container_lib.h:897: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections 12336/home/william/Git/gnunet/src/include/gnunet_container_lib.h:901: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_contains_value has multiple @param documentation sections
12363/home/william/Git/gnunet/src/include/gnunet_container_lib.h:917: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections 12337/home/william/Git/gnunet/src/include/gnunet_container_lib.h:921: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections
12364/home/william/Git/gnunet/src/include/gnunet_container_lib.h:917: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections 12338/home/william/Git/gnunet/src/include/gnunet_container_lib.h:921: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections
12365/home/william/Git/gnunet/src/include/gnunet_container_lib.h:917: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections 12339/home/william/Git/gnunet/src/include/gnunet_container_lib.h:921: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections
12366/home/william/Git/gnunet/src/include/gnunet_container_lib.h:917: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections 12340/home/william/Git/gnunet/src/include/gnunet_container_lib.h:921: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multihashmap_put has multiple @param documentation sections
12367/home/william/Git/gnunet/src/include/gnunet_container_lib.h:931: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_size has multiple @param documentation sections 12341/home/william/Git/gnunet/src/include/gnunet_container_lib.h:935: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_size has multiple @param documentation sections
12368/home/william/Git/gnunet/src/include/gnunet_container_lib.h:946: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections 12342/home/william/Git/gnunet/src/include/gnunet_container_lib.h:950: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections
12369/home/william/Git/gnunet/src/include/gnunet_container_lib.h:946: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections 12343/home/william/Git/gnunet/src/include/gnunet_container_lib.h:950: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections
12370/home/william/Git/gnunet/src/include/gnunet_container_lib.h:946: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections 12344/home/william/Git/gnunet/src/include/gnunet_container_lib.h:950: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap_iterate has multiple @param documentation sections
12371/home/william/Git/gnunet/src/include/gnunet_container_lib.h:966: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_create has multiple @param documentation sections 12345/home/william/Git/gnunet/src/include/gnunet_container_lib.h:970: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_create has multiple @param documentation sections
12372/home/william/Git/gnunet/src/include/gnunet_container_lib.h:986: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections 12346/home/william/Git/gnunet/src/include/gnunet_container_lib.h:990: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections
12373/home/william/Git/gnunet/src/include/gnunet_container_lib.h:986: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections 12347/home/william/Git/gnunet/src/include/gnunet_container_lib.h:990: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections
12374/home/william/Git/gnunet/src/include/gnunet_container_lib.h:986: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections 12348/home/william/Git/gnunet/src/include/gnunet_container_lib.h:990: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_next has multiple @param documentation sections
12375/home/william/Git/gnunet/src/include/gnunet_container_lib.h:999: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_destroy has multiple @param documentation sections 12349/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1003: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap_iterator_destroy has multiple @param documentation sections
12376/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1015: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections 12350/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1019: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections
12377/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1015: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections 12351/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1019: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections
12378/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1015: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections 12352/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1019: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections
12379/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1015: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections 12353/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1019: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap_get_multiple has multiple @param documentation sections
12380/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1082: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multipeermap_create has multiple @param documentation sections 12354/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1086: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multipeermap_create has multiple @param documentation sections
12381/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1082: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multipeermap_create has multiple @param documentation sections 12355/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1086: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multipeermap_create has multiple @param documentation sections
12382/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1093: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_destroy has multiple @param documentation sections 12356/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1097: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_destroy has multiple @param documentation sections
12383/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1109: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_get has multiple @param documentation sections 12357/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1113: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_get has multiple @param documentation sections
12384/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1109: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_get has multiple @param documentation sections 12358/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1113: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_get has multiple @param documentation sections
12385/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1127: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections 12359/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1131: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections
12386/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1127: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections 12360/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1131: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections
12387/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1127: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections 12361/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1131: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_remove has multiple @param documentation sections
12388/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1141: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_remove_all has multiple @param documentation sections 12362/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1145: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_remove_all has multiple @param documentation sections
12389/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1141: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_remove_all has multiple @param documentation sections 12363/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1145: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_remove_all has multiple @param documentation sections
12390/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1157: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_contains has multiple @param documentation sections 12364/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1161: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_contains has multiple @param documentation sections
12391/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1157: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_contains has multiple @param documentation sections 12365/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1161: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_contains has multiple @param documentation sections
12392/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1174: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections 12366/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1178: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections
12393/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1174: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections 12367/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1178: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections
12394/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1174: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections 12368/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1178: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_contains_value has multiple @param documentation sections
12395/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1194: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections 12369/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1198: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections
12396/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1194: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections 12370/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1198: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections
12397/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1194: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections 12371/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1198: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections
12398/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1194: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections 12372/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1198: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multipeermap_put has multiple @param documentation sections
12399/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1209: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_size has multiple @param documentation sections 12373/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1213: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_size has multiple @param documentation sections
12400/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1224: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections 12374/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1228: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections
12401/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1224: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections 12375/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1228: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections
12402/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1224: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections 12376/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1228: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multipeermap_iterate has multiple @param documentation sections
12403/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1245: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_create has multiple @param documentation sections 12377/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1249: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_create has multiple @param documentation sections
12404/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1265: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections 12378/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1269: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections
12405/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1265: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections 12379/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1269: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections
12406/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1265: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections 12380/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1269: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_next has multiple @param documentation sections
12407/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1278: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_destroy has multiple @param documentation sections 12381/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1282: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multipeermap_iterator_destroy has multiple @param documentation sections
12408/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1294: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections 12382/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1298: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections
12409/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1294: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections 12383/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1298: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections
12410/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1294: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections 12384/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1298: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections
12411/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1294: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections 12385/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1298: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multipeermap_get_multiple has multiple @param documentation sections
12412/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1361: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multishortmap_create has multiple @param documentation sections 12386/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1365: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multishortmap_create has multiple @param documentation sections
12413/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1361: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multishortmap_create has multiple @param documentation sections 12387/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1365: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multishortmap_create has multiple @param documentation sections
12414/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1372: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_destroy has multiple @param documentation sections 12388/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1376: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_destroy has multiple @param documentation sections
12415/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1388: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_get has multiple @param documentation sections 12389/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1392: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_get has multiple @param documentation sections
12416/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1388: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_get has multiple @param documentation sections 12390/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1392: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_get has multiple @param documentation sections
12417/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1406: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections 12391/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1410: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections
12418/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1406: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections 12392/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1410: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections
12419/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1406: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections 12393/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1410: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_remove has multiple @param documentation sections
12420/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1421: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_remove_all has multiple @param documentation sections 12394/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1425: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_remove_all has multiple @param documentation sections
12421/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1421: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_remove_all has multiple @param documentation sections 12395/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1425: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_remove_all has multiple @param documentation sections
12422/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1437: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_contains has multiple @param documentation sections 12396/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1441: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_contains has multiple @param documentation sections
12423/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1437: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_contains has multiple @param documentation sections 12397/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1441: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_contains has multiple @param documentation sections
12424/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1454: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections 12398/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1458: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections
12425/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1454: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections 12399/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1458: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections
12426/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1454: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections 12400/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1458: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_contains_value has multiple @param documentation sections
12427/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1474: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections 12401/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1478: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections
12428/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1474: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections 12402/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1478: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections
12429/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1474: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections 12403/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1478: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections
12430/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1474: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections 12404/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1478: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multishortmap_put has multiple @param documentation sections
12431/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1489: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_size has multiple @param documentation sections 12405/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1493: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_size has multiple @param documentation sections
12432/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1504: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections 12406/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1508: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections
12433/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1504: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections 12407/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1508: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections
12434/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1504: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections 12408/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1508: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multishortmap_iterate has multiple @param documentation sections
12435/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1527: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_create has multiple @param documentation sections 12409/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1531: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_create has multiple @param documentation sections
12436/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1547: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections 12410/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1551: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections
12437/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1547: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections 12411/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1551: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections
12438/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1547: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections 12412/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1551: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_next has multiple @param documentation sections
12439/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1560: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_destroy has multiple @param documentation sections 12413/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1564: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multishortmap_iterator_destroy has multiple @param documentation sections
12440/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1576: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections 12414/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1580: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections
12441/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1576: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections 12415/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1580: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections
12442/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1576: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections 12416/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1580: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections
12443/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1576: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections 12417/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1580: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multishortmap_get_multiple has multiple @param documentation sections
12444/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1644: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multiuuidmap_create has multiple @param documentation sections 12418/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1648: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multiuuidmap_create has multiple @param documentation sections
12445/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1644: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multiuuidmap_create has multiple @param documentation sections 12419/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1648: warning: argument 'do_not_copy_keys' from the argument list of GNUNET_CONTAINER_multiuuidmap_create has multiple @param documentation sections
12446/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1655: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_destroy has multiple @param documentation sections 12420/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1659: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_destroy has multiple @param documentation sections
12447/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1671: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_get has multiple @param documentation sections 12421/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1675: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_get has multiple @param documentation sections
12448/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1671: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_get has multiple @param documentation sections 12422/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1675: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_get has multiple @param documentation sections
12449/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1689: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections 12423/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1693: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections
12450/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1689: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections 12424/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1693: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections
12451/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1689: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections 12425/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1693: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove has multiple @param documentation sections
12452/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1703: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove_all has multiple @param documentation sections 12426/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1707: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove_all has multiple @param documentation sections
12453/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1703: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove_all has multiple @param documentation sections 12427/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1707: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_remove_all has multiple @param documentation sections
12454/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1719: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains has multiple @param documentation sections 12428/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1723: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains has multiple @param documentation sections
12455/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1719: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains has multiple @param documentation sections 12429/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1723: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains has multiple @param documentation sections
12456/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1736: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections 12430/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1740: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections
12457/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1736: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections 12431/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1740: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections
12458/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1736: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections 12432/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1740: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_contains_value has multiple @param documentation sections
12459/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1756: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections 12433/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1760: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections
12460/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1756: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections 12434/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1760: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections
12461/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1756: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections 12435/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1760: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections
12462/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1756: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections 12436/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1760: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multiuuidmap_put has multiple @param documentation sections
12463/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1771: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_size has multiple @param documentation sections 12437/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1775: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_size has multiple @param documentation sections
12464/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1786: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections 12438/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1790: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections
12465/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1786: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections 12439/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1790: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections
12466/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1786: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections 12440/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1790: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterate has multiple @param documentation sections
12467/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1809: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_create has multiple @param documentation sections 12441/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1813: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_create has multiple @param documentation sections
12468/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1829: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections 12442/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1833: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections
12469/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1829: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections 12443/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1833: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections
12470/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1829: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections 12444/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1833: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_next has multiple @param documentation sections
12471/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1842: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_destroy has multiple @param documentation sections 12445/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1846: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multiuuidmap_iterator_destroy has multiple @param documentation sections
12472/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1858: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections 12446/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1862: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections
12473/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1858: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections 12447/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1862: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections
12474/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1858: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections 12448/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1862: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections
12475/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1858: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections 12449/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1862: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multiuuidmap_get_multiple has multiple @param documentation sections
12476/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1924: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multihashmap32_create has multiple @param documentation sections 12450/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1928: warning: argument 'len' from the argument list of GNUNET_CONTAINER_multihashmap32_create has multiple @param documentation sections
12477/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1935: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_destroy has multiple @param documentation sections 12451/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1939: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_destroy has multiple @param documentation sections
12478/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1947: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_size has multiple @param documentation sections 12452/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1951: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_size has multiple @param documentation sections
12479/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1963: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_get has multiple @param documentation sections 12453/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1967: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_get has multiple @param documentation sections
12480/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1963: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_get has multiple @param documentation sections 12454/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1967: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_get has multiple @param documentation sections
12481/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1979: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections 12455/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1983: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections
12482/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1979: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections 12456/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1983: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections
12483/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1979: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections 12457/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1983: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap32_iterate has multiple @param documentation sections
12484/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1998: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections 12458/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2002: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections
12485/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1998: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections 12459/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2002: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections
12486/home/william/Git/gnunet/src/include/gnunet_container_lib.h:1998: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections 12460/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2002: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_remove has multiple @param documentation sections
12487/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2014: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_remove_all has multiple @param documentation sections 12461/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2018: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_remove_all has multiple @param documentation sections
12488/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2014: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_remove_all has multiple @param documentation sections 12462/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2018: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_remove_all has multiple @param documentation sections
12489/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2030: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_contains has multiple @param documentation sections 12463/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2034: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_contains has multiple @param documentation sections
12490/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2030: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_contains has multiple @param documentation sections 12464/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2034: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_contains has multiple @param documentation sections
12491/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2047: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections 12465/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2051: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections
12492/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2047: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections 12466/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2051: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections
12493/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2047: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections 12467/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2051: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_contains_value has multiple @param documentation sections
12494/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2067: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections 12468/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2071: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections
12495/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2067: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections 12469/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2071: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections
12496/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2067: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections 12470/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2071: warning: argument 'value' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections
12497/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2067: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections 12471/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2071: warning: argument 'opt' from the argument list of GNUNET_CONTAINER_multihashmap32_put has multiple @param documentation sections
12498/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2086: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections 12472/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2090: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections
12499/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2086: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections 12473/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2090: warning: argument 'key' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections
12500/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2086: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections 12474/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2090: warning: argument 'it' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections
12501/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2086: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections 12475/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2090: warning: argument 'it_cls' from the argument list of GNUNET_CONTAINER_multihashmap32_get_multiple has multiple @param documentation sections
12502/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:215: warning: argument 'cfg' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections 12476/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:218: warning: argument 'cfg' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections
12503/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:215: warning: argument 'ego' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections 12477/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:218: warning: argument 'ego' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections
12504/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:215: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections 12478/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:218: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections
12505/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:215: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections 12479/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:218: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_phone_create has multiple @param documentation sections
12506/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'caller' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 12480/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'caller' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
12507/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 12481/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
12508/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 12482/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
12509/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 12483/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
12510/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:246: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections 12484/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:249: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_caller_pick_up has multiple @param documentation sections
12511/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:285: warning: argument 'caller' from the argument list of GNUNET_CONVERSATION_caller_hang_up has multiple @param documentation sections 12485/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:288: warning: argument 'caller' from the argument list of GNUNET_CONVERSATION_caller_hang_up has multiple @param documentation sections
12512/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'cfg' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 12486/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'cfg' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
12513/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'caller_id' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 12487/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'caller_id' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
12514/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'callee' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 12488/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'callee' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
12515/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 12489/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
12516/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 12490/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
12517/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 12491/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'event_handler' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
12518/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:389: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections 12492/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:392: warning: argument 'event_handler_cls' from the argument list of GNUNET_CONVERSATION_call_start has multiple @param documentation sections
12519/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:417: warning: argument 'call' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections 12493/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:420: warning: argument 'call' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections
12520/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:417: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections 12494/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:420: warning: argument 'speaker' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections
12521/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:417: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections 12495/home/william/Git/gnunet/src/include/gnunet_conversation_service.h:420: warning: argument 'mic' from the argument list of GNUNET_CONVERSATION_call_resume has multiple @param documentation sections
12522/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'cfg' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections 12496/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'cfg' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections
12523/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'cls' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections 12497/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'cls' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections
12524/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'init' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections 12498/home/william/Git/gnunet/src/include/gnunet_core_service.h:247: warning: argument 'init' from the argument list of GNUNET_CORE_connect has multiple @param documentation sections
@@ -12551,423 +12525,503 @@ The command that should end the block seems to be missing!
12551/home/william/Git/gnunet/src/include/gnunet_abd_service.h:392: warning: The following parameter of GNUNET_ABD_delegate_issue(const struct GNUNET_IDENTITY_PrivateKey *issuer, struct GNUNET_IDENTITY_PublicKey *subject, const char *iss_attr, const char *sub_attr, struct GNUNET_TIME_Absolute *expiration) is not documented: 12525/home/william/Git/gnunet/src/include/gnunet_abd_service.h:392: warning: The following parameter of GNUNET_ABD_delegate_issue(const struct GNUNET_IDENTITY_PrivateKey *issuer, struct GNUNET_IDENTITY_PublicKey *subject, const char *iss_attr, const char *sub_attr, struct GNUNET_TIME_Absolute *expiration) is not documented:
12552 parameter 'sub_attr' 12526 parameter 'sub_attr'
12553/home/william/Git/gnunet/src/include/gnunet_abd_service.h:405: warning: argument 'lr' from the argument list of GNUNET_ABD_request_cancel has multiple @param documentation sections 12527/home/william/Git/gnunet/src/include/gnunet_abd_service.h:405: warning: argument 'lr' from the argument list of GNUNET_ABD_request_cancel has multiple @param documentation sections
12554/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:580: warning: argument 'seed' from the argument list of GNUNET_CRYPTO_seed_weak_random has multiple @param documentation sections 12528/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:584: warning: argument 'seed' from the argument list of GNUNET_CRYPTO_seed_weak_random has multiple @param documentation sections
12555/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:691: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_u32 has multiple @param documentation sections 12529/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:695: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_u32 has multiple @param documentation sections
12556/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:691: warning: argument 'i' from the argument list of GNUNET_CRYPTO_random_u32 has multiple @param documentation sections 12530/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:695: warning: argument 'i' from the argument list of GNUNET_CRYPTO_random_u32 has multiple @param documentation sections
12557/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:703: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_u64 has multiple @param documentation sections 12531/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:707: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_u64 has multiple @param documentation sections
12558/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:703: warning: argument 'max' from the argument list of GNUNET_CRYPTO_random_u64 has multiple @param documentation sections 12532/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:707: warning: argument 'max' from the argument list of GNUNET_CRYPTO_random_u64 has multiple @param documentation sections
12559/home/william/Git/gnunet/src/util/crypto_random.c:243: warning: explicit link request to 'GNUNET_RANDOM_QUALITY_STRONG' could not be resolved 12533/home/william/Git/gnunet/src/util/crypto_random.c:243: warning: explicit link request to 'GNUNET_RANDOM_QUALITY_STRONG' could not be resolved
12560/home/william/Git/gnunet/src/util/crypto_random.c:244: warning: explicit link request to 'GNUNET_RANDOM_QUALITY_WEAK' could not be resolved 12534/home/william/Git/gnunet/src/util/crypto_random.c:244: warning: explicit link request to 'GNUNET_RANDOM_QUALITY_WEAK' could not be resolved
12561/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:716: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_permute has multiple @param documentation sections 12535/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:720: warning: argument 'mode' from the argument list of GNUNET_CRYPTO_random_permute has multiple @param documentation sections
12562/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:716: warning: argument 'n' from the argument list of GNUNET_CRYPTO_random_permute has multiple @param documentation sections 12536/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:720: warning: argument 'n' from the argument list of GNUNET_CRYPTO_random_permute has multiple @param documentation sections
12563/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:726: warning: argument 'key' from the argument list of GNUNET_CRYPTO_symmetric_create_session_key has multiple @param documentation sections 12537/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:730: warning: argument 'key' from the argument list of GNUNET_CRYPTO_symmetric_create_session_key has multiple @param documentation sections
12564/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:742: warning: argument 'block' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections 12538/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:746: warning: argument 'block' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections
12565/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:742: warning: argument 'size' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections 12539/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:746: warning: argument 'size' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections
12566/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:742: warning: argument 'sessionkey' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections 12540/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:746: warning: argument 'sessionkey' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections
12567/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:742: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections 12541/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:746: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_encrypt has multiple @param documentation sections
12568/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'block' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 12542/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'block' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
12569/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'size' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 12543/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'size' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
12570/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'sessionkey' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 12544/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'sessionkey' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
12571/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 12545/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
12572/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:762: warning: argument 'result' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections 12546/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:766: warning: argument 'result' from the argument list of GNUNET_CRYPTO_symmetric_decrypt has multiple @param documentation sections
12573/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'filename' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections 12547/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'filename' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections
12574/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'do_create' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections 12548/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'do_create' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections
12575/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'pkey' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections 12549/home/william/Git/gnunet/src/util/crypto_ecc_setup.c:1: warning: argument 'pkey' from the argument list of GNUNET_CRYPTO_eddsa_key_from_file has multiple @param documentation sections
12576/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1506: warning: argument 'cfg' from the argument list of GNUNET_CRYPTO_eddsa_key_create_from_configuration has multiple @param documentation sections 12550/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1510: warning: argument 'cfg' from the argument list of GNUNET_CRYPTO_eddsa_key_create_from_configuration has multiple @param documentation sections
12577/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1635: warning: argument 'cfg' from the argument list of GNUNET_CRYPTO_get_peer_identity has multiple @param documentation sections 12551/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1639: warning: argument 'cfg' from the argument list of GNUNET_CRYPTO_get_peer_identity has multiple @param documentation sections
12578/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1635: warning: argument 'dst' from the argument list of GNUNET_CRYPTO_get_peer_identity has multiple @param documentation sections 12552/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1639: warning: argument 'dst' from the argument list of GNUNET_CRYPTO_get_peer_identity has multiple @param documentation sections
12579/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1819: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_eddsa' could not be resolved 12553/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1823: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_eddsa' could not be resolved
12580/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1835: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_ecdsa' could not be resolved 12554/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1839: warning: explicit link request to 'GNUNET_CRRYPTO_ecdh_ecdsa' could not be resolved
12581/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1851: warning: explicit link request to 'GNUNET_CRRYPTO_eddsa_ecdh' could not be resolved 12555/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1855: warning: explicit link request to 'GNUNET_CRRYPTO_eddsa_ecdh' could not be resolved
12582/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1866: warning: explicit link request to 'GNUNET_CRRYPTO_ecdsa_ecdh' could not be resolved 12556/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1870: warning: explicit link request to 'GNUNET_CRRYPTO_ecdsa_ecdh' could not be resolved
12583/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1973: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_edx25519_sign_(const struct GNUNET_CRYPTO_Edx25519PrivateKey *priv, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_Edx25519Signature *sig) 12557/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1977: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_edx25519_sign_(const struct GNUNET_CRYPTO_Edx25519PrivateKey *priv, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_Edx25519Signature *sig)
12584/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1798: warning: argument 'priv' from the argument list of GNUNET_CRYPTO_edx25519_sign_ has multiple @param documentation sections 12558/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1802: warning: argument 'priv' from the argument list of GNUNET_CRYPTO_edx25519_sign_ has multiple @param documentation sections
12585/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1798: warning: argument 'sig' from the argument list of GNUNET_CRYPTO_edx25519_sign_ has multiple @param documentation sections 12559/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1802: warning: argument 'sig' from the argument list of GNUNET_CRYPTO_edx25519_sign_ has multiple @param documentation sections
12586/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2048: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_verify(purp, ps, sig, pub) 12560/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2052: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_verify(purp, ps, sig, pub)
12587/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2061: warning: The following parameter of GNUNET_CRYPTO_eddsa_verify(purp, ps, sig, pub) is not documented: 12561/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2065: warning: The following parameter of GNUNET_CRYPTO_eddsa_verify(purp, ps, sig, pub) is not documented:
12588 parameter 'pub' 12562 parameter 'pub'
12589/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2100: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_ecdsa_verify(purp, ps, sig, pub) 12563/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2104: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_ecdsa_verify(purp, ps, sig, pub)
12590/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2113: warning: The following parameter of GNUNET_CRYPTO_ecdsa_verify(purp, ps, sig, pub) is not documented: 12564/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2117: warning: The following parameter of GNUNET_CRYPTO_ecdsa_verify(purp, ps, sig, pub) is not documented:
12591 parameter 'pub' 12565 parameter 'pub'
12592/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2152: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_edx25519_verify(purp, ps, sig, pub) 12566/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2156: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_edx25519_verify(purp, ps, sig, pub)
12593/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2165: warning: The following parameter of GNUNET_CRYPTO_edx25519_verify(purp, ps, sig, pub) is not documented: 12567/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2169: warning: The following parameter of GNUNET_CRYPTO_edx25519_verify(purp, ps, sig, pub) is not documented:
12594 parameter 'pub' 12568 parameter 'pub'
12595/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:626: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc16_n has multiple @param documentation sections 12569/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:630: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc16_n has multiple @param documentation sections
12596/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:626: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc16_n has multiple @param documentation sections 12570/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:630: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc16_n has multiple @param documentation sections
12597/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:639: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc32_n has multiple @param documentation sections 12571/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:643: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc32_n has multiple @param documentation sections
12598/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:639: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc32_n has multiple @param documentation sections 12572/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:643: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc32_n has multiple @param documentation sections
12599/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'priority' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 12573/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'priority' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
12600/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'filename' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 12574/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'filename' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
12601/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'blocksize' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 12575/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'blocksize' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
12602/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'callback' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 12576/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'callback' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
12603/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1023: warning: argument 'callback_cls' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections 12577/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1027: warning: argument 'callback_cls' from the argument list of GNUNET_CRYPTO_hash_file has multiple @param documentation sections
12604/home/william/Git/gnunet/src/include/gnunet_dht_service.h:292: warning: explicit link request to 'GNUNET_BLOCK_evaluate' could not be resolved 12578/home/william/Git/gnunet/src/include/gnunet_dht_service.h:297: warning: explicit link request to 'GNUNET_BLOCK_evaluate' could not be resolved
12605/home/william/Git/gnunet/src/util/dnsstub.c:697: warning: argument 'retry_frequ' of command @param is not found in the argument list of GNUNET_DNSSTUB_set_retry(struct GNUNET_DNSSTUB_Context *ctx, struct GNUNET_TIME_Relative retry_freq) 12579/home/william/Git/gnunet/src/util/dnsstub.c:697: warning: argument 'retry_frequ' of command @param is not found in the argument list of GNUNET_DNSSTUB_set_retry(struct GNUNET_DNSSTUB_Context *ctx, struct GNUNET_TIME_Relative retry_freq)
12606/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:92: warning: argument 'ctx' from the argument list of GNUNET_DNSSTUB_set_retry has multiple @param documentation sections 12580/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:95: warning: argument 'ctx' from the argument list of GNUNET_DNSSTUB_set_retry has multiple @param documentation sections
12607/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'ctx' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 12581/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'ctx' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
12608/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'request' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 12582/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'request' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
12609/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'request_len' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 12583/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'request_len' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
12610/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'rc' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 12584/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'rc' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
12611/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:131: warning: argument 'rc_cls' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections 12585/home/william/Git/gnunet/src/include/gnunet_dnsstub_lib.h:134: warning: argument 'rc_cls' from the argument list of GNUNET_DNSSTUB_resolve has multiple @param documentation sections
12612/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:578: warning: argument 'name' from the argument list of GNUNET_DNSPARSER_check_name has multiple @param documentation sections 12586/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:581: warning: argument 'name' from the argument list of GNUNET_DNSPARSER_check_name has multiple @param documentation sections
12613/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:715: warning: argument 'dst' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections 12587/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:718: warning: argument 'dst' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections
12614/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:715: warning: argument 'dst_len' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections 12588/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:718: warning: argument 'dst_len' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections
12615/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:715: warning: argument 'off' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections 12589/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:718: warning: argument 'off' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections
12616/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:715: warning: argument 'cert' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections 12590/home/william/Git/gnunet/src/include/gnunet_dnsparser_lib.h:718: warning: argument 'cert' from the argument list of GNUNET_DNSPARSER_builder_add_cert has multiple @param documentation sections
12617/home/william/Git/gnunet/src/include/gnunet_dns_service.h:137: warning: argument 'rh' from the argument list of GNUNET_DNS_request_forward has multiple @param documentation sections 12591/home/william/Git/gnunet/src/include/gnunet_dns_service.h:140: warning: argument 'rh' from the argument list of GNUNET_DNS_request_forward has multiple @param documentation sections
12618/home/william/Git/gnunet/src/include/gnunet_dns_service.h:161: warning: argument 'rh' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections 12592/home/william/Git/gnunet/src/include/gnunet_dns_service.h:164: warning: argument 'rh' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections
12619/home/william/Git/gnunet/src/include/gnunet_dns_service.h:161: warning: argument 'reply_length' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections 12593/home/william/Git/gnunet/src/include/gnunet_dns_service.h:164: warning: argument 'reply_length' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections
12620/home/william/Git/gnunet/src/include/gnunet_dns_service.h:161: warning: argument 'reply' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections 12594/home/william/Git/gnunet/src/include/gnunet_dns_service.h:164: warning: argument 'reply' from the argument list of GNUNET_DNS_request_answer has multiple @param documentation sections
12621/home/william/Git/gnunet/src/include/gnunet_datacache_lib.h:106: warning: argument 'how' of command @param is not found in the argument list of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info) 12595/home/william/Git/gnunet/src/include/gnunet_datacache_lib.h:109: warning: argument 'how' of command @param is not found in the argument list of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info)
12622/home/william/Git/gnunet/src/include/gnunet_datacache_lib.h:77: warning: The following parameter of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info) is not documented: 12596/home/william/Git/gnunet/src/include/gnunet_datacache_lib.h:80: warning: The following parameter of GNUNET_DATACACHE_put(struct GNUNET_DATACACHE_Handle *h, const struct GNUNET_HashCode *key, uint32_t xor_distance, size_t data_size, const char *data, enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute discard_time, unsigned int path_info_len, const struct GNUNET_DHT_PathElement *path_info) is not documented:
12623 parameter 'xor_distance' 12597 parameter 'xor_distance'
12624/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'h' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 12598/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'h' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
12625/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'rid' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 12599/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'rid' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
12626/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'key' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 12600/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'key' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
12627/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'size' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 12601/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'size' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
12628/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'data' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 12602/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'data' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
12629/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'type' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 12603/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'type' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
12630/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'priority' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 12604/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'priority' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
12631/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'anonymity' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 12605/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'anonymity' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
12632/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'replication' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 12606/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'replication' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
12633/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'expiration' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 12607/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'expiration' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
12634/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 12608/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
12635/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 12609/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
12636/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'cont' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 12610/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'cont' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
12637/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:160: warning: argument 'cont_cls' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections 12611/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:163: warning: argument 'cont_cls' from the argument list of GNUNET_DATASTORE_put has multiple @param documentation sections
12638/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:197: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_release_reserve has multiple @param documentation sections 12612/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:200: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_release_reserve has multiple @param documentation sections
12639/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:197: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_release_reserve has multiple @param documentation sections 12613/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:200: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_release_reserve has multiple @param documentation sections
12640/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'h' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 12614/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'h' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
12641/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'key' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 12615/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'key' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
12642/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'size' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 12616/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'size' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
12643/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'data' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 12617/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'data' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
12644/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 12618/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
12645/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 12619/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
12646/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'cont' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 12620/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'cont' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
12647/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:224: warning: argument 'cont_cls' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections 12621/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:227: warning: argument 'cont_cls' from the argument list of GNUNET_DATASTORE_remove has multiple @param documentation sections
12648/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'h' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 12622/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'h' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
12649/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'next_uid' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 12623/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'next_uid' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
12650/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'random' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 12624/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'random' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
12651/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'key' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 12625/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'key' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
12652/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'type' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 12626/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'type' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
12653/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 12627/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
12654/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 12628/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
12655/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'proc' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 12629/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'proc' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
12656/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:281: warning: argument 'proc_cls' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections 12630/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:284: warning: argument 'proc_cls' from the argument list of GNUNET_DATASTORE_get_key has multiple @param documentation sections
12657/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'h' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 12631/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'h' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
12658/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'next_uid' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 12632/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'next_uid' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
12659/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 12633/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'queue_priority' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
12660/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 12634/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'max_queue_size' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
12661/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'type' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 12635/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'type' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
12662/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'proc' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 12636/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'proc' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
12663/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:309: warning: argument 'proc_cls' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections 12637/home/william/Git/gnunet/src/include/gnunet_datastore_service.h:312: warning: argument 'proc_cls' from the argument list of GNUNET_DATASTORE_get_zero_anonymity has multiple @param documentation sections
12664/home/william/Git/gnunet/src/include/gnunet_datastore_plugin.h:136: warning: explicit link request to 'GNUNET_SYSERROR' could not be resolved 12638/home/william/Git/gnunet/src/include/gnunet_datastore_plugin.h:139: warning: explicit link request to 'GNUNET_SYSERROR' could not be resolved
12665/home/william/Git/gnunet/src/include/gnunet_datastore_plugin.h:236: warning: explicit link request to 'GNUNET_SYSERROR' could not be resolved 12639/home/william/Git/gnunet/src/include/gnunet_datastore_plugin.h:239: warning: explicit link request to 'GNUNET_SYSERROR' could not be resolved
12666/home/william/Git/gnunet/src/include/gnunet_disk_lib.h:669: warning: argument 'glob_patterb' of command @param is not found in the argument list of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls) 12640/home/william/Git/gnunet/src/include/gnunet_disk_lib.h:673: warning: argument 'glob_patterb' of command @param is not found in the argument list of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls)
12667/home/william/Git/gnunet/src/include/gnunet_disk_lib.h:679: warning: The following parameter of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls) is not documented: 12641/home/william/Git/gnunet/src/include/gnunet_disk_lib.h:683: warning: The following parameter of GNUNET_DISK_glob(const char *glob_pattern, GNUNET_FileNameCallback callback, void *callback_cls) is not documented:
12668 parameter 'glob_pattern' 12642 parameter 'glob_pattern'
12669/home/william/Git/gnunet/src/include/gnunet_fs_service.h:115: warning: argument 'uri' from the argument list of GNUNET_FS_uri_to_key has multiple @param documentation sections 12643/home/william/Git/gnunet/src/include/gnunet_fs_service.h:118: warning: argument 'uri' from the argument list of GNUNET_FS_uri_to_key has multiple @param documentation sections
12670/home/william/Git/gnunet/src/include/gnunet_fs_service.h:115: warning: argument 'key' from the argument list of GNUNET_FS_uri_to_key has multiple @param documentation sections 12644/home/william/Git/gnunet/src/include/gnunet_fs_service.h:118: warning: argument 'key' from the argument list of GNUNET_FS_uri_to_key has multiple @param documentation sections
12671/home/william/Git/gnunet/src/include/gnunet_fs_service.h:207: warning: argument 'uri' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections 12645/home/william/Git/gnunet/src/include/gnunet_fs_service.h:210: warning: argument 'uri' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections
12672/home/william/Git/gnunet/src/include/gnunet_fs_service.h:207: warning: argument 'iterator' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections 12646/home/william/Git/gnunet/src/include/gnunet_fs_service.h:210: warning: argument 'iterator' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections
12673/home/william/Git/gnunet/src/include/gnunet_fs_service.h:207: warning: argument 'iterator_cls' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections 12647/home/william/Git/gnunet/src/include/gnunet_fs_service.h:210: warning: argument 'iterator_cls' from the argument list of GNUNET_FS_uri_ksk_get_keywords has multiple @param documentation sections
12674/home/william/Git/gnunet/src/include/gnunet_fs_service.h:270: warning: argument 'u1' from the argument list of GNUNET_FS_uri_ksk_merge has multiple @param documentation sections 12648/home/william/Git/gnunet/src/include/gnunet_fs_service.h:273: warning: argument 'u1' from the argument list of GNUNET_FS_uri_ksk_merge has multiple @param documentation sections
12675/home/william/Git/gnunet/src/include/gnunet_fs_service.h:270: warning: argument 'u2' from the argument list of GNUNET_FS_uri_ksk_merge has multiple @param documentation sections 12649/home/william/Git/gnunet/src/include/gnunet_fs_service.h:273: warning: argument 'u2' from the argument list of GNUNET_FS_uri_ksk_merge has multiple @param documentation sections
12676/home/william/Git/gnunet/src/include/gnunet_fs_service.h:358: warning: argument 'ns' from the argument list of GNUNET_FS_uri_sks_create has multiple @param documentation sections 12650/home/william/Git/gnunet/src/include/gnunet_fs_service.h:361: warning: argument 'ns' from the argument list of GNUNET_FS_uri_sks_create has multiple @param documentation sections
12677/home/william/Git/gnunet/src/include/gnunet_fs_service.h:358: warning: argument 'id' from the argument list of GNUNET_FS_uri_sks_create has multiple @param documentation sections 12651/home/william/Git/gnunet/src/include/gnunet_fs_service.h:361: warning: argument 'id' from the argument list of GNUNET_FS_uri_sks_create has multiple @param documentation sections
12678/home/william/Git/gnunet/src/include/gnunet_fs_service.h:371: warning: argument 'uri' from the argument list of GNUNET_FS_uri_sks_get_namespace has multiple @param documentation sections 12652/home/william/Git/gnunet/src/include/gnunet_fs_service.h:374: warning: argument 'uri' from the argument list of GNUNET_FS_uri_sks_get_namespace has multiple @param documentation sections
12679/home/william/Git/gnunet/src/include/gnunet_fs_service.h:371: warning: argument 'pseudonym' from the argument list of GNUNET_FS_uri_sks_get_namespace has multiple @param documentation sections 12653/home/william/Git/gnunet/src/include/gnunet_fs_service.h:374: warning: argument 'pseudonym' from the argument list of GNUNET_FS_uri_sks_get_namespace has multiple @param documentation sections
12680/home/william/Git/gnunet/src/include/gnunet_fs_service.h:413: warning: argument 'uri' from the argument list of GNUNET_FS_uri_chk_get_file_size has multiple @param documentation sections 12654/home/william/Git/gnunet/src/include/gnunet_fs_service.h:416: warning: argument 'uri' from the argument list of GNUNET_FS_uri_chk_get_file_size has multiple @param documentation sections
12681/home/william/Git/gnunet/src/include/gnunet_fs_service.h:459: warning: argument 'metadata' of command @param is not found in the argument list of GNUNET_FS_GETOPT_METADATA(char shortName, const char *name, const char *argumentHelp, const char *description, struct GNUNET_CONTAINER_MetaData **meta) 12655/home/william/Git/gnunet/src/include/gnunet_fs_service.h:462: warning: argument 'metadata' of command @param is not found in the argument list of GNUNET_FS_GETOPT_METADATA(char shortName, const char *name, const char *argumentHelp, const char *description, struct GNUNET_CONTAINER_MetaData **meta)
12682/home/william/Git/gnunet/src/include/gnunet_fs_service.h:435: warning: The following parameter of GNUNET_FS_GETOPT_METADATA(char shortName, const char *name, const char *argumentHelp, const char *description, struct GNUNET_CONTAINER_MetaData **meta) is not documented: 12656/home/william/Git/gnunet/src/include/gnunet_fs_service.h:438: warning: The following parameter of GNUNET_FS_GETOPT_METADATA(char shortName, const char *name, const char *argumentHelp, const char *description, struct GNUNET_CONTAINER_MetaData **meta) is not documented:
12683 parameter 'meta' 12657 parameter 'meta'
12684/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 12658/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
12685/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 12659/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
12686/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'filename' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 12660/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'filename' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
12687/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 12661/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
12688/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 12662/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
12689/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 12663/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
12690/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1763: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections 12664/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1766: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_file has multiple @param documentation sections
12691/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 12665/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
12692/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 12666/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
12693/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'length' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 12667/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'length' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
12694/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'data' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 12668/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'data' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
12695/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 12669/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
12696/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 12670/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
12697/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 12671/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
12698/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1792: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections 12672/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1795: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_data has multiple @param documentation sections
12699/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 12673/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
12700/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 12674/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
12701/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'length' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 12675/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'length' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
12702/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'reader' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 12676/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'reader' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
12703/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'reader_cls' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 12677/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'reader_cls' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
12704/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 12678/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
12705/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 12679/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
12706/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 12680/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'do_index' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
12707/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1850: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections 12681/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1853: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_from_reader has multiple @param documentation sections
12708/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 12682/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'h' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
12709/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 12683/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'client_info' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
12710/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 12684/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'keywords' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
12711/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 12685/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'meta' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
12712/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 12686/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'bo' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
12713/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1877: warning: argument 'filename' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections 12687/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1880: warning: argument 'filename' from the argument list of GNUNET_FS_file_information_create_empty_directory has multiple @param documentation sections
12714/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1912: warning: argument 'dir' from the argument list of GNUNET_FS_file_information_add has multiple @param documentation sections 12688/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1915: warning: argument 'dir' from the argument list of GNUNET_FS_file_information_add has multiple @param documentation sections
12715/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1912: warning: argument 'ent' from the argument list of GNUNET_FS_file_information_add has multiple @param documentation sections 12689/home/william/Git/gnunet/src/include/gnunet_fs_service.h:1915: warning: argument 'ent' from the argument list of GNUNET_FS_file_information_add has multiple @param documentation sections
12716/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2002: warning: argument 'pc' from the argument list of GNUNET_FS_publish_stop has multiple @param documentation sections 12690/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2005: warning: argument 'pc' from the argument list of GNUNET_FS_publish_stop has multiple @param documentation sections
12717/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'h' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 12691/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'h' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
12718/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'ksk_uri' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 12692/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'ksk_uri' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
12719/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'meta' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 12693/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'meta' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
12720/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'uri' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 12694/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'uri' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
12721/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'bo' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 12695/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'bo' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
12722/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'options' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 12696/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'options' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
12723/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'cont' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 12697/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'cont' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
12724/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2039: warning: argument 'cont_cls' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections 12698/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2042: warning: argument 'cont_cls' from the argument list of GNUNET_FS_publish_ksk has multiple @param documentation sections
12725/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'h' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 12699/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'h' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
12726/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'ns' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 12700/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'ns' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
12727/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'identifier' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 12701/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'identifier' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
12728/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'update' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 12702/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'update' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
12729/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'meta' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 12703/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'meta' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
12730/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'uri' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 12704/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'uri' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
12731/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'bo' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 12705/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'bo' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
12732/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'options' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 12706/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'options' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
12733/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'cont' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 12707/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'cont' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
12734/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2079: warning: argument 'cont_cls' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections 12708/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2082: warning: argument 'cont_cls' from the argument list of GNUNET_FS_publish_sks has multiple @param documentation sections
12735/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2128: warning: argument 'h' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections 12709/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2131: warning: argument 'h' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections
12736/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2128: warning: argument 'iterator' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections 12710/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2131: warning: argument 'iterator' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections
12737/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2128: warning: argument 'iterator_cls' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections 12711/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2131: warning: argument 'iterator_cls' from the argument list of GNUNET_FS_get_indexed_files has multiple @param documentation sections
12738/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'h' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 12712/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'h' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
12739/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'ns' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 12713/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'ns' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
12740/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'next_id' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 12714/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'next_id' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
12741/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'ip' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 12715/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'ip' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
12742/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2206: warning: argument 'ip_cls' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections 12716/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2209: warning: argument 'ip_cls' from the argument list of GNUNET_FS_namespace_list_updateable has multiple @param documentation sections
12743/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'h' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 12717/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'h' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
12744/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'uri' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 12718/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'uri' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
12745/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'meta' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 12719/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'meta' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
12746/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'filename' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 12720/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'filename' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
12747/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'tempname' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 12721/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'tempname' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
12748/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'offset' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 12722/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'offset' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
12749/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'length' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 12723/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'length' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
12750/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'anonymity' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 12724/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'anonymity' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
12751/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'options' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 12725/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'options' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
12752/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'cctx' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 12726/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'cctx' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
12753/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2375: warning: argument 'parent' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections 12727/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2378: warning: argument 'parent' from the argument list of GNUNET_FS_download_start has multiple @param documentation sections
12754/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'h' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 12728/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'h' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
12755/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'sr' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 12729/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'sr' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
12756/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'filename' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 12730/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'filename' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
12757/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'tempname' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 12731/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'tempname' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
12758/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'offset' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 12732/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'offset' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
12759/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'length' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 12733/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'length' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
12760/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'anonymity' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 12734/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'anonymity' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
12761/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'options' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 12735/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'options' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
12762/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2419: warning: argument 'cctx' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections 12736/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2422: warning: argument 'cctx' from the argument list of GNUNET_FS_download_start_from_search has multiple @param documentation sections
12763/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'size' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 12737/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'size' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
12764/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'data' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 12738/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'data' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
12765/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'offset' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 12739/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'offset' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
12766/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'dep' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 12740/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'dep' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
12767/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2541: warning: argument 'dep_cls' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections 12741/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2544: warning: argument 'dep_cls' from the argument list of GNUNET_FS_directory_list_contents has multiple @param documentation sections
12768/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2574: warning: argument 'bld' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections 12742/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2577: warning: argument 'bld' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections
12769/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2574: warning: argument 'uri' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections 12743/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2577: warning: argument 'uri' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections
12770/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2574: warning: argument 'md' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections 12744/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2577: warning: argument 'md' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections
12771/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2574: warning: argument 'data' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections 12745/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2577: warning: argument 'data' from the argument list of GNUNET_FS_directory_builder_add has multiple @param documentation sections
12772/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'filename' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 12746/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'filename' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
12773/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'disable_extractor' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 12747/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'disable_extractor' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
12774/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'ex' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 12748/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'ex' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
12775/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'cb' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 12749/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'cb' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
12776/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2733: warning: argument 'cb_cls' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections 12750/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2736: warning: argument 'cb_cls' from the argument list of GNUNET_FS_directory_scan_start has multiple @param documentation sections
12777/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2759: warning: argument 'ds' from the argument list of GNUNET_FS_directory_scan_get_result has multiple @param documentation sections 12751/home/william/Git/gnunet/src/include/gnunet_fs_service.h:2762: warning: argument 'ds' from the argument list of GNUNET_FS_directory_scan_get_result has multiple @param documentation sections
12778/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'stats' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 12752/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'stats' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
12779/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'mtu' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 12753/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'mtu' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
12780/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'tracker' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 12754/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'tracker' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
12781/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'msg_delay' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 12755/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'msg_delay' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
12782/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'ack_delay' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 12756/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'ack_delay' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
12783/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'msg' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 12757/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'msg' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
12784/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'proc' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 12758/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'proc' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
12785/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:91: warning: argument 'proc_cls' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections 12759/home/william/Git/gnunet/src/include/gnunet_fragmentation_lib.h:94: warning: argument 'proc_cls' from the argument list of GNUNET_FRAGMENT_context_create has multiple @param documentation sections
12786/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:50: warning: argument 'gnsrecord_object' of command @param is not found in the argument list of GNUNET_GNSRECORD_JSON_spec_gnsrecord(struct GNUNET_GNSRECORD_Data **rd, unsigned int *rd_count, char **name) 12760/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:53: warning: argument 'gnsrecord_object' of command @param is not found in the argument list of GNUNET_GNSRECORD_JSON_spec_gnsrecord(struct GNUNET_GNSRECORD_Data **rd, unsigned int *rd_count, char **name)
12787/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:1: warning: The following parameters of GNUNET_GNSRECORD_JSON_spec_gnsrecord(struct GNUNET_GNSRECORD_Data **rd, unsigned int *rd_count, char **name) are not documented: 12761/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:1: warning: The following parameters of GNUNET_GNSRECORD_JSON_spec_gnsrecord(struct GNUNET_GNSRECORD_Data **rd, unsigned int *rd_count, char **name) are not documented:
12788 parameter 'rd' 12762 parameter 'rd'
12789 parameter 'rd_count' 12763 parameter 'rd_count'
12790 parameter 'name' 12764 parameter 'name'
12791/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:68: warning: The following parameter of GNUNET_GNSRECORD_JSON_from_gnsrecord(const char *rname, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count) is not documented: 12765/home/william/Git/gnunet/src/include/gnunet_gnsrecord_json_lib.h:71: warning: The following parameter of GNUNET_GNSRECORD_JSON_from_gnsrecord(const char *rname, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count) is not documented:
12792 parameter 'rd_count' 12766 parameter 'rd_count'
12793/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:332: warning: argument 'type' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections 12767/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:335: warning: argument 'type' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections
12794/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:332: warning: argument 'data' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections 12768/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:335: warning: argument 'data' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections
12795/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:332: warning: argument 'data_size' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections 12769/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:335: warning: argument 'data_size' from the argument list of GNUNET_GNSRECORD_value_to_string has multiple @param documentation sections
12796/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:347: warning: argument 'type' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections 12770/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:350: warning: argument 'type' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections
12797/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:347: warning: argument 's' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections 12771/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:350: warning: argument 's' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections
12798/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:347: warning: argument 'data' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections 12772/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:350: warning: argument 'data' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections
12799/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:347: warning: argument 'data_size' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections 12773/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:350: warning: argument 'data_size' from the argument list of GNUNET_GNSRECORD_string_to_value has multiple @param documentation sections
12800/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:358: warning: argument 'dns_typename' from the argument list of GNUNET_GNSRECORD_typename_to_number has multiple @param documentation sections 12774/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:361: warning: argument 'dns_typename' from the argument list of GNUNET_GNSRECORD_typename_to_number has multiple @param documentation sections
12801/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:382: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_get_size has multiple @param documentation sections 12775/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:385: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_get_size has multiple @param documentation sections
12802/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:382: warning: argument 'rd' from the argument list of GNUNET_GNSRECORD_records_get_size has multiple @param documentation sections 12776/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:385: warning: argument 'rd' from the argument list of GNUNET_GNSRECORD_records_get_size has multiple @param documentation sections
12803/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:396: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections 12777/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:399: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections
12804/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:396: warning: argument 'rd' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections 12778/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:399: warning: argument 'rd' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections
12805/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:396: warning: argument 'dest_size' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections 12779/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:399: warning: argument 'dest_size' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections
12806/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:396: warning: argument 'dest' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections 12780/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:399: warning: argument 'dest' from the argument list of GNUNET_GNSRECORD_records_serialize has multiple @param documentation sections
12807/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:414: warning: argument 'len' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections 12781/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:417: warning: argument 'len' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections
12808/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:414: warning: argument 'src' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections 12782/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:417: warning: argument 'src' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections
12809/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:414: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections 12783/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:417: warning: argument 'rd_count' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections
12810/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:414: warning: argument 'dest' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections 12784/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:417: warning: argument 'dest' from the argument list of GNUNET_GNSRECORD_records_deserialize has multiple @param documentation sections
12811/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:453: warning: argument 'z' from the argument list of GNUNET_GNSRECORD_z2s has multiple @param documentation sections 12785/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:456: warning: argument 'z' from the argument list of GNUNET_GNSRECORD_z2s has multiple @param documentation sections
12812/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:467: warning: argument 'pkey' from the argument list of GNUNET_GNSRECORD_pkey_to_zkey has multiple @param documentation sections 12786/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:470: warning: argument 'pkey' from the argument list of GNUNET_GNSRECORD_pkey_to_zkey has multiple @param documentation sections
12813/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:480: warning: argument 'zkey' from the argument list of GNUNET_GNSRECORD_zkey_to_pkey has multiple @param documentation sections 12787/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:483: warning: argument 'zkey' from the argument list of GNUNET_GNSRECORD_zkey_to_pkey has multiple @param documentation sections
12814/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:480: warning: argument 'pkey' from the argument list of GNUNET_GNSRECORD_zkey_to_pkey has multiple @param documentation sections 12788/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:483: warning: argument 'pkey' from the argument list of GNUNET_GNSRECORD_zkey_to_pkey has multiple @param documentation sections
12815/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:505: warning: argument 'pub' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections 12789/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:508: warning: argument 'pub' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections
12816/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:505: warning: argument 'label' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections 12790/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:508: warning: argument 'label' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections
12817/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:505: warning: argument 'query' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections 12791/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:508: warning: argument 'query' from the argument list of GNUNET_GNSRECORD_query_from_public_key has multiple @param documentation sections
12818/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:525: warning: argument 'result' of command @param is not found in the argument list of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block) 12792/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:528: warning: argument 'result' of command @param is not found in the argument list of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block)
12819/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:519: warning: The following parameter of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block) is not documented: 12793/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:522: warning: The following parameter of GNUNET_GNSRECORD_block_create(const struct GNUNET_IDENTITY_PrivateKey *key, struct GNUNET_TIME_Absolute expire, const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Block **block) is not documented:
12820 parameter 'block' 12794 parameter 'block'
12821/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'block' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 12795/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'block' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
12822/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'zone_key' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 12796/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'zone_key' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
12823/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'label' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 12797/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'label' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
12824/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'proc' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 12798/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'proc' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
12825/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:590: warning: argument 'proc_cls' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections 12799/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:593: warning: argument 'proc_cls' from the argument list of GNUNET_GNSRECORD_block_decrypt has multiple @param documentation sections
12826/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:604: warning: argument 'a' from the argument list of GNUNET_GNSRECORD_records_cmp has multiple @param documentation sections 12800/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:607: warning: argument 'a' from the argument list of GNUNET_GNSRECORD_records_cmp has multiple @param documentation sections
12827/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:604: warning: argument 'b' from the argument list of GNUNET_GNSRECORD_records_cmp has multiple @param documentation sections 12801/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:607: warning: argument 'b' from the argument list of GNUNET_GNSRECORD_records_cmp has multiple @param documentation sections
12828/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:658: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved 12802/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:661: warning: explicit link request to 'GNUNET_GNSRECORD_PublicKey' could not be resolved
12829/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:711: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg) 12803/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:714: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg)
12830/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:633: warning: The following parameter of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg) is not documented: 12804/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:636: warning: The following parameter of GNUNET_GNSRECORD_normalize_record_set(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *min_expiry, int include_private, char **emsg) is not documented:
12831 parameter 'rd_count_public' 12805 parameter 'rd_count_public'
12832/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:742: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg) 12806/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:745: warning: argument 'rd_public_count' of command @param is not found in the argument list of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg)
12833/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:633: warning: The following parameter of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg) is not documented: 12807/home/william/Git/gnunet/src/include/gnunet_gnsrecord_lib.h:636: warning: The following parameter of GNUNET_GNSRECORD_convert_records_for_export(const char *label, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count, struct GNUNET_GNSRECORD_Data *rd_public, unsigned int *rd_count_public, struct GNUNET_TIME_Absolute *expiry, char **emsg) is not documented:
12834 parameter 'rd_count_public' 12808 parameter 'rd_count_public'
12835/home/william/Git/gnunet/src/include/gnunet_gns_service.h:83: warning: argument 'handle' from the argument list of GNUNET_GNS_disconnect has multiple @param documentation sections 12809/home/william/Git/gnunet/src/include/gnunet_gns_service.h:86: warning: argument 'handle' from the argument list of GNUNET_GNS_disconnect has multiple @param documentation sections
12836/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'handle' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 12810/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'handle' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
12837/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'name' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 12811/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'name' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
12838/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'zone' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 12812/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'zone' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
12839/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'type' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 12813/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'type' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
12840/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'options' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 12814/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'options' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
12841/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'proc' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 12815/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'proc' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
12842/home/william/Git/gnunet/src/include/gnunet_gns_service.h:135: warning: argument 'proc_cls' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections 12816/home/william/Git/gnunet/src/include/gnunet_gns_service.h:138: warning: argument 'proc_cls' from the argument list of GNUNET_GNS_lookup has multiple @param documentation sections
12843/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'handle' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 12817/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'handle' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
12844/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'name' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 12818/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'name' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
12845/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'type' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 12819/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'type' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
12846/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'options' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 12820/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'options' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
12847/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'proc' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 12821/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'proc' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
12848/home/william/Git/gnunet/src/include/gnunet_gns_service.h:210: warning: argument 'proc_cls' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections 12822/home/william/Git/gnunet/src/include/gnunet_gns_service.h:213: warning: argument 'proc_cls' from the argument list of GNUNET_GNS_lookup_with_tld has multiple @param documentation sections
12849/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:166: warning: argument 'val' of command @param is not found in the argument list of GNUNET_GETOPT_option_timetravel(char shortName, const char *name) 12823/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:170: warning: argument 'val' of command @param is not found in the argument list of GNUNET_GETOPT_option_timetravel(char shortName, const char *name)
12850/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:400: warning: argument 'argumentHelp' of command @param is not found in the argument list of GNUNET_GETOPT_option_increment_uint(char shortName, const char *name, const char *description, unsigned int *val) 12824/home/william/Git/gnunet/src/include/gnunet_getopt_lib.h:404: warning: argument 'argumentHelp' of command @param is not found in the argument list of GNUNET_GETOPT_option_increment_uint(char shortName, const char *name, const char *description, unsigned int *val)
12851/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'peer' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 12825/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'peer' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
12852/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'transport_name' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 12826/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'transport_name' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
12853/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'address' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 12827/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'address' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
12854/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'address_length' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 12828/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'address_length' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
12855/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:137: warning: argument 'local_info' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections 12829/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:140: warning: argument 'local_info' from the argument list of GNUNET_HELLO_address_allocate has multiple @param documentation sections
12856/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:163: warning: argument 'a1' from the argument list of GNUNET_HELLO_address_cmp has multiple @param documentation sections 12830/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:166: warning: argument 'a1' from the argument list of GNUNET_HELLO_address_cmp has multiple @param documentation sections
12857/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:163: warning: argument 'a2' from the argument list of GNUNET_HELLO_address_cmp has multiple @param documentation sections 12831/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:166: warning: argument 'a2' from the argument list of GNUNET_HELLO_address_cmp has multiple @param documentation sections
12858/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:254: warning: argument 'address' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections 12832/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:257: warning: argument 'address' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections
12859/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:254: warning: argument 'expiration' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections 12833/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:257: warning: argument 'expiration' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections
12860/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:254: warning: argument 'target' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections 12834/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:257: warning: argument 'target' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections
12861/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:254: warning: argument 'max' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections 12835/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:257: warning: argument 'max' from the argument list of GNUNET_HELLO_add_address has multiple @param documentation sections
12862/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'h1' from the argument list of GNUNET_HELLO_merge has multiple @param documentation sections 12836/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'h1' from the argument list of GNUNET_HELLO_merge has multiple @param documentation sections
12863/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'h2' from the argument list of GNUNET_HELLO_merge has multiple @param documentation sections 12837/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'h2' from the argument list of GNUNET_HELLO_merge has multiple @param documentation sections
12864/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'h1' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections 12838/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'h1' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections
12865/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'h2' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections 12839/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'h2' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections
12866/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:318: warning: argument 'now' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections 12840/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:321: warning: argument 'now' from the argument list of GNUNET_HELLO_equals has multiple @param documentation sections
12867/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:383: warning: argument 'msg' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections 12841/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:386: warning: argument 'msg' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections
12868/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:383: warning: argument 'return_modified' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections 12842/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:386: warning: argument 'return_modified' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections
12869/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:383: warning: argument 'it' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections 12843/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:386: warning: argument 'it' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections
12870/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:383: warning: argument 'it_cls' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections 12844/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:386: warning: argument 'it_cls' from the argument list of GNUNET_HELLO_iterate_addresses has multiple @param documentation sections
12871/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'new_hello' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 12845/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'new_hello' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
12872/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'old_hello' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 12846/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'old_hello' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
12873/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'expiration_limit' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 12847/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'expiration_limit' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
12874/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'it' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 12848/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'it' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
12875/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:403: warning: argument 'it_cls' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections 12849/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:406: warning: argument 'it_cls' from the argument list of GNUNET_HELLO_iterate_new_addresses has multiple @param documentation sections
12876/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size) 12850/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size)
12877/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size) 12851/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size)
12878/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size) 12852/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size)
12879/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size) 12853/home/william/Git/gnunet/src/hello/hello-ng.c:58: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_sign_address(const char *address, enum GNUNET_NetworkType nt, struct GNUNET_TIME_Absolute mono_time, const struct GNUNET_CRYPTO_EddsaPrivateKey *private_key, void **result, size_t *result_size)
12880/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'address' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 12854/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'address' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
12881/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'nt' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 12855/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'nt' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
12882/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'mono_time' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 12856/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'mono_time' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
12883/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'private_key' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 12857/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'private_key' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
12884/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'result' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 12858/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'result' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
12885/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:489: warning: argument 'result_size' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections 12859/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:492: warning: argument 'result_size' from the argument list of GNUNET_HELLO_sign_address has multiple @param documentation sections
12886/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:500: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_extract_address(const void *raw, size_t raw_size, const struct GNUNET_PeerIdentity *pid, enum GNUNET_NetworkType *nt, struct GNUNET_TIME_Absolute *mono_time) 12860/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:503: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_extract_address(const void *raw, size_t raw_size, const struct GNUNET_PeerIdentity *pid, enum GNUNET_NetworkType *nt, struct GNUNET_TIME_Absolute *mono_time)
12887/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:500: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_extract_address(const void *raw, size_t raw_size, const struct GNUNET_PeerIdentity *pid, enum GNUNET_NetworkType *nt, struct GNUNET_TIME_Absolute *mono_time) 12861/home/william/Git/gnunet/src/include/gnunet_hello_lib.h:503: warning: argument 'out' of command @param is not found in the argument list of GNUNET_HELLO_extract_address(const void *raw, size_t raw_size, const struct GNUNET_PeerIdentity *pid, enum GNUNET_NetworkType *nt, struct GNUNET_TIME_Absolute *mono_time)
12888/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'with_control_pipe' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 12862/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'with_control_pipe' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
12889/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'binary_name' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 12863/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'binary_name' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
12890/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'binary_argv' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 12864/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'binary_argv' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
12891/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'cb' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 12865/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'cb' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
12892/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'exp_cb' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 12866/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'exp_cb' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
12893/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:77: warning: argument 'cb_cls' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections 12867/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:81: warning: argument 'cb_cls' from the argument list of GNUNET_HELPER_start has multiple @param documentation sections
12894/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:95: warning: argument 'h' from the argument list of GNUNET_HELPER_kill has multiple @param documentation sections 12868/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:99: warning: argument 'h' from the argument list of GNUNET_HELPER_kill has multiple @param documentation sections
12895/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:95: warning: argument 'soft_kill' from the argument list of GNUNET_HELPER_kill has multiple @param documentation sections 12869/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:99: warning: argument 'soft_kill' from the argument list of GNUNET_HELPER_kill has multiple @param documentation sections
12896/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:107: warning: argument 'h' from the argument list of GNUNET_HELPER_wait has multiple @param documentation sections 12870/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:111: warning: argument 'h' from the argument list of GNUNET_HELPER_wait has multiple @param documentation sections
12897/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:128: warning: argument 'h' from the argument list of GNUNET_HELPER_stop has multiple @param documentation sections 12871/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:132: warning: argument 'h' from the argument list of GNUNET_HELPER_stop has multiple @param documentation sections
12898/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:128: warning: argument 'soft_kill' from the argument list of GNUNET_HELPER_stop has multiple @param documentation sections 12872/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:132: warning: argument 'soft_kill' from the argument list of GNUNET_HELPER_stop has multiple @param documentation sections
12899/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'h' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 12873/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'h' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
12900/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'msg' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 12874/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'msg' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
12901/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'can_drop' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 12875/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'can_drop' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
12902/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'cont' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 12876/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'cont' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
12903/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:163: warning: argument 'cont_cls' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections 12877/home/william/Git/gnunet/src/include/gnunet_helper_lib.h:167: warning: argument 'cont_cls' from the argument list of GNUNET_HELPER_send has multiple @param documentation sections
12904/home/william/Git/gnunet/src/include/gnunet_identity_service.h:254: warning: argument 'cfg' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections 12878/home/william/Git/gnunet/src/include/gnunet_identity_service.h:257: warning: argument 'cfg' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections
12905/home/william/Git/gnunet/src/include/gnunet_identity_service.h:254: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections 12879/home/william/Git/gnunet/src/include/gnunet_identity_service.h:257: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections
12906/home/william/Git/gnunet/src/include/gnunet_identity_service.h:254: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections 12880/home/william/Git/gnunet/src/include/gnunet_identity_service.h:257: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_connect has multiple @param documentation sections
12907/home/william/Git/gnunet/src/include/gnunet_identity_service.h:259: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_get(struct GNUNET_IDENTITY_Handle *h, const char *service_name, GNUNET_IDENTITY_Callback cb, void *cb_cls) 12881/home/william/Git/gnunet/src/include/gnunet_identity_service.h:262: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_get(struct GNUNET_IDENTITY_Handle *h, const char *service_name, GNUNET_IDENTITY_Callback cb, void *cb_cls)
12908/home/william/Git/gnunet/src/include/gnunet_identity_service.h:269: warning: argument 'service_name' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections 12882/home/william/Git/gnunet/src/include/gnunet_identity_service.h:272: warning: argument 'service_name' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections
12909/home/william/Git/gnunet/src/include/gnunet_identity_service.h:269: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections 12883/home/william/Git/gnunet/src/include/gnunet_identity_service.h:272: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections
12910/home/william/Git/gnunet/src/include/gnunet_identity_service.h:269: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections 12884/home/william/Git/gnunet/src/include/gnunet_identity_service.h:272: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_get has multiple @param documentation sections
12911/home/william/Git/gnunet/src/include/gnunet_identity_service.h:287: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_set(struct GNUNET_IDENTITY_Handle *h, const char *service_name, struct GNUNET_IDENTITY_Ego *ego, GNUNET_IDENTITY_Continuation cont, void *cont_cls) 12885/home/william/Git/gnunet/src/include/gnunet_identity_service.h:290: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_set(struct GNUNET_IDENTITY_Handle *h, const char *service_name, struct GNUNET_IDENTITY_Ego *ego, GNUNET_IDENTITY_Continuation cont, void *cont_cls)
12912/home/william/Git/gnunet/src/include/gnunet_identity_service.h:298: warning: argument 'service_name' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections 12886/home/william/Git/gnunet/src/include/gnunet_identity_service.h:301: warning: argument 'service_name' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections
12913/home/william/Git/gnunet/src/include/gnunet_identity_service.h:298: warning: argument 'ego' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections 12887/home/william/Git/gnunet/src/include/gnunet_identity_service.h:301: warning: argument 'ego' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections
12914/home/william/Git/gnunet/src/include/gnunet_identity_service.h:298: warning: argument 'cont' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections 12888/home/william/Git/gnunet/src/include/gnunet_identity_service.h:301: warning: argument 'cont' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections
12915/home/william/Git/gnunet/src/include/gnunet_identity_service.h:298: warning: argument 'cont_cls' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections 12889/home/william/Git/gnunet/src/include/gnunet_identity_service.h:301: warning: argument 'cont_cls' from the argument list of GNUNET_IDENTITY_set has multiple @param documentation sections
12916/home/william/Git/gnunet/src/include/gnunet_identity_service.h:311: warning: argument 'h' from the argument list of GNUNET_IDENTITY_disconnect has multiple @param documentation sections 12890/home/william/Git/gnunet/src/include/gnunet_identity_service.h:314: warning: argument 'h' from the argument list of GNUNET_IDENTITY_disconnect has multiple @param documentation sections
12917/home/william/Git/gnunet/src/include/gnunet_identity_service.h:349: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_rename(struct GNUNET_IDENTITY_Handle *h, const char *old_name, const char *new_name, GNUNET_IDENTITY_Continuation cb, void *cb_cls) 12891/home/william/Git/gnunet/src/include/gnunet_identity_service.h:352: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_rename(struct GNUNET_IDENTITY_Handle *h, const char *old_name, const char *new_name, GNUNET_IDENTITY_Continuation cb, void *cb_cls)
12918/home/william/Git/gnunet/src/include/gnunet_identity_service.h:360: warning: argument 'old_name' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections 12892/home/william/Git/gnunet/src/include/gnunet_identity_service.h:363: warning: argument 'old_name' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections
12919/home/william/Git/gnunet/src/include/gnunet_identity_service.h:360: warning: argument 'new_name' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections 12893/home/william/Git/gnunet/src/include/gnunet_identity_service.h:363: warning: argument 'new_name' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections
12920/home/william/Git/gnunet/src/include/gnunet_identity_service.h:360: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections 12894/home/william/Git/gnunet/src/include/gnunet_identity_service.h:363: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections
12921/home/william/Git/gnunet/src/include/gnunet_identity_service.h:360: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections 12895/home/william/Git/gnunet/src/include/gnunet_identity_service.h:363: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_rename has multiple @param documentation sections
12922/home/william/Git/gnunet/src/include/gnunet_identity_service.h:367: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_delete(struct GNUNET_IDENTITY_Handle *h, const char *name, GNUNET_IDENTITY_Continuation cb, void *cb_cls) 12896/home/william/Git/gnunet/src/include/gnunet_identity_service.h:370: warning: argument 'id' of command @param is not found in the argument list of GNUNET_IDENTITY_delete(struct GNUNET_IDENTITY_Handle *h, const char *name, GNUNET_IDENTITY_Continuation cb, void *cb_cls)
12923/home/william/Git/gnunet/src/include/gnunet_identity_service.h:377: warning: argument 'name' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections 12897/home/william/Git/gnunet/src/include/gnunet_identity_service.h:380: warning: argument 'name' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections
12924/home/william/Git/gnunet/src/include/gnunet_identity_service.h:377: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections 12898/home/william/Git/gnunet/src/include/gnunet_identity_service.h:380: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections
12925/home/william/Git/gnunet/src/include/gnunet_identity_service.h:377: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections 12899/home/william/Git/gnunet/src/include/gnunet_identity_service.h:380: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_delete has multiple @param documentation sections
12926/home/william/Git/gnunet/src/include/gnunet_identity_service.h:462: warning: argument 'sig' of command @param is not found in the argument list of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type) 12900/home/william/Git/gnunet/src/include/gnunet_identity_service.h:465: warning: argument 'sig' of command @param is not found in the argument list of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type)
12927/home/william/Git/gnunet/src/include/gnunet_identity_service.h:472: warning: The following parameter of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type) is not documented: 12901/home/william/Git/gnunet/src/include/gnunet_identity_service.h:475: warning: The following parameter of GNUNET_IDENTITY_signature_get_raw_length_by_type(const uint32_t type) is not documented:
12928 parameter 'type' 12902 parameter 'type'
12929/home/william/Git/gnunet/src/include/gnunet_identity_service.h:829: warning: argument 'name' of command @param is not found in the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *suffix, GNUNET_IDENTITY_EgoSuffixCallback cb, void *cb_cls) 12903/home/william/Git/gnunet/src/include/gnunet_identity_service.h:832: warning: argument 'name' of command @param is not found in the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *suffix, GNUNET_IDENTITY_EgoSuffixCallback cb, void *cb_cls)
12930/home/william/Git/gnunet/src/include/gnunet_identity_service.h:842: warning: argument 'cfg' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections 12904/home/william/Git/gnunet/src/include/gnunet_identity_service.h:845: warning: argument 'cfg' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections
12931/home/william/Git/gnunet/src/include/gnunet_identity_service.h:842: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections 12905/home/william/Git/gnunet/src/include/gnunet_identity_service.h:845: warning: argument 'cb' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections
12932/home/william/Git/gnunet/src/include/gnunet_identity_service.h:842: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections 12906/home/william/Git/gnunet/src/include/gnunet_identity_service.h:845: warning: argument 'cb_cls' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix has multiple @param documentation sections
12933/home/william/Git/gnunet/src/include/gnunet_identity_service.h:855: warning: argument 'el' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix_cancel has multiple @param documentation sections 12907/home/william/Git/gnunet/src/include/gnunet_identity_service.h:858: warning: argument 'el' from the argument list of GNUNET_IDENTITY_ego_lookup_by_suffix_cancel has multiple @param documentation sections
12934/home/william/Git/gnunet/src/include/gnunet_common.h:594: warning: argument 'kind' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections 12908/home/william/Git/gnunet/src/include/gnunet_buffer_lib.h:113: warning: argument 'buf' from the argument list of GNUNET_buffer_write_str has multiple @param documentation sections
12935/home/william/Git/gnunet/src/include/gnunet_common.h:594: warning: argument 'section' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections 12909/home/william/Git/gnunet/src/include/gnunet_buffer_lib.h:113: warning: argument 'str' from the argument list of GNUNET_buffer_write_str has multiple @param documentation sections
12936/home/william/Git/gnunet/src/include/gnunet_common.h:594: warning: argument 'option' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections 12910/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:55: warning: argument 'cp' of command @param is not found in the argument list of GNUNET_wait_child(struct GNUNET_OS_Process *proc, GNUNET_ChildCompletedCallback cb, void *cb_cls)
12937/home/william/Git/gnunet/src/include/gnunet_common.h:609: warning: argument 'kind' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections 12911/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:66: warning: argument 'proc' from the argument list of GNUNET_wait_child has multiple @param documentation sections
12938/home/william/Git/gnunet/src/include/gnunet_common.h:609: warning: argument 'section' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections 12912/home/william/Git/gnunet/src/include/gnunet_child_management_lib.h:66: warning: argument 'cb_cls' from the argument list of GNUNET_wait_child has multiple @param documentation sections
12939/home/william/Git/gnunet/src/include/gnunet_common.h:609: warning: argument 'option' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections 12913/home/william/Git/gnunet/src/include/gnunet_common.h:1173: warning: argument 'd' from the argument list of GNUNET_hton_double has multiple @param documentation sections
12940/home/william/Git/gnunet/src/include/gnunet_common.h:609: warning: argument 'required' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections 12914/home/william/Git/gnunet/src/include/gnunet_common.h:1185: warning: argument 'd' from the argument list of GNUNET_ntoh_double has multiple @param documentation sections
12941/home/william/Git/gnunet/src/include/gnunet_common.h:658: warning: argument 'n' from the argument list of GNUNET_log_skip has multiple @param documentation sections 12915/home/william/Git/gnunet/src/include/gnunet_common.h:1578: warning: argument 'size' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections
12942/home/william/Git/gnunet/src/include/gnunet_common.h:658: warning: argument 'check_reset' from the argument list of GNUNET_log_skip has multiple @param documentation sections 12916/home/william/Git/gnunet/src/include/gnunet_common.h:1578: warning: argument 'filename' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections
12943/home/william/Git/gnunet/src/include/gnunet_common.h:671: warning: argument 'comp' from the argument list of GNUNET_log_setup has multiple @param documentation sections 12917/home/william/Git/gnunet/src/include/gnunet_common.h:1578: warning: argument 'linenumber' from the argument list of GNUNET_xmalloc_ has multiple @param documentation sections
12944/home/william/Git/gnunet/src/include/gnunet_common.h:671: warning: argument 'loglevel' from the argument list of GNUNET_log_setup has multiple @param documentation sections 12918/home/william/Git/gnunet/src/include/gnunet_common.h:1639: warning: argument 'buf' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
12945/home/william/Git/gnunet/src/include/gnunet_common.h:671: warning: argument 'logfile' from the argument list of GNUNET_log_setup has multiple @param documentation sections 12919/home/william/Git/gnunet/src/include/gnunet_common.h:1639: warning: argument 'size' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
12946/home/william/Git/gnunet/src/include/gnunet_common.h:685: warning: argument 'logger' from the argument list of GNUNET_logger_add has multiple @param documentation sections 12920/home/william/Git/gnunet/src/include/gnunet_common.h:1639: warning: argument 'filename' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
12947/home/william/Git/gnunet/src/include/gnunet_common.h:685: warning: argument 'logger_cls' from the argument list of GNUNET_logger_add has multiple @param documentation sections 12921/home/william/Git/gnunet/src/include/gnunet_common.h:1639: warning: argument 'linenumber' from the argument list of GNUNET_xmemdup_ has multiple @param documentation sections
12948/home/william/Git/gnunet/src/include/gnunet_common.h:696: warning: argument 'logger' from the argument list of GNUNET_logger_remove has multiple @param documentation sections 12922/home/william/Git/gnunet/src/include/gnunet_common.h:1658: warning: argument 'size' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections
12949/home/william/Git/gnunet/src/include/gnunet_common.h:696: warning: argument 'logger_cls' from the argument list of GNUNET_logger_remove has multiple @param documentation sections 12923/home/william/Git/gnunet/src/include/gnunet_common.h:1658: warning: argument 'filename' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections
12950/home/william/Git/gnunet/src/include/gnunet_common.h:735: warning: argument 'hc' from the argument list of GNUNET_h2s has multiple @param documentation sections 12924/home/william/Git/gnunet/src/include/gnunet_common.h:1658: warning: argument 'linenumber' from the argument list of GNUNET_xmalloc_unchecked_ has multiple @param documentation sections
12951/home/william/Git/gnunet/src/include/gnunet_common.h:750: warning: argument 'hc' from the argument list of GNUNET_h2s2 has multiple @param documentation sections 12925/home/william/Git/gnunet/src/include/gnunet_common.h:1679: warning: argument 'ptr' from the argument list of GNUNET_xfree_ has multiple @param documentation sections
12952/home/william/Git/gnunet/src/include/gnunet_common.h:764: warning: argument 'hc' from the argument list of GNUNET_h2s_full has multiple @param documentation sections 12926/home/william/Git/gnunet/src/include/gnunet_common.h:1679: warning: argument 'filename' from the argument list of GNUNET_xfree_ has multiple @param documentation sections
12953/home/william/Git/gnunet/src/include/gnunet_common.h:780: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p) 12927/home/william/Git/gnunet/src/include/gnunet_common.h:1679: warning: argument 'linenumber' from the argument list of GNUNET_xfree_ has multiple @param documentation sections
12928/home/william/Git/gnunet/src/include/gnunet_common.h:1690: warning: argument 'str' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections
12929/home/william/Git/gnunet/src/include/gnunet_common.h:1690: warning: argument 'filename' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections
12930/home/william/Git/gnunet/src/include/gnunet_common.h:1690: warning: argument 'linenumber' from the argument list of GNUNET_xstrdup_ has multiple @param documentation sections
12931/home/william/Git/gnunet/src/include/gnunet_common.h:1702: warning: argument 'str' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
12932/home/william/Git/gnunet/src/include/gnunet_common.h:1702: warning: argument 'len' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
12933/home/william/Git/gnunet/src/include/gnunet_common.h:1702: warning: argument 'filename' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
12934/home/william/Git/gnunet/src/include/gnunet_common.h:1702: warning: argument 'linenumber' from the argument list of GNUNET_xstrndup_ has multiple @param documentation sections
12935/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'old' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
12936/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'elementSize' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
12937/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'oldCount' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
12938/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'newCount' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
12939/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'filename' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
12940/home/william/Git/gnunet/src/include/gnunet_common.h:1723: warning: argument 'linenumber' from the argument list of GNUNET_xgrow_ has multiple @param documentation sections
12941/home/william/Git/gnunet/src/include/gnunet_common.h:1744: warning: argument 'out' of command @param is not found in the argument list of GNUNET_async_scope_enter(const struct GNUNET_AsyncScopeId *aid, struct GNUNET_AsyncScopeSave *old_scope)
12942/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2110: warning: argument 'map' from the argument list of GNUNET_CONTAINER_multihashmap32_iterator_create has multiple @param documentation sections
12943/home/william/Git/gnunet/src/include/gnunet_container_lib.h:2141: warning: argument 'iter' from the argument list of GNUNET_CONTAINER_multihashmap32_iterator_destroy has multiple @param documentation sections
12944/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:608: warning: argument 'sum' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections
12945/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:608: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections
12946/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:608: warning: argument 'len' from the argument list of GNUNET_CRYPTO_crc16_step has multiple @param documentation sections
12947/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:618: warning: argument 'sum' from the argument list of GNUNET_CRYPTO_crc16_finish has multiple @param documentation sections
12948/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'iv' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
12949/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'skey' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
12950/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'salt' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
12951/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'salt_len' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
12952/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:801: warning: argument 'argp' from the argument list of GNUNET_CRYPTO_symmetric_derive_iv_v has multiple @param documentation sections
12953/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:897: warning: argument 'salt' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
12954/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:897: warning: argument 'buf' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
12955/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:897: warning: argument 'buf_len' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
12956/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:897: warning: argument 'result' from the argument list of GNUNET_CRYPTO_pow_hash has multiple @param documentation sections
12957/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1424: warning: argument 'priv' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub)
12958/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1403: warning: The following parameter of GNUNET_CRYPTO_eddsa_private_key_from_string(const char *enc, size_t enclen, struct GNUNET_CRYPTO_EddsaPrivateKey *pub) is not documented:
12959 parameter 'pub'
12960/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1683: warning: argument 'dlc' of command @param is not found in the argument list of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input)
12961/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:1691: warning: The following parameter of GNUNET_CRYPTO_ecc_dlog(struct GNUNET_CRYPTO_EccDlogContext *edc, const struct GNUNET_CRYPTO_EccPoint *input) is not documented:
12962 parameter 'edc'
12963/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2221: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig)
12964/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2213: warning: The following parameter of GNUNET_CRYPTO_ecdsa_sign_derived(const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EcdsaSignature *sig) is not documented:
12965 parameter 'purpose'
12966/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2285: warning: argument 'purp' of command @param is not found in the argument list of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig)
12967/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2276: warning: The following parameter of GNUNET_CRYPTO_eddsa_sign_derived(const struct GNUNET_CRYPTO_EddsaPrivateKey *pkey, const char *label, const char *context, const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, struct GNUNET_CRYPTO_EddsaSignature *sig) is not documented:
12968 parameter 'purpose'
12969/home/william/Git/gnunet/src/util/crypto_paillier.c:331: warning: Found unknown command '\private_key'
12970/home/william/Git/gnunet/src/util/crypto_paillier.c:336: warning: Found unknown command '\private_key'
12971/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2423: warning: argument 'private_key' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
12972/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2423: warning: argument 'public_key' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
12973/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2423: warning: argument 'ciphertext' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
12974/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2423: warning: argument 'm' from the argument list of GNUNET_CRYPTO_paillier_decrypt has multiple @param documentation sections
12975/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2444: warning: argument 'public_key' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
12976/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2444: warning: argument 'c1' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
12977/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2444: warning: argument 'c2' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
12978/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2444: warning: argument 'result' from the argument list of GNUNET_CRYPTO_paillier_hom_add has multiple @param documentation sections
12979/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2673: warning: argument 'bkey' of command @param is not found in the argument list of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size)
12980/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2684: warning: The following parameter of GNUNET_CRYPTO_rsa_blind(const struct GNUNET_HashCode *hash, const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, struct GNUNET_CRYPTO_RsaPublicKey *pkey, void **buf, size_t *buf_size) is not documented:
12981 parameter 'bks'
12982/home/william/Git/gnunet/src/include/gnunet_crypto_lib.h:2763: warning: explicit link request to 'GNUNET_CRYPTO_rsa_sign()' could not be resolved
12983/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'h' from the argument list of GNUNET_OP_get has multiple @param documentation sections
12984/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'op_id' from the argument list of GNUNET_OP_get has multiple @param documentation sections
12985/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'result_cb' from the argument list of GNUNET_OP_get has multiple @param documentation sections
12986/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'cls' from the argument list of GNUNET_OP_get has multiple @param documentation sections
12987/home/william/Git/gnunet/src/include/gnunet_op_lib.h:87: warning: argument 'ctx' from the argument list of GNUNET_OP_get has multiple @param documentation sections
12988/home/william/Git/gnunet/src/include/gnunet_common.h:598: warning: argument 'kind' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections
12989/home/william/Git/gnunet/src/include/gnunet_common.h:598: warning: argument 'section' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections
12990/home/william/Git/gnunet/src/include/gnunet_common.h:598: warning: argument 'option' from the argument list of GNUNET_log_config_missing has multiple @param documentation sections
12991/home/william/Git/gnunet/src/include/gnunet_common.h:613: warning: argument 'kind' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections
12992/home/william/Git/gnunet/src/include/gnunet_common.h:613: warning: argument 'section' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections
12993/home/william/Git/gnunet/src/include/gnunet_common.h:613: warning: argument 'option' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections
12994/home/william/Git/gnunet/src/include/gnunet_common.h:613: warning: argument 'required' from the argument list of GNUNET_log_config_invalid has multiple @param documentation sections
12995/home/william/Git/gnunet/src/include/gnunet_common.h:662: warning: argument 'n' from the argument list of GNUNET_log_skip has multiple @param documentation sections
12996/home/william/Git/gnunet/src/include/gnunet_common.h:662: warning: argument 'check_reset' from the argument list of GNUNET_log_skip has multiple @param documentation sections
12997/home/william/Git/gnunet/src/include/gnunet_common.h:675: warning: argument 'comp' from the argument list of GNUNET_log_setup has multiple @param documentation sections
12998/home/william/Git/gnunet/src/include/gnunet_common.h:675: warning: argument 'loglevel' from the argument list of GNUNET_log_setup has multiple @param documentation sections
12999/home/william/Git/gnunet/src/include/gnunet_common.h:675: warning: argument 'logfile' from the argument list of GNUNET_log_setup has multiple @param documentation sections
13000/home/william/Git/gnunet/src/include/gnunet_common.h:689: warning: argument 'logger' from the argument list of GNUNET_logger_add has multiple @param documentation sections
13001/home/william/Git/gnunet/src/include/gnunet_common.h:689: warning: argument 'logger_cls' from the argument list of GNUNET_logger_add has multiple @param documentation sections
13002/home/william/Git/gnunet/src/include/gnunet_common.h:700: warning: argument 'logger' from the argument list of GNUNET_logger_remove has multiple @param documentation sections
13003/home/william/Git/gnunet/src/include/gnunet_common.h:700: warning: argument 'logger_cls' from the argument list of GNUNET_logger_remove has multiple @param documentation sections
13004/home/william/Git/gnunet/src/include/gnunet_common.h:739: warning: argument 'hc' from the argument list of GNUNET_h2s has multiple @param documentation sections
13005/home/william/Git/gnunet/src/include/gnunet_common.h:754: warning: argument 'hc' from the argument list of GNUNET_h2s2 has multiple @param documentation sections
13006/home/william/Git/gnunet/src/include/gnunet_common.h:768: warning: argument 'hc' from the argument list of GNUNET_h2s_full has multiple @param documentation sections
13007/home/william/Git/gnunet/src/include/gnunet_common.h:784: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p)
12954/home/william/Git/gnunet/src/util/common_logging.c:1194: warning: The following parameter of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented: 13008/home/william/Git/gnunet/src/util/common_logging.c:1194: warning: The following parameter of GNUNET_p2s(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented:
12955 parameter 'p' 13009 parameter 'p'
12956/home/william/Git/gnunet/src/include/gnunet_common.h:793: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p) 13010/home/william/Git/gnunet/src/include/gnunet_common.h:797: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p)
12957/home/william/Git/gnunet/src/util/common_logging.c:1216: warning: The following parameter of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented: 13011/home/william/Git/gnunet/src/util/common_logging.c:1216: warning: The following parameter of GNUNET_p2s2(const struct GNUNET_CRYPTO_EddsaPublicKey *p) is not documented:
12958 parameter 'p' 13012 parameter 'p'
12959/home/william/Git/gnunet/src/include/gnunet_common.h:806: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p) 13013/home/william/Git/gnunet/src/include/gnunet_common.h:810: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p)
12960/home/william/Git/gnunet/src/util/common_logging.c:1238: warning: The following parameter of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented: 13014/home/william/Git/gnunet/src/util/common_logging.c:1238: warning: The following parameter of GNUNET_e2s(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented:
12961 parameter 'p' 13015 parameter 'p'
12962/home/william/Git/gnunet/src/include/gnunet_common.h:819: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p) 13016/home/william/Git/gnunet/src/include/gnunet_common.h:823: warning: argument 'hc' of command @param is not found in the argument list of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p)
12963/home/william/Git/gnunet/src/util/common_logging.c:1260: warning: The following parameter of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented: 13017/home/william/Git/gnunet/src/util/common_logging.c:1260: warning: The following parameter of GNUNET_e2s2(const struct GNUNET_CRYPTO_EcdhePublicKey *p) is not documented:
12964 parameter 'p' 13018 parameter 'p'
12965/home/william/Git/gnunet/src/include/gnunet_common.h:848: warning: argument 'pid' from the argument list of GNUNET_i2s has multiple @param documentation sections 13019/home/william/Git/gnunet/src/include/gnunet_common.h:852: warning: argument 'pid' from the argument list of GNUNET_i2s has multiple @param documentation sections
12966/home/william/Git/gnunet/src/include/gnunet_common.h:864: warning: argument 'pid' from the argument list of GNUNET_i2s2 has multiple @param documentation sections 13020/home/william/Git/gnunet/src/include/gnunet_common.h:868: warning: argument 'pid' from the argument list of GNUNET_i2s2 has multiple @param documentation sections
12967/home/william/Git/gnunet/src/include/gnunet_common.h:878: warning: argument 'pid' from the argument list of GNUNET_i2s_full has multiple @param documentation sections 13021/home/william/Git/gnunet/src/include/gnunet_common.h:882: warning: argument 'pid' from the argument list of GNUNET_i2s_full has multiple @param documentation sections
12968/home/william/Git/gnunet/src/include/gnunet_common.h:893: warning: argument 'addr' from the argument list of GNUNET_a2s has multiple @param documentation sections 13022/home/william/Git/gnunet/src/include/gnunet_common.h:897: warning: argument 'addr' from the argument list of GNUNET_a2s has multiple @param documentation sections
12969/home/william/Git/gnunet/src/include/gnunet_common.h:893: warning: argument 'addrlen' from the argument list of GNUNET_a2s has multiple @param documentation sections 13023/home/william/Git/gnunet/src/include/gnunet_common.h:897: warning: argument 'addrlen' from the argument list of GNUNET_a2s has multiple @param documentation sections
12970/home/william/Git/gnunet/src/include/gnunet_common.h:904: warning: argument 'kind' from the argument list of GNUNET_error_type_to_string has multiple @param documentation sections 13024/home/william/Git/gnunet/src/include/gnunet_common.h:908: warning: argument 'kind' from the argument list of GNUNET_error_type_to_string has multiple @param documentation sections
12971/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:609: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MESSENGER_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *name, GNUNET_MESSENGER_IdentityCallback identity_callback, void *identity_cls, GNUNET_MESSENGER_MessageCallback msg_callback, void *msg_cls) 13025/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:609: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MESSENGER_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *name, GNUNET_MESSENGER_IdentityCallback identity_callback, void *identity_cls, GNUNET_MESSENGER_MessageCallback msg_callback, void *msg_cls)
12972/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:609: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MESSENGER_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *name, GNUNET_MESSENGER_IdentityCallback identity_callback, void *identity_cls, GNUNET_MESSENGER_MessageCallback msg_callback, void *msg_cls) 13026/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:609: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MESSENGER_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *name, GNUNET_MESSENGER_IdentityCallback identity_callback, void *identity_cls, GNUNET_MESSENGER_MessageCallback msg_callback, void *msg_cls)
12973/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:609: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MESSENGER_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *name, GNUNET_MESSENGER_IdentityCallback identity_callback, void *identity_cls, GNUNET_MESSENGER_MessageCallback msg_callback, void *msg_cls) 13027/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:609: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MESSENGER_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *name, GNUNET_MESSENGER_IdentityCallback identity_callback, void *identity_cls, GNUNET_MESSENGER_MessageCallback msg_callback, void *msg_cls)
@@ -13005,51 +13059,51 @@ The command that should end the block seems to be missing!
13005/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MESSENGER_send_message(struct GNUNET_MESSENGER_Room *room, const struct GNUNET_MESSENGER_Message *message, const struct GNUNET_MESSENGER_Contact *contact) 13059/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:794: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MESSENGER_send_message(struct GNUNET_MESSENGER_Room *room, const struct GNUNET_MESSENGER_Message *message, const struct GNUNET_MESSENGER_Contact *contact)
13006/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:813: warning: The following parameter of GNUNET_MESSENGER_send_message(struct GNUNET_MESSENGER_Room *room, const struct GNUNET_MESSENGER_Message *message, const struct GNUNET_MESSENGER_Contact *contact) is not documented: 13060/home/william/Git/gnunet/src/include/gnunet_messenger_service.h:813: warning: The following parameter of GNUNET_MESSENGER_send_message(struct GNUNET_MESSENGER_Room *room, const struct GNUNET_MESSENGER_Message *message, const struct GNUNET_MESSENGER_Contact *contact) is not documented:
13007 parameter 'room' 13061 parameter 'room'
13008/home/william/Git/gnunet/src/include/gnunet_nc_lib.h:53: warning: end of comment block while expecting command </code> 13062/home/william/Git/gnunet/src/include/gnunet_nc_lib.h:57: warning: end of comment block while expecting command </code>
13009/home/william/Git/gnunet/src/include/gnunet_nc_lib.h:31: warning: found </tt> tag without matching <tt> 13063/home/william/Git/gnunet/src/include/gnunet_nc_lib.h:35: warning: found </tt> tag without matching <tt>
13010/home/william/Git/gnunet/src/include/gnunet_nc_lib.h:65: warning: end of comment block while expecting command </code> 13064/home/william/Git/gnunet/src/include/gnunet_nc_lib.h:69: warning: end of comment block while expecting command </code>
13011/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1027: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved 13065/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:1031: warning: explicit link request to 'gnunet_mq_impl_send_continue' could not be resolved
13012/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:619: warning: argument 'an' of command @param is not found in the argument list of GNUNET_MQ_check_zero_termination(m) 13066/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:623: warning: argument 'an' of command @param is not found in the argument list of GNUNET_MQ_check_zero_termination(m)
13013/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:629: warning: The following parameter of GNUNET_MQ_check_zero_termination(m) is not documented: 13067/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:633: warning: The following parameter of GNUNET_MQ_check_zero_termination(m) is not documented:
13014 parameter 'm' 13068 parameter 'm'
13015/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:643: warning: argument 'an' of command @param is not found in the argument list of GNUNET_MQ_check_boxed_message(m) 13069/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:647: warning: argument 'an' of command @param is not found in the argument list of GNUNET_MQ_check_boxed_message(m)
13016/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:655: warning: The following parameter of GNUNET_MQ_check_boxed_message(m) is not documented: 13070/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:659: warning: The following parameter of GNUNET_MQ_check_boxed_message(m) is not documented:
13017 parameter 'm' 13071 parameter 'm'
13018/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:271: warning: explicit link request to 'GNUNET_MQ_PREF_CORKING_ALLOWED' could not be resolved 13072/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:275: warning: explicit link request to 'GNUNET_MQ_PREF_CORKING_ALLOWED' could not be resolved
13019/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:127: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved 13073/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:131: warning: explicit link request to 'GNUNET_MQ_extract_nexted_mh' could not be resolved
13020/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13074/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13021/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13075/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13022/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13076/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13023/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13077/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13024/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13078/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13025/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:381: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13079/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:385: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13026/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:394: warning: The following parameters of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented: 13080/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:398: warning: The following parameters of GNUNET_MQ_dll_insert_head(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented:
13027 parameter 'env_head' 13081 parameter 'env_head'
13028 parameter 'env_tail' 13082 parameter 'env_tail'
13029 parameter 'env' 13083 parameter 'env'
13030/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13084/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13031/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13085/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13032/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13086/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13033/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13087/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13034/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13088/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13035/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:399: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13089/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:403: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13036/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:412: warning: The following parameters of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented: 13090/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:416: warning: The following parameters of GNUNET_MQ_dll_insert_tail(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented:
13037 parameter 'env_head' 13091 parameter 'env_head'
13038 parameter 'env_tail' 13092 parameter 'env_tail'
13039 parameter 'env' 13093 parameter 'env'
13040/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13094/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13041/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13095/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13042/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13096/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13043/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13097/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13044/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13098/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'in' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13045/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:418: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) 13099/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:422: warning: argument 'out' of command @param is not found in the argument list of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env)
13046/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:430: warning: The following parameters of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented: 13100/home/william/Git/gnunet/src/include/gnunet_mq_lib.h:434: warning: The following parameters of GNUNET_MQ_dll_remove(struct GNUNET_MQ_Envelope **env_head, struct GNUNET_MQ_Envelope **env_tail, struct GNUNET_MQ_Envelope *env) are not documented:
13047 parameter 'env_head' 13101 parameter 'env_head'
13048 parameter 'env_tail' 13102 parameter 'env_tail'
13049 parameter 'env' 13103 parameter 'env'
13050/home/william/Git/gnunet/src/include/gnunet_common.h:1735: warning: argument 'msg' from the argument list of GNUNET_copy_message has multiple @param documentation sections 13104/home/william/Git/gnunet/src/include/gnunet_common.h:1739: warning: argument 'msg' from the argument list of GNUNET_copy_message has multiple @param documentation sections
13051/home/william/Git/gnunet/src/include/gnunet_common.h:1492: warning: argument 'len' of command @param is not found in the argument list of GNUNET_array_concatenate(arr1, len1, arr2, len2) 13105/home/william/Git/gnunet/src/include/gnunet_common.h:1496: warning: argument 'len' of command @param is not found in the argument list of GNUNET_array_concatenate(arr1, len1, arr2, len2)
13052/home/william/Git/gnunet/src/include/gnunet_common.h:1514: warning: The following parameter of GNUNET_array_concatenate(arr1, len1, arr2, len2) is not documented: 13106/home/william/Git/gnunet/src/include/gnunet_common.h:1518: warning: The following parameter of GNUNET_array_concatenate(arr1, len1, arr2, len2) is not documented:
13053 parameter 'len2' 13107 parameter 'len2'
13054/home/william/Git/gnunet/src/include/gnunet_my_lib.h:125: warning: Found unknown command '\oaran' 13108/home/william/Git/gnunet/src/include/gnunet_my_lib.h:125: warning: Found unknown command '\oaran'
13055/home/william/Git/gnunet/src/include/gnunet_my_lib.h:74: warning: argument 'ptr' from the argument list of GNUNET_MY_query_param_fixed_size has multiple @param documentation sections 13109/home/william/Git/gnunet/src/include/gnunet_my_lib.h:74: warning: argument 'ptr' from the argument list of GNUNET_MY_query_param_fixed_size has multiple @param documentation sections
@@ -13090,176 +13144,305 @@ The command that should end the block seems to be missing!
13090/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'sock' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections 13144/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'sock' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections
13091/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'cb' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections 13145/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'cb' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections
13092/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'cb_cls' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections 13146/home/william/Git/gnunet/src/include/gnunet_nat_service.h:460: warning: argument 'cb_cls' from the argument list of GNUNET_NAT_stun_make_request has multiple @param documentation sections
13093/home/william/Git/gnunet/src/include/gnunet_nse_service.h:96: warning: argument 'cfg' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections 13147/home/william/Git/gnunet/src/include/gnunet_nse_service.h:99: warning: argument 'cfg' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections
13094/home/william/Git/gnunet/src/include/gnunet_nse_service.h:96: warning: argument 'func' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections 13148/home/william/Git/gnunet/src/include/gnunet_nse_service.h:99: warning: argument 'func' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections
13095/home/william/Git/gnunet/src/include/gnunet_nse_service.h:96: warning: argument 'func_cls' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections 13149/home/william/Git/gnunet/src/include/gnunet_nse_service.h:99: warning: argument 'func_cls' from the argument list of GNUNET_NSE_connect has multiple @param documentation sections
13096/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:77: warning: argument 'cfg' from the argument list of GNUNET_NAMECACHE_connect has multiple @param documentation sections 13150/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:80: warning: argument 'cfg' from the argument list of GNUNET_NAMECACHE_connect has multiple @param documentation sections
13097/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:88: warning: argument 'h' from the argument list of GNUNET_NAMECACHE_disconnect has multiple @param documentation sections 13151/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:91: warning: argument 'h' from the argument list of GNUNET_NAMECACHE_disconnect has multiple @param documentation sections
13098/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:148: warning: argument 'h' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections 13152/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:151: warning: argument 'h' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections
13099/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:148: warning: argument 'derived_hash' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections 13153/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:151: warning: argument 'derived_hash' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections
13100/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:148: warning: argument 'proc' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections 13154/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:151: warning: argument 'proc' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections
13101/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:148: warning: argument 'proc_cls' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections 13155/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:151: warning: argument 'proc_cls' from the argument list of GNUNET_NAMECACHE_lookup_block has multiple @param documentation sections
13102/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:163: warning: argument 'qe' from the argument list of GNUNET_NAMECACHE_cancel has multiple @param documentation sections 13156/home/william/Git/gnunet/src/include/gnunet_namecache_service.h:166: warning: argument 'qe' from the argument list of GNUNET_NAMECACHE_cancel has multiple @param documentation sections
13103/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:78: warning: argument 'cfg' from the argument list of GNUNET_NAMESTORE_connect has multiple @param documentation sections 13157/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:81: warning: argument 'cfg' from the argument list of GNUNET_NAMESTORE_connect has multiple @param documentation sections
13104/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:89: warning: argument 'h' from the argument list of GNUNET_NAMESTORE_disconnect has multiple @param documentation sections 13158/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:92: warning: argument 'h' from the argument list of GNUNET_NAMESTORE_disconnect has multiple @param documentation sections
13105/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:251: warning: argument 'qe' from the argument list of GNUNET_NAMESTORE_cancel has multiple @param documentation sections 13159/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:254: warning: argument 'qe' from the argument list of GNUNET_NAMESTORE_cancel has multiple @param documentation sections
13106/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'h' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 13160/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'h' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
13107/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'zone' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 13161/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'zone' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
13108/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'error_cb' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 13162/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'error_cb' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
13109/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'error_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 13163/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'error_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
13110/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'proc' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 13164/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'proc' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
13111/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'proc_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 13165/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'proc_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
13112/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'finish_cb' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 13166/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'finish_cb' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
13113/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:280: warning: argument 'finish_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections 13167/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:283: warning: argument 'finish_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_iteration_start has multiple @param documentation sections
13114/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:312: warning: argument 'it' from the argument list of GNUNET_NAMESTORE_zone_iteration_stop has multiple @param documentation sections 13168/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:315: warning: argument 'it' from the argument list of GNUNET_NAMESTORE_zone_iteration_stop has multiple @param documentation sections
13115/home/william/Git/gnunet/src/namestore/namestore_api_monitor.c:279: warning: argument 'cls' of command @param is not found in the argument list of GNUNET_NAMESTORE_zone_monitor_start(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_IDENTITY_PrivateKey *zone, int iterate_first, GNUNET_SCHEDULER_TaskCallback error_cb, void *error_cb_cls, GNUNET_NAMESTORE_RecordMonitor monitor, void *monitor_cls, GNUNET_SCHEDULER_TaskCallback sync_cb, void *sync_cb_cls) 13169/home/william/Git/gnunet/src/namestore/namestore_api_monitor.c:279: warning: argument 'cls' of command @param is not found in the argument list of GNUNET_NAMESTORE_zone_monitor_start(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_IDENTITY_PrivateKey *zone, int iterate_first, GNUNET_SCHEDULER_TaskCallback error_cb, void *error_cb_cls, GNUNET_NAMESTORE_RecordMonitor monitor, void *monitor_cls, GNUNET_SCHEDULER_TaskCallback sync_cb, void *sync_cb_cls)
13116/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'cfg' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 13170/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'cfg' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
13117/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'zone' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 13171/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'zone' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
13118/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'iterate_first' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 13172/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'iterate_first' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
13119/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'error_cb' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 13173/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'error_cb' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
13120/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'error_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 13174/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'error_cb_cls' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
13121/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'monitor' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 13175/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'monitor' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
13122/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'monitor_cls' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 13176/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'monitor_cls' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
13123/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:349: warning: argument 'sync_cb' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections 13177/home/william/Git/gnunet/src/include/gnunet_namestore_service.h:352: warning: argument 'sync_cb' from the argument list of GNUNET_NAMESTORE_zone_monitor_start has multiple @param documentation sections
13124/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections 13178/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections
13125/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'address' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections 13179/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'address' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections
13126/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'address_len' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections 13180/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'address_len' from the argument list of GNUNET_NETWORK_socket_connect has multiple @param documentation sections
13127/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 13181/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
13128/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'level' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 13182/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'level' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
13129/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'optname' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 13183/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'optname' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
13130/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'optval' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 13184/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'optval' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
13131/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'optlen' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections 13185/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'optlen' from the argument list of GNUNET_NETWORK_socket_getsockopt has multiple @param documentation sections
13132/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_listen has multiple @param documentation sections 13186/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_listen has multiple @param documentation sections
13133/home/william/Git/gnunet/src/include/gnunet_network_lib.h:186: warning: argument 'backlog' from the argument list of GNUNET_NETWORK_socket_listen has multiple @param documentation sections 13187/home/william/Git/gnunet/src/include/gnunet_network_lib.h:193: warning: argument 'backlog' from the argument list of GNUNET_NETWORK_socket_listen has multiple @param documentation sections
13134/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 13188/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
13135/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 13189/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
13136/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 13190/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
13137/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'src_addr' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 13191/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'src_addr' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
13138/home/william/Git/gnunet/src/include/gnunet_network_lib.h:255: warning: argument 'addrlen' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections 13192/home/william/Git/gnunet/src/include/gnunet_network_lib.h:262: warning: argument 'addrlen' from the argument list of GNUNET_NETWORK_socket_recvfrom has multiple @param documentation sections
13139/home/william/Git/gnunet/src/include/gnunet_network_lib.h:271: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections 13193/home/william/Git/gnunet/src/include/gnunet_network_lib.h:278: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections
13140/home/william/Git/gnunet/src/include/gnunet_network_lib.h:271: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections 13194/home/william/Git/gnunet/src/include/gnunet_network_lib.h:278: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections
13141/home/william/Git/gnunet/src/include/gnunet_network_lib.h:271: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections 13195/home/william/Git/gnunet/src/include/gnunet_network_lib.h:278: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_recv has multiple @param documentation sections
13142/home/william/Git/gnunet/src/include/gnunet_network_lib.h:286: warning: argument 'rfds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections 13196/home/william/Git/gnunet/src/include/gnunet_network_lib.h:293: warning: argument 'rfds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections
13143/home/william/Git/gnunet/src/include/gnunet_network_lib.h:286: warning: argument 'wfds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections 13197/home/william/Git/gnunet/src/include/gnunet_network_lib.h:293: warning: argument 'wfds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections
13144/home/william/Git/gnunet/src/include/gnunet_network_lib.h:286: warning: argument 'efds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections 13198/home/william/Git/gnunet/src/include/gnunet_network_lib.h:293: warning: argument 'efds' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections
13145/home/william/Git/gnunet/src/include/gnunet_network_lib.h:286: warning: argument 'timeout' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections 13199/home/william/Git/gnunet/src/include/gnunet_network_lib.h:293: warning: argument 'timeout' from the argument list of GNUNET_NETWORK_socket_select has multiple @param documentation sections
13146/home/william/Git/gnunet/src/include/gnunet_network_lib.h:301: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections 13200/home/william/Git/gnunet/src/include/gnunet_network_lib.h:308: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections
13147/home/william/Git/gnunet/src/include/gnunet_network_lib.h:301: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections 13201/home/william/Git/gnunet/src/include/gnunet_network_lib.h:308: warning: argument 'buffer' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections
13148/home/william/Git/gnunet/src/include/gnunet_network_lib.h:301: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections 13202/home/william/Git/gnunet/src/include/gnunet_network_lib.h:308: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_send has multiple @param documentation sections
13149/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 13203/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'desc' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
13150/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'message' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 13204/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'message' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
13151/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 13205/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'length' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
13152/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'dest_addr' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 13206/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'dest_addr' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
13153/home/william/Git/gnunet/src/include/gnunet_network_lib.h:318: warning: argument 'dest_len' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections 13207/home/william/Git/gnunet/src/include/gnunet_network_lib.h:325: warning: argument 'dest_len' from the argument list of GNUNET_NETWORK_socket_sendto has multiple @param documentation sections
13154/home/william/Git/gnunet/src/include/gnunet_network_lib.h:390: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_zero has multiple @param documentation sections 13208/home/william/Git/gnunet/src/include/gnunet_network_lib.h:397: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_zero has multiple @param documentation sections
13155/home/william/Git/gnunet/src/include/gnunet_network_lib.h:412: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_isset has multiple @param documentation sections 13209/home/william/Git/gnunet/src/include/gnunet_network_lib.h:419: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_isset has multiple @param documentation sections
13156/home/william/Git/gnunet/src/include/gnunet_network_lib.h:412: warning: argument 'desc' from the argument list of GNUNET_NETWORK_fdset_isset has multiple @param documentation sections 13210/home/william/Git/gnunet/src/include/gnunet_network_lib.h:419: warning: argument 'desc' from the argument list of GNUNET_NETWORK_fdset_isset has multiple @param documentation sections
13157/home/william/Git/gnunet/src/include/gnunet_network_lib.h:423: warning: argument 'dst' from the argument list of GNUNET_NETWORK_fdset_add has multiple @param documentation sections 13211/home/william/Git/gnunet/src/include/gnunet_network_lib.h:430: warning: argument 'dst' from the argument list of GNUNET_NETWORK_fdset_add has multiple @param documentation sections
13158/home/william/Git/gnunet/src/include/gnunet_network_lib.h:423: warning: argument 'src' from the argument list of GNUNET_NETWORK_fdset_add has multiple @param documentation sections 13212/home/william/Git/gnunet/src/include/gnunet_network_lib.h:430: warning: argument 'src' from the argument list of GNUNET_NETWORK_fdset_add has multiple @param documentation sections
13159/home/william/Git/gnunet/src/include/gnunet_network_lib.h:455: warning: argument 'desc' from the argument list of GNUNET_NETWORK_get_addr has multiple @param documentation sections 13213/home/william/Git/gnunet/src/include/gnunet_network_lib.h:462: warning: argument 'desc' from the argument list of GNUNET_NETWORK_get_addr has multiple @param documentation sections
13160/home/william/Git/gnunet/src/include/gnunet_network_lib.h:476: warning: argument 'to' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections 13214/home/william/Git/gnunet/src/include/gnunet_network_lib.h:483: warning: argument 'to' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections
13161/home/william/Git/gnunet/src/include/gnunet_network_lib.h:476: warning: argument 'from' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections 13215/home/william/Git/gnunet/src/include/gnunet_network_lib.h:483: warning: argument 'from' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections
13162/home/william/Git/gnunet/src/include/gnunet_network_lib.h:476: warning: argument 'nfds' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections 13216/home/william/Git/gnunet/src/include/gnunet_network_lib.h:483: warning: argument 'nfds' from the argument list of GNUNET_NETWORK_fdset_copy_native has multiple @param documentation sections
13163/home/william/Git/gnunet/src/include/gnunet_network_lib.h:500: warning: argument 'to' from the argument list of GNUNET_NETWORK_fdset_test_native has multiple @param documentation sections 13217/home/william/Git/gnunet/src/include/gnunet_network_lib.h:507: warning: argument 'to' from the argument list of GNUNET_NETWORK_fdset_test_native has multiple @param documentation sections
13164/home/william/Git/gnunet/src/include/gnunet_network_lib.h:500: warning: argument 'nfd' from the argument list of GNUNET_NETWORK_fdset_test_native has multiple @param documentation sections 13218/home/william/Git/gnunet/src/include/gnunet_network_lib.h:507: warning: argument 'nfd' from the argument list of GNUNET_NETWORK_fdset_test_native has multiple @param documentation sections
13165/home/william/Git/gnunet/src/include/gnunet_network_lib.h:523: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_handle_set_first has multiple @param documentation sections 13219/home/william/Git/gnunet/src/include/gnunet_network_lib.h:530: warning: argument 'fds' from the argument list of GNUNET_NETWORK_fdset_handle_set_first has multiple @param documentation sections
13166/home/william/Git/gnunet/src/include/gnunet_network_lib.h:523: warning: argument 'h' from the argument list of GNUNET_NETWORK_fdset_handle_set_first has multiple @param documentation sections 13220/home/william/Git/gnunet/src/include/gnunet_network_lib.h:530: warning: argument 'h' from the argument list of GNUNET_NETWORK_fdset_handle_set_first has multiple @param documentation sections
13167/home/william/Git/gnunet/src/include/gnunet_os_lib.h:326: warning: argument 'pd' from the argument list of GNUNET_OS_init has multiple @param documentation sections 13221/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:90: warning: explicit link request to 'GNUNET_ATS_interface_scanner_init()' could not be resolved
13168/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 13222/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'is' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections
13169/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 13223/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'addr' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections
13170/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 13224/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'addrlen' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections
13171/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'pipe_stderr' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 13225/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:119: warning: argument 'is' from the argument list of GNUNET_NT_scanner_done has multiple @param documentation sections
13172/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 13226/home/william/Git/gnunet/src/include/gnunet_os_lib.h:330: warning: argument 'pd' from the argument list of GNUNET_OS_init has multiple @param documentation sections
13173/home/william/Git/gnunet/src/include/gnunet_os_lib.h:472: warning: argument 'argv' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections 13227/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
13174/home/william/Git/gnunet/src/include/gnunet_os_lib.h:492: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections 13228/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
13175/home/william/Git/gnunet/src/include/gnunet_os_lib.h:492: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections 13229/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
13176/home/william/Git/gnunet/src/include/gnunet_os_lib.h:492: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections 13230/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'pipe_stderr' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
13177/home/william/Git/gnunet/src/include/gnunet_os_lib.h:492: warning: argument 'filename' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections 13231/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
13178/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 13232/home/william/Git/gnunet/src/include/gnunet_os_lib.h:476: warning: argument 'argv' from the argument list of GNUNET_OS_start_process_vap has multiple @param documentation sections
13179/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 13233/home/william/Git/gnunet/src/include/gnunet_os_lib.h:496: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections
13180/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 13234/home/william/Git/gnunet/src/include/gnunet_os_lib.h:496: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections
13181/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'pipe_stderr' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 13235/home/william/Git/gnunet/src/include/gnunet_os_lib.h:496: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections
13182/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 13236/home/william/Git/gnunet/src/include/gnunet_os_lib.h:496: warning: argument 'filename' from the argument list of GNUNET_OS_start_process has multiple @param documentation sections
13183/home/william/Git/gnunet/src/include/gnunet_os_lib.h:511: warning: argument 'va' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections 13237/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
13184/home/william/Git/gnunet/src/include/gnunet_os_lib.h:529: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections 13238/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'pipe_stdin' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
13185/home/william/Git/gnunet/src/include/gnunet_os_lib.h:529: warning: argument 'lsocks' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections 13239/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'pipe_stdout' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
13186/home/william/Git/gnunet/src/include/gnunet_os_lib.h:529: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections 13240/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'pipe_stderr' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
13187/home/william/Git/gnunet/src/include/gnunet_os_lib.h:529: warning: argument 'argv' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections 13241/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
13188/home/william/Git/gnunet/src/include/gnunet_os_lib.h:580: warning: argument 'cmd' from the argument list of GNUNET_OS_command_stop has multiple @param documentation sections 13242/home/william/Git/gnunet/src/include/gnunet_os_lib.h:515: warning: argument 'va' from the argument list of GNUNET_OS_start_process_va has multiple @param documentation sections
13189/home/william/Git/gnunet/src/include/gnunet_os_lib.h:595: warning: argument 'proc' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections 13243/home/william/Git/gnunet/src/include/gnunet_os_lib.h:533: warning: argument 'std_inheritance' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections
13190/home/william/Git/gnunet/src/include/gnunet_os_lib.h:595: warning: argument 'proc_cls' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections 13244/home/william/Git/gnunet/src/include/gnunet_os_lib.h:533: warning: argument 'lsocks' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections
13191/home/william/Git/gnunet/src/include/gnunet_os_lib.h:595: warning: argument 'timeout' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections 13245/home/william/Git/gnunet/src/include/gnunet_os_lib.h:533: warning: argument 'filename' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections
13192/home/william/Git/gnunet/src/include/gnunet_os_lib.h:595: warning: argument 'binary' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections 13246/home/william/Git/gnunet/src/include/gnunet_os_lib.h:533: warning: argument 'argv' from the argument list of GNUNET_OS_start_process_v has multiple @param documentation sections
13193/home/william/Git/gnunet/src/include/gnunet_os_lib.h:612: warning: argument 'proc' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections 13247/home/william/Git/gnunet/src/include/gnunet_os_lib.h:584: warning: argument 'cmd' from the argument list of GNUNET_OS_command_stop has multiple @param documentation sections
13194/home/william/Git/gnunet/src/include/gnunet_os_lib.h:612: warning: argument 'type' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections 13248/home/william/Git/gnunet/src/include/gnunet_os_lib.h:599: warning: argument 'proc' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections
13195/home/william/Git/gnunet/src/include/gnunet_os_lib.h:612: warning: argument 'code' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections 13249/home/william/Git/gnunet/src/include/gnunet_os_lib.h:599: warning: argument 'proc_cls' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections
13196/home/william/Git/gnunet/src/include/gnunet_os_lib.h:628: warning: argument 'proc' from the argument list of GNUNET_OS_process_wait has multiple @param documentation sections 13250/home/william/Git/gnunet/src/include/gnunet_os_lib.h:599: warning: argument 'timeout' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections
13197/home/william/Git/gnunet/src/include/gnunet_os_lib.h:641: warning: argument 'proc' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections 13251/home/william/Git/gnunet/src/include/gnunet_os_lib.h:599: warning: argument 'binary' from the argument list of GNUNET_OS_command_run has multiple @param documentation sections
13198/home/william/Git/gnunet/src/include/gnunet_os_lib.h:641: warning: argument 'type' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections 13252/home/william/Git/gnunet/src/include/gnunet_os_lib.h:616: warning: argument 'proc' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections
13199/home/william/Git/gnunet/src/include/gnunet_os_lib.h:641: warning: argument 'code' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections 13253/home/william/Git/gnunet/src/include/gnunet_os_lib.h:616: warning: argument 'type' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections
13200/home/william/Git/gnunet/src/include/gnunet_os_lib.h:655: warning: argument 'cls' from the argument list of GNUNET_OS_install_parent_control_handler has multiple @param documentation sections 13254/home/william/Git/gnunet/src/include/gnunet_os_lib.h:616: warning: argument 'code' from the argument list of GNUNET_OS_process_status has multiple @param documentation sections
13201/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:67: warning: argument 'cfg' from the argument list of GNUNET_PEERINFO_connect has multiple @param documentation sections 13255/home/william/Git/gnunet/src/include/gnunet_os_lib.h:632: warning: argument 'proc' from the argument list of GNUNET_OS_process_wait has multiple @param documentation sections
13202/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:102: warning: argument 'h' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections 13256/home/william/Git/gnunet/src/include/gnunet_os_lib.h:645: warning: argument 'proc' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections
13203/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:102: warning: argument 'hello' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections 13257/home/william/Git/gnunet/src/include/gnunet_os_lib.h:645: warning: argument 'type' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections
13204/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:102: warning: argument 'cont' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections 13258/home/william/Git/gnunet/src/include/gnunet_os_lib.h:645: warning: argument 'code' from the argument list of GNUNET_OS_process_wait_status has multiple @param documentation sections
13205/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:102: warning: argument 'cont_cls' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections 13259/home/william/Git/gnunet/src/include/gnunet_os_lib.h:659: warning: argument 'cls' from the argument list of GNUNET_OS_install_parent_control_handler has multiple @param documentation sections
13260/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:70: warning: argument 'cfg' from the argument list of GNUNET_PEERINFO_connect has multiple @param documentation sections
13261/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:105: warning: argument 'h' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections
13262/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:105: warning: argument 'hello' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections
13263/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:105: warning: argument 'cont' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections
13264/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:105: warning: argument 'cont_cls' from the argument list of GNUNET_PEERINFO_add_peer has multiple @param documentation sections
13206/home/william/Git/gnunet/src/peerinfo/peerinfo_api.c:470: warning: argument 'timeout' of command @param is not found in the argument list of GNUNET_PEERINFO_iterate(struct GNUNET_PEERINFO_Handle *h, int include_friend_only, const struct GNUNET_PeerIdentity *peer, GNUNET_PEERINFO_Processor callback, void *callback_cls) 13265/home/william/Git/gnunet/src/peerinfo/peerinfo_api.c:470: warning: argument 'timeout' of command @param is not found in the argument list of GNUNET_PEERINFO_iterate(struct GNUNET_PEERINFO_Handle *h, int include_friend_only, const struct GNUNET_PeerIdentity *peer, GNUNET_PEERINFO_Processor callback, void *callback_cls)
13207/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'h' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 13266/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'h' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
13208/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'include_friend_only' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 13267/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'include_friend_only' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
13209/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'peer' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 13268/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'peer' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
13210/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'callback' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 13269/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'callback' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
13211/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:148: warning: argument 'callback_cls' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections 13270/home/william/Git/gnunet/src/include/gnunet_peerinfo_service.h:151: warning: argument 'callback_cls' from the argument list of GNUNET_PEERINFO_iterate has multiple @param documentation sections
13212/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'h' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 13271/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'h' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
13213/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'sub_system' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 13272/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'sub_system' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
13214/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'peer' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 13273/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'peer' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
13215/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'key' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 13274/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'key' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
13216/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'callback' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 13275/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'callback' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
13217/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:251: warning: argument 'callback_cls' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections 13276/home/william/Git/gnunet/src/include/gnunet_peerstore_service.h:254: warning: argument 'callback_cls' from the argument list of GNUNET_PEERSTORE_iterate has multiple @param documentation sections
13218/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:92: warning: argument 'ids' from the argument list of GNUNET_PEER_decrement_rcs has multiple @param documentation sections 13277/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:96: warning: argument 'ids' from the argument list of GNUNET_PEER_decrement_rcs has multiple @param documentation sections
13219/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:92: warning: argument 'count' from the argument list of GNUNET_PEER_decrement_rcs has multiple @param documentation sections 13278/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:96: warning: argument 'count' from the argument list of GNUNET_PEER_decrement_rcs has multiple @param documentation sections
13220/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:114: warning: argument 'id' from the argument list of GNUNET_PEER_resolve2 has multiple @param documentation sections 13279/home/william/Git/gnunet/src/include/gnunet_peer_lib.h:118: warning: argument 'id' from the argument list of GNUNET_PEER_resolve2 has multiple @param documentation sections
13221/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:69: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_test has multiple @param documentation sections 13280/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:73: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_test has multiple @param documentation sections
13222/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:85: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_load has multiple @param documentation sections 13281/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:89: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_load has multiple @param documentation sections
13223/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:85: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_load has multiple @param documentation sections 13282/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:89: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_load has multiple @param documentation sections
13224/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:118: warning: argument 'basename' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections 13283/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:122: warning: argument 'basename' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections
13225/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:118: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections 13284/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:122: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections
13226/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:118: warning: argument 'cb' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections 13285/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:122: warning: argument 'cb' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections
13227/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:118: warning: argument 'cb_cls' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections 13286/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:122: warning: argument 'cb_cls' from the argument list of GNUNET_PLUGIN_load_all has multiple @param documentation sections
13228/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:156: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_unload has multiple @param documentation sections 13287/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:160: warning: argument 'library_name' from the argument list of GNUNET_PLUGIN_unload has multiple @param documentation sections
13229/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:156: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_unload has multiple @param documentation sections 13288/home/william/Git/gnunet/src/include/gnunet_plugin_lib.h:160: warning: argument 'arg' from the argument list of GNUNET_PLUGIN_unload has multiple @param documentation sections
13230/home/william/Git/gnunet/src/include/gnunet_program_lib.h:76: warning: explicit link request to 'a' could not be resolved 13289/home/william/Git/gnunet/src/include/gnunet_program_lib.h:80: warning: explicit link request to 'a' could not be resolved
13231/home/william/Git/gnunet/src/include/gnunet_program_lib.h:103: warning: explicit link request to 'a' could not be resolved 13290/home/william/Git/gnunet/src/include/gnunet_program_lib.h:107: warning: explicit link request to 'a' could not be resolved
13232/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:118: warning: argument 'url' from the argument list of GNUNET_REST_namespace_match has multiple @param documentation sections 13291/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:121: warning: argument 'url' from the argument list of GNUNET_REST_namespace_match has multiple @param documentation sections
13233/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:118: warning: argument 'namespace' from the argument list of GNUNET_REST_namespace_match has multiple @param documentation sections 13292/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:121: warning: argument 'namespace' from the argument list of GNUNET_REST_namespace_match has multiple @param documentation sections
13234/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:127: warning: argument 'data' from the argument list of GNUNET_REST_create_response has multiple @param documentation sections 13293/home/william/Git/gnunet/src/include/gnunet_rest_lib.h:130: warning: argument 'data' from the argument list of GNUNET_REST_create_response has multiple @param documentation sections
13235/home/william/Git/gnunet/src/include/gnunet_rps_service.h:93: warning: argument 'cfg' from the argument list of GNUNET_RPS_connect has multiple @param documentation sections 13294/home/william/Git/gnunet/src/include/gnunet_rps_service.h:96: warning: argument 'cfg' from the argument list of GNUNET_RPS_connect has multiple @param documentation sections
13236/home/william/Git/gnunet/src/include/gnunet_rps_service.h:103: warning: argument 'h' from the argument list of GNUNET_RPS_sub_start has multiple @param documentation sections 13295/home/william/Git/gnunet/src/include/gnunet_rps_service.h:106: warning: argument 'h' from the argument list of GNUNET_RPS_sub_start has multiple @param documentation sections
13237/home/william/Git/gnunet/src/include/gnunet_rps_service.h:103: warning: argument 'shared_value' from the argument list of GNUNET_RPS_sub_start has multiple @param documentation sections 13296/home/william/Git/gnunet/src/include/gnunet_rps_service.h:106: warning: argument 'shared_value' from the argument list of GNUNET_RPS_sub_start has multiple @param documentation sections
13238/home/william/Git/gnunet/src/include/gnunet_rps_service.h:114: warning: argument 'h' from the argument list of GNUNET_RPS_sub_stop has multiple @param documentation sections 13297/home/william/Git/gnunet/src/include/gnunet_rps_service.h:117: warning: argument 'h' from the argument list of GNUNET_RPS_sub_stop has multiple @param documentation sections
13239/home/william/Git/gnunet/src/include/gnunet_rps_service.h:114: warning: argument 'shared_value' from the argument list of GNUNET_RPS_sub_stop has multiple @param documentation sections 13298/home/william/Git/gnunet/src/include/gnunet_rps_service.h:117: warning: argument 'shared_value' from the argument list of GNUNET_RPS_sub_stop has multiple @param documentation sections
13240/home/william/Git/gnunet/src/rps/rps_api.c:942: warning: argument 'h' of command @param is not found in the argument list of GNUNET_RPS_request_peers(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_req_peers, GNUNET_RPS_NotifyReadyCB ready_cb, void *cls) 13299/home/william/Git/gnunet/src/rps/rps_api.c:942: warning: argument 'h' of command @param is not found in the argument list of GNUNET_RPS_request_peers(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_req_peers, GNUNET_RPS_NotifyReadyCB ready_cb, void *cls)
13241/home/william/Git/gnunet/src/rps/rps_api.c:942: warning: argument 'n' of command @param is not found in the argument list of GNUNET_RPS_request_peers(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_req_peers, GNUNET_RPS_NotifyReadyCB ready_cb, void *cls) 13300/home/william/Git/gnunet/src/rps/rps_api.c:942: warning: argument 'n' of command @param is not found in the argument list of GNUNET_RPS_request_peers(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_req_peers, GNUNET_RPS_NotifyReadyCB ready_cb, void *cls)
13242/home/william/Git/gnunet/src/include/gnunet_rps_service.h:133: warning: argument 'ready_cb' from the argument list of GNUNET_RPS_request_peers has multiple @param documentation sections 13301/home/william/Git/gnunet/src/include/gnunet_rps_service.h:136: warning: argument 'ready_cb' from the argument list of GNUNET_RPS_request_peers has multiple @param documentation sections
13243/home/william/Git/gnunet/src/include/gnunet_rps_service.h:133: warning: argument 'cls' from the argument list of GNUNET_RPS_request_peers has multiple @param documentation sections 13302/home/william/Git/gnunet/src/include/gnunet_rps_service.h:136: warning: argument 'cls' from the argument list of GNUNET_RPS_request_peers has multiple @param documentation sections
13244/home/william/Git/gnunet/src/include/gnunet_rps_service.h:169: warning: argument 'rh' from the argument list of GNUNET_RPS_request_cancel has multiple @param documentation sections 13303/home/william/Git/gnunet/src/include/gnunet_rps_service.h:172: warning: argument 'rh' from the argument list of GNUNET_RPS_request_cancel has multiple @param documentation sections
13245/home/william/Git/gnunet/src/include/gnunet_rps_service.h:208: warning: argument 'num_req_peers' of command @param is not found in the argument list of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls) 13304/home/william/Git/gnunet/src/include/gnunet_rps_service.h:211: warning: argument 'num_req_peers' of command @param is not found in the argument list of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls)
13246/home/william/Git/gnunet/src/include/gnunet_rps_service.h:208: warning: argument 'ready_cb' of command @param is not found in the argument list of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls) 13305/home/william/Git/gnunet/src/include/gnunet_rps_service.h:211: warning: argument 'ready_cb' of command @param is not found in the argument list of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls)
13247/home/william/Git/gnunet/src/include/gnunet_rps_service.h:218: warning: The following parameters of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls) are not documented: 13306/home/william/Git/gnunet/src/include/gnunet_rps_service.h:221: warning: The following parameters of GNUNET_RPS_view_request(struct GNUNET_RPS_Handle *rps_handle, uint32_t num_updates, GNUNET_RPS_NotifyReadyCB view_update_cb, void *cls) are not documented:
13248 parameter 'num_updates' 13307 parameter 'num_updates'
13249 parameter 'view_update_cb' 13308 parameter 'view_update_cb'
13250/home/william/Git/gnunet/src/include/gnunet_rps_service.h:224: warning: argument 'ready_cb' of command @param is not found in the argument list of GNUNET_RPS_stream_request(struct GNUNET_RPS_Handle *rps_handle, GNUNET_RPS_NotifyReadyCB stream_input_cb, void *cls) 13309/home/william/Git/gnunet/src/include/gnunet_rps_service.h:227: warning: argument 'ready_cb' of command @param is not found in the argument list of GNUNET_RPS_stream_request(struct GNUNET_RPS_Handle *rps_handle, GNUNET_RPS_NotifyReadyCB stream_input_cb, void *cls)
13251/home/william/Git/gnunet/src/include/gnunet_rps_service.h:232: warning: The following parameter of GNUNET_RPS_stream_request(struct GNUNET_RPS_Handle *rps_handle, GNUNET_RPS_NotifyReadyCB stream_input_cb, void *cls) is not documented: 13310/home/william/Git/gnunet/src/include/gnunet_rps_service.h:235: warning: The following parameter of GNUNET_RPS_stream_request(struct GNUNET_RPS_Handle *rps_handle, GNUNET_RPS_NotifyReadyCB stream_input_cb, void *cls) is not documented:
13252 parameter 'stream_input_cb' 13311 parameter 'stream_input_cb'
13253/home/william/Git/gnunet/src/include/gnunet_regex_service.h:80: warning: argument 'cfg' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections 13312/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'attr_name' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
13254/home/william/Git/gnunet/src/include/gnunet_regex_service.h:80: warning: argument 'regex' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections 13313/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'credential' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
13255/home/william/Git/gnunet/src/include/gnunet_regex_service.h:80: warning: argument 'refresh_delay' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections 13314/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'type' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
13256/home/william/Git/gnunet/src/include/gnunet_regex_service.h:80: warning: argument 'compression' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections 13315/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
13257/home/william/Git/gnunet/src/include/gnunet_regex_service.h:92: warning: argument 'a' from the argument list of GNUNET_REGEX_announce_cancel has multiple @param documentation sections 13316/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:347: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
13258/home/william/Git/gnunet/src/include/gnunet_regex_service.h:127: warning: argument 'cfg' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections 13317/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:355: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_serialize_get_size(const struct GNUNET_RECLAIM_AttributeList *al)
13259/home/william/Git/gnunet/src/include/gnunet_regex_service.h:127: warning: argument 'string' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections 13318/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:362: warning: The following parameter of GNUNET_RECLAIM_attribute_list_serialize_get_size(const struct GNUNET_RECLAIM_AttributeList *al) is not documented:
13260/home/william/Git/gnunet/src/include/gnunet_regex_service.h:127: warning: argument 'callback' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections 13319 parameter 'al'
13261/home/william/Git/gnunet/src/include/gnunet_regex_service.h:127: warning: argument 'callback_cls' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections 13320/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:366: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_destroy(struct GNUNET_RECLAIM_AttributeList *al)
13262/home/william/Git/gnunet/src/include/gnunet_regex_service.h:139: warning: argument 's' from the argument list of GNUNET_REGEX_search_cancel has multiple @param documentation sections 13321/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:372: warning: The following parameter of GNUNET_RECLAIM_attribute_list_destroy(struct GNUNET_RECLAIM_AttributeList *al) is not documented:
13322 parameter 'al'
13323/home/william/Git/gnunet/src/reclaim/reclaim_attribute.c:295: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_add(struct GNUNET_RECLAIM_AttributeList *al, const char *attr_name, const struct GNUNET_RECLAIM_Identifier *credential, uint32_t type, const void *data, size_t data_size)
13324/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: argument 'attr_name' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
13325/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: argument 'type' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
13326/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
13327/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
13328/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:387: warning: The following parameter of GNUNET_RECLAIM_attribute_list_add(struct GNUNET_RECLAIM_AttributeList *al, const char *attr_name, const struct GNUNET_RECLAIM_Identifier *credential, uint32_t type, const void *data, size_t data_size) is not documented:
13329 parameter 'al'
13330/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:396: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_serialize(const struct GNUNET_RECLAIM_AttributeList *al, char *result)
13331/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:404: warning: The following parameter of GNUNET_RECLAIM_attribute_list_serialize(const struct GNUNET_RECLAIM_AttributeList *al, char *result) is not documented:
13332 parameter 'al'
13333/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:452: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_deserialize has multiple @param documentation sections
13334/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:452: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_deserialize has multiple @param documentation sections
13335/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:456: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_dup(const struct GNUNET_RECLAIM_AttributeList *al)
13336/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:462: warning: The following parameter of GNUNET_RECLAIM_attribute_list_dup(const struct GNUNET_RECLAIM_AttributeList *al) is not documented:
13337 parameter 'al'
13338/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:515: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_serialize_get_size(const struct GNUNET_RECLAIM_CredentialList *credentials)
13339/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:522: warning: The following parameter of GNUNET_RECLAIM_credential_list_serialize_get_size(const struct GNUNET_RECLAIM_CredentialList *credentials) is not documented:
13340 parameter 'credentials'
13341/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:526: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al)
13342/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:526: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al)
13343/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:532: warning: The following parameter of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al) is not documented:
13344 parameter 'al'
13345/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:536: warning: argument 'attr_name' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_add(struct GNUNET_RECLAIM_CredentialList *attrs, const char *att_name, uint32_t type, const void *data, size_t data_size)
13346/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:545: warning: The following parameters of GNUNET_RECLAIM_credential_list_add(struct GNUNET_RECLAIM_CredentialList *attrs, const char *att_name, uint32_t type, const void *data, size_t data_size) are not documented:
13347 parameter 'attrs'
13348 parameter 'att_name'
13349/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:553: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_serialize(const struct GNUNET_RECLAIM_CredentialList *credentials, char *result)
13350/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:561: warning: The following parameter of GNUNET_RECLAIM_credential_list_serialize(const struct GNUNET_RECLAIM_CredentialList *credentials, char *result) is not documented:
13351 parameter 'credentials'
13352/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:574: warning: argument 'data' from the argument list of GNUNET_RECLAIM_credential_list_deserialize has multiple @param documentation sections
13353/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:574: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_credential_list_deserialize has multiple @param documentation sections
13354/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:442: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize_get_size(const struct GNUNET_RECLAIM_Credential *credential)
13355/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:457: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize(const struct GNUNET_RECLAIM_Credential *credential, char *result)
13356/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:595: warning: argument 'result' from the argument list of GNUNET_RECLAIM_credential_serialize has multiple @param documentation sections
13357/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:255: warning: argument 'name' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_new(const char *attr_name, uint32_t type, const void *data, size_t data_size)
13358/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:622: warning: argument 'type' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections
13359/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:622: warning: argument 'data' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections
13360/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:622: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections
13361/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:674: warning: argument 'typename' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred)
13362/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:681: warning: The following parameter of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred) is not documented:
13363 parameter 'cred'
13364/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:739: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize_get_size(const struct GNUNET_RECLAIM_PresentationList *presentations)
13365/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:704: warning: argument 'presentations' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al)
13366/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:704: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al)
13367/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:710: warning: The following parameter of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al) is not documented:
13368 parameter 'al'
13369/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:714: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize(const struct GNUNET_RECLAIM_PresentationList *presentations, char *result)
13370/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:722: warning: argument 'result' from the argument list of GNUNET_RECLAIM_presentation_list_serialize has multiple @param documentation sections
13371/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:735: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_list_deserialize has multiple @param documentation sections
13372/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:735: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_list_deserialize has multiple @param documentation sections
13373/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:889: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize_get_size(const struct GNUNET_RECLAIM_Presentation *presentation)
13374/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:748: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize(const struct GNUNET_RECLAIM_Presentation *presentation, char *result)
13375/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:756: warning: argument 'result' from the argument list of GNUNET_RECLAIM_presentation_serialize has multiple @param documentation sections
13376/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:770: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_deserialize has multiple @param documentation sections
13377/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:770: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_deserialize has multiple @param documentation sections
13378/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:782: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections
13379/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:782: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections
13380/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:782: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections
13381/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:802: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
13382/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:802: warning: argument 's' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
13383/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:802: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
13384/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:802: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
13385/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:815: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_number_to_typename has multiple @param documentation sections
13386/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:845: warning: argument 'cred' from the argument list of GNUNET_RECLAIM_credential_get_presentation has multiple @param documentation sections
13387/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:845: warning: argument 'attrs' from the argument list of GNUNET_RECLAIM_credential_get_presentation has multiple @param documentation sections
13388/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:173: warning: argument 'cfg' from the argument list of GNUNET_RECLAIM_connect has multiple @param documentation sections
13389/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'h' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
13390/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
13391/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'attr' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
13392/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'exp_interval' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
13393/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
13394/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:189: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
13395/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'h' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
13396/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
13397/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'attr' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
13398/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'exp_interval' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
13399/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
13400/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:210: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
13401/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:237: warning: argument 'cred' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_delete(struct GNUNET_RECLAIM_Handle *h, const struct GNUNET_IDENTITY_PrivateKey *pkey, const struct GNUNET_RECLAIM_Credential *attr, GNUNET_RECLAIM_ContinuationWithStatus cont, void *cont_cls)
13402/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:249: warning: argument 'h' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
13403/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:249: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
13404/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:249: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
13405/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:249: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
13406/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:296: warning: argument 'it' from the argument list of GNUNET_RECLAIM_get_attributes_next has multiple @param documentation sections
13407/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:348: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait)
13408/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:348: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait)
13409/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:355: warning: The following parameter of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented:
13410 parameter 'ait'
13411/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:359: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait)
13412/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:367: warning: The following parameter of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented:
13413 parameter 'ait'
13414/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:386: warning: Found unknown command '\GNUNET_RECLAIM_ticket_consume'
13415/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
13416/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'iss' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
13417/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'rp' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
13418/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'attrs' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
13419/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'cb' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
13420/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:385: warning: argument 'cb_cls' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
13421/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
13422/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'identity' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
13423/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'ticket' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
13424/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'cb' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
13425/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:427: warning: argument 'cb_cls' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
13426/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13427/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'identity' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13428/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'error_cb' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13429/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'error_cb_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13430/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'proc' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13431/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'proc_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13432/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'finish_cb' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13433/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:452: warning: argument 'finish_cb_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13434/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:487: warning: argument 'h' from the argument list of GNUNET_RECLAIM_disconnect has multiple @param documentation sections
13435/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:499: warning: argument 'op' from the argument list of GNUNET_RECLAIM_cancel has multiple @param documentation sections
13436/home/william/Git/gnunet/src/include/gnunet_regex_service.h:83: warning: argument 'cfg' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections
13437/home/william/Git/gnunet/src/include/gnunet_regex_service.h:83: warning: argument 'regex' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections
13438/home/william/Git/gnunet/src/include/gnunet_regex_service.h:83: warning: argument 'refresh_delay' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections
13439/home/william/Git/gnunet/src/include/gnunet_regex_service.h:83: warning: argument 'compression' from the argument list of GNUNET_REGEX_announce has multiple @param documentation sections
13440/home/william/Git/gnunet/src/include/gnunet_regex_service.h:95: warning: argument 'a' from the argument list of GNUNET_REGEX_announce_cancel has multiple @param documentation sections
13441/home/william/Git/gnunet/src/include/gnunet_regex_service.h:130: warning: argument 'cfg' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections
13442/home/william/Git/gnunet/src/include/gnunet_regex_service.h:130: warning: argument 'string' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections
13443/home/william/Git/gnunet/src/include/gnunet_regex_service.h:130: warning: argument 'callback' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections
13444/home/william/Git/gnunet/src/include/gnunet_regex_service.h:130: warning: argument 'callback_cls' from the argument list of GNUNET_REGEX_search has multiple @param documentation sections
13445/home/william/Git/gnunet/src/include/gnunet_regex_service.h:142: warning: argument 's' from the argument list of GNUNET_REGEX_search_cancel has multiple @param documentation sections
13263/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'af' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections 13446/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'af' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections
13264/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'timeout' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections 13447/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'timeout' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections
13265/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'callback' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections 13448/home/william/Git/gnunet/src/include/gnunet_resolver_service.h:111: warning: argument 'callback' from the argument list of GNUNET_RESOLVER_hostname_resolve has multiple @param documentation sections
@@ -13274,20 +13457,20 @@ The command that should end the block seems to be missing!
13274/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'sig' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls) 13457/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'sig' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls)
13275/home/william/Git/gnunet/src/revocation/revocation_api.c:298: warning: explicit link request to 'GNUNET_REVOCATION_sign_revocation' could not be resolved 13458/home/william/Git/gnunet/src/revocation/revocation_api.c:298: warning: explicit link request to 'GNUNET_REVOCATION_sign_revocation' could not be resolved
13276/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'ts' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls) 13459/home/william/Git/gnunet/src/revocation/revocation_api.c:286: warning: argument 'ts' of command @param is not found in the argument list of GNUNET_REVOCATION_revoke(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_REVOCATION_PowP *pow, GNUNET_REVOCATION_Callback func, void *func_cls)
13277/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:183: warning: argument 'cfg' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections 13460/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:186: warning: argument 'cfg' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections
13278/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:183: warning: argument 'pow' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections 13461/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:186: warning: argument 'pow' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections
13279/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:183: warning: argument 'func' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections 13462/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:186: warning: argument 'func' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections
13280/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:183: warning: argument 'func_cls' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections 13463/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:186: warning: argument 'func_cls' from the argument list of GNUNET_REVOCATION_revoke has multiple @param documentation sections
13281/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:199: warning: argument 'matching_bits' of command @param is not found in the argument list of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration) 13464/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:202: warning: argument 'matching_bits' of command @param is not found in the argument list of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration)
13282/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:194: warning: The following parameter of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration) is not documented: 13465/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:197: warning: The following parameter of GNUNET_REVOCATION_check_pow(const struct GNUNET_REVOCATION_PowP *pow, unsigned int difficulty, struct GNUNET_TIME_Relative epoch_duration) is not documented:
13283 parameter 'difficulty' 13466 parameter 'difficulty'
13284/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:218: warning: argument 'key' from the argument list of GNUNET_REVOCATION_pow_init has multiple @param documentation sections 13467/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:221: warning: argument 'key' from the argument list of GNUNET_REVOCATION_pow_init has multiple @param documentation sections
13285/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:218: warning: argument 'pow' from the argument list of GNUNET_REVOCATION_pow_init has multiple @param documentation sections 13468/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:221: warning: argument 'pow' from the argument list of GNUNET_REVOCATION_pow_init has multiple @param documentation sections
13286/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:237: warning: argument 'epochs' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc) 13469/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:240: warning: argument 'epochs' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc)
13287/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:237: warning: argument 'pow' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc) 13470/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:240: warning: argument 'pow' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc)
13288/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:237: warning: argument 'difficulty' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc) 13471/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:240: warning: argument 'difficulty' of command @param is not found in the argument list of GNUNET_REVOCATION_pow_round(struct GNUNET_REVOCATION_PowCalculationHandle *pc)
13289/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:232: warning: argument 'pc' from the argument list of GNUNET_REVOCATION_pow_round has multiple @param documentation sections 13472/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:235: warning: argument 'pc' from the argument list of GNUNET_REVOCATION_pow_round has multiple @param documentation sections
13290/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:255: warning: documented empty return type of GNUNET_REVOCATION_pow_stop 13473/home/william/Git/gnunet/src/include/gnunet_revocation_service.h:258: warning: documented empty return type of GNUNET_REVOCATION_pow_stop
13291/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:158: warning: argument 'cfg' from the argument list of GNUNET_SCALARPRODUCT_start_computation has multiple @param documentation sections 13474/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:158: warning: argument 'cfg' from the argument list of GNUNET_SCALARPRODUCT_start_computation has multiple @param documentation sections
13292/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:158: warning: argument 'session_key' from the argument list of GNUNET_SCALARPRODUCT_start_computation has multiple @param documentation sections 13475/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:158: warning: argument 'session_key' from the argument list of GNUNET_SCALARPRODUCT_start_computation has multiple @param documentation sections
13293/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:158: warning: argument 'peer' from the argument list of GNUNET_SCALARPRODUCT_start_computation has multiple @param documentation sections 13476/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:158: warning: argument 'peer' from the argument list of GNUNET_SCALARPRODUCT_start_computation has multiple @param documentation sections
@@ -13301,18 +13484,18 @@ The command that should end the block seems to be missing!
13301/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'element_count' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections 13484/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'element_count' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections
13302/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'cont' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections 13485/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'cont' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections
13303/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'cont_cls' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections 13486/home/william/Git/gnunet/src/include/gnunet_scalarproduct_service.h:180: warning: argument 'cont_cls' from the argument list of GNUNET_SCALARPRODUCT_accept_computation has multiple @param documentation sections
13304/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:418: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_run has multiple @param documentation sections 13487/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:422: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_run has multiple @param documentation sections
13305/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:418: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_run has multiple @param documentation sections 13488/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:422: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_run has multiple @param documentation sections
13306/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:460: warning: argument 'p' from the argument list of GNUNET_SCHEDULER_get_load has multiple @param documentation sections 13489/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:464: warning: argument 'p' from the argument list of GNUNET_SCHEDULER_get_load has multiple @param documentation sections
13307/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:572: warning: argument 'lifeness' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections 13490/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:576: warning: argument 'lifeness' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections
13308/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:572: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections 13491/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:576: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections
13309/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:572: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections 13492/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:576: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_add_now_with_lifeness has multiple @param documentation sections
13310/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:589: warning: argument 'delay' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections 13493/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:593: warning: argument 'delay' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections
13311/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:589: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections 13494/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:593: warning: argument 'task' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections
13312/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:589: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections 13495/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:593: warning: argument 'task_cls' from the argument list of GNUNET_SCHEDULER_add_delayed has multiple @param documentation sections
13313/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:902: warning: argument 'new_select' from the argument list of GNUNET_SCHEDULER_set_select has multiple @param documentation sections 13496/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:906: warning: argument 'new_select' from the argument list of GNUNET_SCHEDULER_set_select has multiple @param documentation sections
13314/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:902: warning: argument 'new_select_cls' from the argument list of GNUNET_SCHEDULER_set_select has multiple @param documentation sections 13497/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:906: warning: argument 'new_select_cls' from the argument list of GNUNET_SCHEDULER_set_select has multiple @param documentation sections
13315/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:902: warning: documented empty return type of GNUNET_SCHEDULER_set_select 13498/home/william/Git/gnunet/src/include/gnunet_scheduler_lib.h:906: warning: documented empty return type of GNUNET_SCHEDULER_set_select
13316/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:235: warning: argument 'message' of command @param is not found in the argument list of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext) 13499/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:235: warning: argument 'message' of command @param is not found in the argument list of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext)
13317/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:235: warning: argument 'message_size' of command @param is not found in the argument list of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext) 13500/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:235: warning: argument 'message_size' of command @param is not found in the argument list of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext)
13318/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:249: warning: The following parameter of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext) is not documented: 13501/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:249: warning: The following parameter of GNUNET_SECRETSHARING_encrypt(const struct GNUNET_SECRETSHARING_PublicKey *public_key, const struct GNUNET_SECRETSHARING_Plaintext *plaintext, struct GNUNET_SECRETSHARING_Ciphertext *result_ciphertext) is not documented:
@@ -13321,103 +13504,103 @@ The command that should end the block seems to be missing!
13321/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'ciphertext' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections 13504/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'ciphertext' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections
13322/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'decrypt_cb' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections 13505/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'decrypt_cb' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections
13323/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'decrypt_cb_cls' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections 13506/home/william/Git/gnunet/src/include/gnunet_secretsharing_service.h:274: warning: argument 'decrypt_cb_cls' from the argument list of GNUNET_SECRETSHARING_decrypt has multiple @param documentation sections
13324/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:57: warning: explicit link request to 'GNUNET_mst_destroy' could not be resolved 13507/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:64: warning: explicit link request to 'GNUNET_mst_destroy' could not be resolved
13325/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'mst' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 13508/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'mst' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
13326/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'buf' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 13509/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'buf' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
13327/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'size' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 13510/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'size' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
13328/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'purge' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 13511/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'purge' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
13329/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:100: warning: argument 'one_shot' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections 13512/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:107: warning: argument 'one_shot' from the argument list of GNUNET_MST_from_buffer has multiple @param documentation sections
13330/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:109: warning: argument 'buf' of command @param is not found in the argument list of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot) 13513/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:116: warning: argument 'buf' of command @param is not found in the argument list of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot)
13331/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:109: warning: argument 'size' of command @param is not found in the argument list of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot) 13514/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:116: warning: argument 'size' of command @param is not found in the argument list of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot)
13332/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:122: warning: The following parameter of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot) is not documented: 13515/home/william/Git/gnunet/src/include/gnunet_mst_lib.h:129: warning: The following parameter of GNUNET_MST_read(struct GNUNET_MessageStreamTokenizer *mst, struct GNUNET_NETWORK_Handle *sock, int purge, int one_shot) is not documented:
13333 parameter 'sock' 13516 parameter 'sock'
13334/home/william/Git/gnunet/src/include/gnunet_service_lib.h:394: warning: argument 'c' from the argument list of GNUNET_SERVICE_client_drop has multiple @param documentation sections 13517/home/william/Git/gnunet/src/include/gnunet_service_lib.h:401: warning: argument 'c' from the argument list of GNUNET_SERVICE_client_drop has multiple @param documentation sections
13335/home/william/Git/gnunet/src/include/gnunet_service_lib.h:408: warning: explicit link request to 'GNUNET_SERVICE_stop_listening()' could not be resolved 13518/home/william/Git/gnunet/src/include/gnunet_service_lib.h:415: warning: explicit link request to 'GNUNET_SERVICE_stop_listening()' could not be resolved
13336/home/william/Git/gnunet/src/include/gnunet_service_lib.h:248: warning: argument 'options' of command @param is not found in the argument list of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...) 13519/home/william/Git/gnunet/src/include/gnunet_service_lib.h:255: warning: argument 'options' of command @param is not found in the argument list of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...)
13337/home/william/Git/gnunet/src/include/gnunet_service_lib.h:248: warning: argument 'service_init_cb' of command @param is not found in the argument list of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...) 13520/home/william/Git/gnunet/src/include/gnunet_service_lib.h:255: warning: argument 'service_init_cb' of command @param is not found in the argument list of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...)
13338/home/william/Git/gnunet/src/include/gnunet_service_lib.h:306: warning: The following parameters of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...) are not documented: 13521/home/william/Git/gnunet/src/include/gnunet_service_lib.h:313: warning: The following parameters of GNUNET_SERVICE_MAIN(service_name, service_options, init_cb, connect_cb, disconnect_cb, cls,...) are not documented:
13339 parameter 'service_options' 13522 parameter 'service_options'
13340 parameter 'init_cb' 13523 parameter 'init_cb'
13341 parameter '...' 13524 parameter '...'
13342/home/william/Git/gnunet/src/include/gnunet_seti_service.h:173: warning: explicit link request to 'GNUNET_SETI_STATUS_OK' could not be resolved 13525/home/william/Git/gnunet/src/include/gnunet_seti_service.h:176: warning: explicit link request to 'GNUNET_SETI_STATUS_OK' could not be resolved
13343/home/william/Git/gnunet/src/include/gnunet_setu_service.h:218: warning: explicit link request to 'GNUNET_SETU_STATUS_OK' could not be resolved 13526/home/william/Git/gnunet/src/include/gnunet_setu_service.h:221: warning: explicit link request to 'GNUNET_SETU_STATUS_OK' could not be resolved
13344/home/william/Git/gnunet/src/include/gnunet_set_service.h:361: warning: argument 'set' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections 13527/home/william/Git/gnunet/src/include/gnunet_set_service.h:364: warning: argument 'set' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections
13345/home/william/Git/gnunet/src/include/gnunet_set_service.h:361: warning: argument 'element' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections 13528/home/william/Git/gnunet/src/include/gnunet_set_service.h:364: warning: argument 'element' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections
13346/home/william/Git/gnunet/src/include/gnunet_set_service.h:361: warning: argument 'cont' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections 13529/home/william/Git/gnunet/src/include/gnunet_set_service.h:364: warning: argument 'cont' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections
13347/home/william/Git/gnunet/src/include/gnunet_set_service.h:361: warning: argument 'cont_cls' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections 13530/home/william/Git/gnunet/src/include/gnunet_set_service.h:364: warning: argument 'cont_cls' from the argument list of GNUNET_SET_add_element has multiple @param documentation sections
13348/home/william/Git/gnunet/src/include/gnunet_set_service.h:381: warning: argument 'set' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections 13531/home/william/Git/gnunet/src/include/gnunet_set_service.h:384: warning: argument 'set' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections
13349/home/william/Git/gnunet/src/include/gnunet_set_service.h:381: warning: argument 'element' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections 13532/home/william/Git/gnunet/src/include/gnunet_set_service.h:384: warning: argument 'element' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections
13350/home/william/Git/gnunet/src/include/gnunet_set_service.h:381: warning: argument 'cont' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections 13533/home/william/Git/gnunet/src/include/gnunet_set_service.h:384: warning: argument 'cont' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections
13351/home/william/Git/gnunet/src/include/gnunet_set_service.h:381: warning: argument 'cont_cls' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections 13534/home/william/Git/gnunet/src/include/gnunet_set_service.h:384: warning: argument 'cont_cls' from the argument list of GNUNET_SET_remove_element has multiple @param documentation sections
13352/home/william/Git/gnunet/src/include/gnunet_set_service.h:402: warning: argument 'set' from the argument list of GNUNET_SET_destroy has multiple @param documentation sections 13535/home/william/Git/gnunet/src/include/gnunet_set_service.h:405: warning: argument 'set' from the argument list of GNUNET_SET_destroy has multiple @param documentation sections
13353/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'other_peer' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 13536/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'other_peer' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
13354/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'app_id' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 13537/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'app_id' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
13355/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'context_msg' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 13538/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'context_msg' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
13356/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'result_mode' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 13539/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'result_mode' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
13357/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'result_cb' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 13540/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'result_cb' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
13358/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: argument 'result_cls' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections 13541/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: argument 'result_cls' from the argument list of GNUNET_SET_prepare has multiple @param documentation sections
13359/home/william/Git/gnunet/src/include/gnunet_set_service.h:420: warning: The following parameter of GNUNET_SET_prepare(const struct GNUNET_PeerIdentity *other_peer, const struct GNUNET_HashCode *app_id, const struct GNUNET_MessageHeader *context_msg, enum GNUNET_SET_ResultMode result_mode, struct GNUNET_SET_Option options[], GNUNET_SET_ResultIterator result_cb, void *result_cls) is not documented: 13542/home/william/Git/gnunet/src/include/gnunet_set_service.h:423: warning: The following parameter of GNUNET_SET_prepare(const struct GNUNET_PeerIdentity *other_peer, const struct GNUNET_HashCode *app_id, const struct GNUNET_MessageHeader *context_msg, enum GNUNET_SET_ResultMode result_mode, struct GNUNET_SET_Option options[], GNUNET_SET_ResultIterator result_cb, void *result_cls) is not documented:
13360 parameter 'options' 13543 parameter 'options'
13361/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'cfg' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 13544/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'cfg' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
13362/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'operation' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 13545/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'operation' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
13363/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'app_id' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 13546/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'app_id' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
13364/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'listen_cb' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 13547/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'listen_cb' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
13365/home/william/Git/gnunet/src/include/gnunet_set_service.h:444: warning: argument 'listen_cls' from the argument list of GNUNET_SET_listen has multiple @param documentation sections 13548/home/william/Git/gnunet/src/include/gnunet_set_service.h:447: warning: argument 'listen_cls' from the argument list of GNUNET_SET_listen has multiple @param documentation sections
13366/home/william/Git/gnunet/src/include/gnunet_set_service.h:460: warning: argument 'lh' from the argument list of GNUNET_SET_listen_cancel has multiple @param documentation sections 13549/home/william/Git/gnunet/src/include/gnunet_set_service.h:463: warning: argument 'lh' from the argument list of GNUNET_SET_listen_cancel has multiple @param documentation sections
13367/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: argument 'request' from the argument list of GNUNET_SET_accept has multiple @param documentation sections 13550/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: argument 'request' from the argument list of GNUNET_SET_accept has multiple @param documentation sections
13368/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: argument 'result_mode' from the argument list of GNUNET_SET_accept has multiple @param documentation sections 13551/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: argument 'result_mode' from the argument list of GNUNET_SET_accept has multiple @param documentation sections
13369/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: argument 'result_cb' from the argument list of GNUNET_SET_accept has multiple @param documentation sections 13552/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: argument 'result_cb' from the argument list of GNUNET_SET_accept has multiple @param documentation sections
13370/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: argument 'result_cls' from the argument list of GNUNET_SET_accept has multiple @param documentation sections 13553/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: argument 'result_cls' from the argument list of GNUNET_SET_accept has multiple @param documentation sections
13371/home/william/Git/gnunet/src/include/gnunet_set_service.h:478: warning: The following parameter of GNUNET_SET_accept(struct GNUNET_SET_Request *request, enum GNUNET_SET_ResultMode result_mode, struct GNUNET_SET_Option options[], GNUNET_SET_ResultIterator result_cb, void *result_cls) is not documented: 13554/home/william/Git/gnunet/src/include/gnunet_set_service.h:481: warning: The following parameter of GNUNET_SET_accept(struct GNUNET_SET_Request *request, enum GNUNET_SET_ResultMode result_mode, struct GNUNET_SET_Option options[], GNUNET_SET_ResultIterator result_cb, void *result_cls) is not documented:
13372 parameter 'options' 13555 parameter 'options'
13373/home/william/Git/gnunet/src/include/gnunet_set_service.h:511: warning: argument 'oh' from the argument list of GNUNET_SET_operation_cancel has multiple @param documentation sections 13556/home/william/Git/gnunet/src/include/gnunet_set_service.h:514: warning: argument 'oh' from the argument list of GNUNET_SET_operation_cancel has multiple @param documentation sections
13374/home/william/Git/gnunet/src/include/gnunet_set_service.h:528: warning: argument 'set' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections 13557/home/william/Git/gnunet/src/include/gnunet_set_service.h:531: warning: argument 'set' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections
13375/home/william/Git/gnunet/src/include/gnunet_set_service.h:528: warning: argument 'iter' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections 13558/home/william/Git/gnunet/src/include/gnunet_set_service.h:531: warning: argument 'iter' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections
13376/home/william/Git/gnunet/src/include/gnunet_set_service.h:528: warning: argument 'iter_cls' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections 13559/home/william/Git/gnunet/src/include/gnunet_set_service.h:531: warning: argument 'iter_cls' from the argument list of GNUNET_SET_iterate has multiple @param documentation sections
13377/home/william/Git/gnunet/src/include/gnunet_set_service.h:563: warning: argument 'element' from the argument list of GNUNET_SET_element_hash has multiple @param documentation sections 13560/home/william/Git/gnunet/src/include/gnunet_set_service.h:566: warning: argument 'element' from the argument list of GNUNET_SET_element_hash has multiple @param documentation sections
13378/home/william/Git/gnunet/src/include/gnunet_set_service.h:563: warning: argument 'ret_hash' from the argument list of GNUNET_SET_element_hash has multiple @param documentation sections 13561/home/william/Git/gnunet/src/include/gnunet_set_service.h:566: warning: argument 'ret_hash' from the argument list of GNUNET_SET_element_hash has multiple @param documentation sections
13379/home/william/Git/gnunet/src/include/gnunet_seti_service.h:215: warning: argument 'cfg' from the argument list of GNUNET_SETI_create has multiple @param documentation sections 13562/home/william/Git/gnunet/src/include/gnunet_seti_service.h:218: warning: argument 'cfg' from the argument list of GNUNET_SETI_create has multiple @param documentation sections
13380/home/william/Git/gnunet/src/include/gnunet_seti_service.h:229: warning: argument 'set' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections 13563/home/william/Git/gnunet/src/include/gnunet_seti_service.h:232: warning: argument 'set' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections
13381/home/william/Git/gnunet/src/include/gnunet_seti_service.h:229: warning: argument 'element' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections 13564/home/william/Git/gnunet/src/include/gnunet_seti_service.h:232: warning: argument 'element' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections
13382/home/william/Git/gnunet/src/include/gnunet_seti_service.h:229: warning: argument 'cb' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections 13565/home/william/Git/gnunet/src/include/gnunet_seti_service.h:232: warning: argument 'cb' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections
13383/home/william/Git/gnunet/src/include/gnunet_seti_service.h:229: warning: argument 'cb_cls' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections 13566/home/william/Git/gnunet/src/include/gnunet_seti_service.h:232: warning: argument 'cb_cls' from the argument list of GNUNET_SETI_add_element has multiple @param documentation sections
13384/home/william/Git/gnunet/src/include/gnunet_seti_service.h:242: warning: argument 'set' from the argument list of GNUNET_SETI_destroy has multiple @param documentation sections 13567/home/william/Git/gnunet/src/include/gnunet_seti_service.h:245: warning: argument 'set' from the argument list of GNUNET_SETI_destroy has multiple @param documentation sections
13385/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'other_peer' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 13568/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'other_peer' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
13386/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'app_id' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 13569/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'app_id' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
13387/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'context_msg' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 13570/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'context_msg' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
13388/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'options' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 13571/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'options' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
13389/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'result_cb' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 13572/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'result_cb' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
13390/home/william/Git/gnunet/src/include/gnunet_seti_service.h:259: warning: argument 'result_cls' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections 13573/home/william/Git/gnunet/src/include/gnunet_seti_service.h:262: warning: argument 'result_cls' from the argument list of GNUNET_SETI_prepare has multiple @param documentation sections
13391/home/william/Git/gnunet/src/include/gnunet_seti_service.h:281: warning: argument 'cfg' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections 13574/home/william/Git/gnunet/src/include/gnunet_seti_service.h:284: warning: argument 'cfg' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections
13392/home/william/Git/gnunet/src/include/gnunet_seti_service.h:281: warning: argument 'app_id' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections 13575/home/william/Git/gnunet/src/include/gnunet_seti_service.h:284: warning: argument 'app_id' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections
13393/home/william/Git/gnunet/src/include/gnunet_seti_service.h:281: warning: argument 'listen_cb' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections 13576/home/william/Git/gnunet/src/include/gnunet_seti_service.h:284: warning: argument 'listen_cb' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections
13394/home/william/Git/gnunet/src/include/gnunet_seti_service.h:281: warning: argument 'listen_cls' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections 13577/home/william/Git/gnunet/src/include/gnunet_seti_service.h:284: warning: argument 'listen_cls' from the argument list of GNUNET_SETI_listen has multiple @param documentation sections
13395/home/william/Git/gnunet/src/include/gnunet_seti_service.h:296: warning: argument 'lh' from the argument list of GNUNET_SETI_listen_cancel has multiple @param documentation sections 13578/home/william/Git/gnunet/src/include/gnunet_seti_service.h:299: warning: argument 'lh' from the argument list of GNUNET_SETI_listen_cancel has multiple @param documentation sections
13396/home/william/Git/gnunet/src/include/gnunet_seti_service.h:313: warning: argument 'request' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections 13579/home/william/Git/gnunet/src/include/gnunet_seti_service.h:316: warning: argument 'request' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections
13397/home/william/Git/gnunet/src/include/gnunet_seti_service.h:313: warning: argument 'options' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections 13580/home/william/Git/gnunet/src/include/gnunet_seti_service.h:316: warning: argument 'options' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections
13398/home/william/Git/gnunet/src/include/gnunet_seti_service.h:313: warning: argument 'result_cb' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections 13581/home/william/Git/gnunet/src/include/gnunet_seti_service.h:316: warning: argument 'result_cb' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections
13399/home/william/Git/gnunet/src/include/gnunet_seti_service.h:313: warning: argument 'result_cls' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections 13582/home/william/Git/gnunet/src/include/gnunet_seti_service.h:316: warning: argument 'result_cls' from the argument list of GNUNET_SETI_accept has multiple @param documentation sections
13400/home/william/Git/gnunet/src/include/gnunet_seti_service.h:345: warning: argument 'oh' from the argument list of GNUNET_SETI_operation_cancel has multiple @param documentation sections 13583/home/william/Git/gnunet/src/include/gnunet_seti_service.h:348: warning: argument 'oh' from the argument list of GNUNET_SETI_operation_cancel has multiple @param documentation sections
13401/home/william/Git/gnunet/src/include/gnunet_setu_service.h:274: warning: argument 'set' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections 13584/home/william/Git/gnunet/src/include/gnunet_setu_service.h:277: warning: argument 'set' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections
13402/home/william/Git/gnunet/src/include/gnunet_setu_service.h:274: warning: argument 'element' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections 13585/home/william/Git/gnunet/src/include/gnunet_setu_service.h:277: warning: argument 'element' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections
13403/home/william/Git/gnunet/src/include/gnunet_setu_service.h:274: warning: argument 'cb' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections 13586/home/william/Git/gnunet/src/include/gnunet_setu_service.h:277: warning: argument 'cb' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections
13404/home/william/Git/gnunet/src/include/gnunet_setu_service.h:274: warning: argument 'cb_cls' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections 13587/home/william/Git/gnunet/src/include/gnunet_setu_service.h:277: warning: argument 'cb_cls' from the argument list of GNUNET_SETU_add_element has multiple @param documentation sections
13405/home/william/Git/gnunet/src/include/gnunet_setu_service.h:287: warning: argument 'set' from the argument list of GNUNET_SETU_destroy has multiple @param documentation sections 13588/home/william/Git/gnunet/src/include/gnunet_setu_service.h:290: warning: argument 'set' from the argument list of GNUNET_SETU_destroy has multiple @param documentation sections
13406/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'other_peer' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 13589/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'other_peer' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
13407/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'app_id' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 13590/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'app_id' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
13408/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'context_msg' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 13591/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'context_msg' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
13409/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'result_cb' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 13592/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'result_cb' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
13410/home/william/Git/gnunet/src/include/gnunet_setu_service.h:304: warning: argument 'result_cls' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections 13593/home/william/Git/gnunet/src/include/gnunet_setu_service.h:307: warning: argument 'result_cls' from the argument list of GNUNET_SETU_prepare has multiple @param documentation sections
13411/home/william/Git/gnunet/src/include/gnunet_setu_service.h:326: warning: argument 'cfg' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections 13594/home/william/Git/gnunet/src/include/gnunet_setu_service.h:329: warning: argument 'cfg' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections
13412/home/william/Git/gnunet/src/include/gnunet_setu_service.h:326: warning: argument 'app_id' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections 13595/home/william/Git/gnunet/src/include/gnunet_setu_service.h:329: warning: argument 'app_id' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections
13413/home/william/Git/gnunet/src/include/gnunet_setu_service.h:326: warning: argument 'listen_cb' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections 13596/home/william/Git/gnunet/src/include/gnunet_setu_service.h:329: warning: argument 'listen_cb' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections
13414/home/william/Git/gnunet/src/include/gnunet_setu_service.h:326: warning: argument 'listen_cls' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections 13597/home/william/Git/gnunet/src/include/gnunet_setu_service.h:329: warning: argument 'listen_cls' from the argument list of GNUNET_SETU_listen has multiple @param documentation sections
13415/home/william/Git/gnunet/src/include/gnunet_setu_service.h:341: warning: argument 'lh' from the argument list of GNUNET_SETU_listen_cancel has multiple @param documentation sections 13598/home/william/Git/gnunet/src/include/gnunet_setu_service.h:344: warning: argument 'lh' from the argument list of GNUNET_SETU_listen_cancel has multiple @param documentation sections
13416/home/william/Git/gnunet/src/include/gnunet_setu_service.h:344: warning: argument 'result_mode' of command @param is not found in the argument list of GNUNET_SETU_accept(struct GNUNET_SETU_Request *request, const struct GNUNET_SETU_Option options[], GNUNET_SETU_ResultIterator result_cb, void *result_cls) 13599/home/william/Git/gnunet/src/include/gnunet_setu_service.h:347: warning: argument 'result_mode' of command @param is not found in the argument list of GNUNET_SETU_accept(struct GNUNET_SETU_Request *request, const struct GNUNET_SETU_Option options[], GNUNET_SETU_ResultIterator result_cb, void *result_cls)
13417/home/william/Git/gnunet/src/include/gnunet_setu_service.h:358: warning: argument 'request' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections 13600/home/william/Git/gnunet/src/include/gnunet_setu_service.h:361: warning: argument 'request' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections
13418/home/william/Git/gnunet/src/include/gnunet_setu_service.h:358: warning: argument 'result_cb' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections 13601/home/william/Git/gnunet/src/include/gnunet_setu_service.h:361: warning: argument 'result_cb' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections
13419/home/william/Git/gnunet/src/include/gnunet_setu_service.h:358: warning: argument 'result_cls' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections 13602/home/william/Git/gnunet/src/include/gnunet_setu_service.h:361: warning: argument 'result_cls' from the argument list of GNUNET_SETU_accept has multiple @param documentation sections
13420/home/william/Git/gnunet/src/include/gnunet_setu_service.h:390: warning: argument 'oh' from the argument list of GNUNET_SETU_operation_cancel has multiple @param documentation sections 13603/home/william/Git/gnunet/src/include/gnunet_setu_service.h:393: warning: argument 'oh' from the argument list of GNUNET_SETU_operation_cancel has multiple @param documentation sections
13421/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:174: warning: argument 'handle' from the argument list of GNUNET_STATISTICS_get has multiple @param documentation sections 13604/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:174: warning: argument 'handle' from the argument list of GNUNET_STATISTICS_get has multiple @param documentation sections
13422/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:174: warning: argument 'subsystem' from the argument list of GNUNET_STATISTICS_get has multiple @param documentation sections 13605/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:174: warning: argument 'subsystem' from the argument list of GNUNET_STATISTICS_get has multiple @param documentation sections
13423/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:174: warning: argument 'name' from the argument list of GNUNET_STATISTICS_get has multiple @param documentation sections 13606/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:174: warning: argument 'name' from the argument list of GNUNET_STATISTICS_get has multiple @param documentation sections
@@ -13433,403 +13616,274 @@ The command that should end the block seems to be missing!
13433/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'name' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections 13616/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'name' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections
13434/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'delta' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections 13617/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'delta' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections
13435/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'make_persistent' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections 13618/home/william/Git/gnunet/src/include/gnunet_statistics_service.h:218: warning: argument 'make_persistent' from the argument list of GNUNET_STATISTICS_update has multiple @param documentation sections
13436/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:384: warning: argument 'data' of command @param is not found in the argument list of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output) 13619/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:388: warning: argument 'data' of command @param is not found in the argument list of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output)
13437/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:392: warning: The following parameter of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output) is not documented: 13620/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:396: warning: The following parameter of GNUNET_STRINGS_base64_encode(const void *in, size_t len, char **output) is not documented:
13438 parameter 'in' 13621 parameter 'in'
13439/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:399: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out) 13622/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:403: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out)
13440/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:407: warning: The following parameter of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out) is not documented: 13623/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:411: warning: The following parameter of GNUNET_STRINGS_urlencode(const char *data, size_t len, char **out) is not documented:
13441 parameter 'out' 13624 parameter 'out'
13442/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:442: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out) 13625/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:446: warning: argument 'output' of command @param is not found in the argument list of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out)
13443/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:452: warning: The following parameter of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out) is not documented: 13626/home/william/Git/gnunet/src/include/gnunet_strings_lib.h:456: warning: The following parameter of GNUNET_STRINGS_base64url_decode(const char *data, size_t len, void **out) is not documented:
13444 parameter 'out' 13627 parameter 'out'
13445/home/william/Git/gnunet/src/include/gnunet_transport_service.h:164: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_RECV_ATS' could not be resolved 13628/home/william/Git/gnunet/src/include/gnunet_transport_service.h:167: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_RECV_ATS' could not be resolved
13446/home/william/Git/gnunet/src/include/gnunet_transport_service.h:165: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_RECV_ACK' could not be resolved 13629/home/william/Git/gnunet/src/include/gnunet_transport_service.h:168: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_RECV_ACK' could not be resolved
13447/home/william/Git/gnunet/src/include/gnunet_transport_service.h:172: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_SENT' could not be resolved 13630/home/william/Git/gnunet/src/include/gnunet_transport_service.h:175: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECT_SENT' could not be resolved
13448/home/william/Git/gnunet/src/include/gnunet_transport_service.h:189: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECTED_SWITCHING_SYN_SENT' could not be resolved 13631/home/william/Git/gnunet/src/include/gnunet_transport_service.h:192: warning: explicit link request to 'GNUNET_TRANSPORT_PS_CONNECTED_SWITCHING_SYN_SENT' could not be resolved
13449/home/william/Git/gnunet/src/transport/transport_api2_communication.c:798: warning: argument 'mtu' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *config_section, const char *addr_prefix, enum GNUNET_TRANSPORT_CommunicatorCharacteristics cc, GNUNET_TRANSPORT_CommunicatorMqInit mq_init, void *mq_init_cls, GNUNET_TRANSPORT_CommunicatorNotify notify_cb, void *notify_cb_cls) 13632/home/william/Git/gnunet/src/transport/transport_api2_communication.c:798: warning: argument 'mtu' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *config_section, const char *addr_prefix, enum GNUNET_TRANSPORT_CommunicatorCharacteristics cc, GNUNET_TRANSPORT_CommunicatorMqInit mq_init, void *mq_init_cls, GNUNET_TRANSPORT_CommunicatorNotify notify_cb, void *notify_cb_cls)
13450/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 13633/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
13451/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'config_section' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 13634/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'config_section' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
13452/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'addr_prefix' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 13635/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'addr_prefix' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
13453/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'cc' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 13636/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'cc' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
13454/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'mq_init' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 13637/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'mq_init' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
13455/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'mq_init_cls' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 13638/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'mq_init_cls' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
13456/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'notify_cb' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 13639/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'notify_cb' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
13457/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:151: warning: argument 'notify_cb_cls' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections 13640/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:154: warning: argument 'notify_cb_cls' from the argument list of GNUNET_TRANSPORT_communicator_connect has multiple @param documentation sections
13458/home/william/Git/gnunet/src/transport/transport_api2_communication.c:876: warning: argument 'handle' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_receive(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_PeerIdentity *sender, const struct GNUNET_MessageHeader *msg, struct GNUNET_TIME_Relative expected_addr_validity, GNUNET_TRANSPORT_MessageCompletedCallback cb, void *cb_cls) 13641/home/william/Git/gnunet/src/transport/transport_api2_communication.c:876: warning: argument 'handle' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_receive(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_PeerIdentity *sender, const struct GNUNET_MessageHeader *msg, struct GNUNET_TIME_Relative expected_addr_validity, GNUNET_TRANSPORT_MessageCompletedCallback cb, void *cb_cls)
13459/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'sender' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 13642/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'sender' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
13460/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'msg' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 13643/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'msg' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
13461/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'expected_addr_validity' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 13644/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'expected_addr_validity' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
13462/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'cb' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 13645/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'cb' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
13463/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:209: warning: argument 'cb_cls' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections 13646/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:212: warning: argument 'cb_cls' from the argument list of GNUNET_TRANSPORT_communicator_receive has multiple @param documentation sections
13464/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:249: warning: argument 'cc' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_add(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_PeerIdentity *peer, const char *address, uint32_t mtu, uint64_t q_len, uint32_t priority, enum GNUNET_NetworkType nt, enum GNUNET_TRANSPORT_ConnectionStatus cs, struct GNUNET_MQ_Handle *mq) 13647/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:252: warning: argument 'cc' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_add(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_PeerIdentity *peer, const char *address, uint32_t mtu, uint64_t q_len, uint32_t priority, enum GNUNET_NetworkType nt, enum GNUNET_TRANSPORT_ConnectionStatus cs, struct GNUNET_MQ_Handle *mq)
13465/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 13648/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
13466/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'peer' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 13649/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'peer' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
13467/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'address' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 13650/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'address' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
13468/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'mtu' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 13651/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'mtu' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
13469/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'q_len' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 13652/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'q_len' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
13470/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'priority' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 13653/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'priority' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
13471/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'nt' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 13654/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'nt' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
13472/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'cs' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 13655/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'cs' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
13473/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:268: warning: argument 'mq' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections 13656/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:271: warning: argument 'mq' from the argument list of GNUNET_TRANSPORT_communicator_mq_add has multiple @param documentation sections
13474/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:279: warning: argument 'qh' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority) 13657/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:282: warning: argument 'qh' of command @param is not found in the argument list of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority)
13475/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:289: warning: The following parameter of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority) is not documented: 13658/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:292: warning: The following parameter of GNUNET_TRANSPORT_communicator_mq_update(struct GNUNET_TRANSPORT_CommunicatorHandle *ch, const struct GNUNET_TRANSPORT_QueueHandle *u_qh, uint64_t q_len, uint32_t priority) is not documented:
13476 parameter 'u_qh' 13659 parameter 'u_qh'
13477/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:367: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections 13660/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:370: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections
13478/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:367: warning: argument 'pid' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections 13661/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:370: warning: argument 'pid' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections
13479/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:367: warning: argument 'comm' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections 13662/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:370: warning: argument 'comm' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections
13480/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:367: warning: argument 'header' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections 13663/home/william/Git/gnunet/src/include/gnunet_transport_communication_service.h:370: warning: argument 'header' from the argument list of GNUNET_TRANSPORT_communicator_notify has multiple @param documentation sections
13481/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:92: warning: argument 'neb' of command @param is not found in the argument list of GNUNET_TRANSPORT_core_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_PeerIdentity *self, const struct GNUNET_MQ_MessageHandler *handlers, void *cls, GNUNET_TRANSPORT_NotifyConnect nc, GNUNET_TRANSPORT_NotifyDisconnect nd) 13664/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:95: warning: argument 'neb' of command @param is not found in the argument list of GNUNET_TRANSPORT_core_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_PeerIdentity *self, const struct GNUNET_MQ_MessageHandler *handlers, void *cls, GNUNET_TRANSPORT_NotifyConnect nc, GNUNET_TRANSPORT_NotifyDisconnect nd)
13482/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:110: warning: argument 'handlers' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 13665/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:113: warning: argument 'handlers' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
13483/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:124: warning: argument 'handle' from the argument list of GNUNET_TRANSPORT_core_disconnect has multiple @param documentation sections 13666/home/william/Git/gnunet/src/include/gnunet_transport_core_service.h:127: warning: argument 'handle' from the argument list of GNUNET_TRANSPORT_core_disconnect has multiple @param documentation sections
13484/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:142: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections 13667/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:145: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections
13485/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:142: warning: argument 'ac' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections 13668/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:145: warning: argument 'ac' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections
13486/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:142: warning: argument 'rec' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections 13669/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:145: warning: argument 'rec' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections
13487/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:142: warning: argument 'rec_cls' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections 13670/home/william/Git/gnunet/src/include/gnunet_transport_hello_service.h:145: warning: argument 'rec_cls' from the argument list of GNUNET_TRANSPORT_hello_get has multiple @param documentation sections
13488/home/william/Git/gnunet/src/include/gnunet_transport_manipulation_service.h:79: warning: argument 'handle' from the argument list of GNUNET_TRANSPORT_manipulation_disconnect has multiple @param documentation sections 13671/home/william/Git/gnunet/src/include/gnunet_transport_manipulation_service.h:82: warning: argument 'handle' from the argument list of GNUNET_TRANSPORT_manipulation_disconnect has multiple @param documentation sections
13489/home/william/Git/gnunet/src/transport/transport_api2_monitor.c:279: warning: argument 'pmc' of command @param is not found in the argument list of GNUNET_TRANSPORT_monitor_cancel(struct GNUNET_TRANSPORT_MonitorContext *mc) 13672/home/william/Git/gnunet/src/transport/transport_api2_monitor.c:279: warning: argument 'pmc' of command @param is not found in the argument list of GNUNET_TRANSPORT_monitor_cancel(struct GNUNET_TRANSPORT_MonitorContext *mc)
13490/home/william/Git/gnunet/src/include/gnunet_transport_service.h:90: warning: argument 'ohh' from the argument list of GNUNET_TRANSPORT_offer_hello_cancel has multiple @param documentation sections 13673/home/william/Git/gnunet/src/include/gnunet_transport_service.h:93: warning: argument 'ohh' from the argument list of GNUNET_TRANSPORT_offer_hello_cancel has multiple @param documentation sections
13491/home/william/Git/gnunet/src/include/gnunet_transport_service.h:293: warning: argument 'state' from the argument list of GNUNET_TRANSPORT_ps2s has multiple @param documentation sections 13674/home/william/Git/gnunet/src/include/gnunet_transport_service.h:296: warning: argument 'state' from the argument list of GNUNET_TRANSPORT_ps2s has multiple @param documentation sections
13492/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 13675/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
13493/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'peer' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 13676/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'peer' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
13494/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'one_shot' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 13677/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'one_shot' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
13495/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'peer_callback' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 13678/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'peer_callback' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
13496/home/william/Git/gnunet/src/include/gnunet_transport_service.h:366: warning: argument 'peer_callback_cls' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections 13679/home/william/Git/gnunet/src/include/gnunet_transport_service.h:369: warning: argument 'peer_callback_cls' from the argument list of GNUNET_TRANSPORT_monitor_peers has multiple @param documentation sections
13497/home/william/Git/gnunet/src/transport/transport_api_monitor_plugins.c:441: warning: explicit link request to 'GNUNET_TRANSPORT_SS_FINI' could not be resolved 13680/home/william/Git/gnunet/src/transport/transport_api_monitor_plugins.c:441: warning: explicit link request to 'GNUNET_TRANSPORT_SS_FINI' could not be resolved
13498/home/william/Git/gnunet/src/include/gnunet_transport_service.h:578: warning: argument 'pm' from the argument list of GNUNET_TRANSPORT_monitor_plugins_cancel has multiple @param documentation sections 13681/home/william/Git/gnunet/src/include/gnunet_transport_service.h:581: warning: argument 'pm' from the argument list of GNUNET_TRANSPORT_monitor_plugins_cancel has multiple @param documentation sections
13499/home/william/Git/gnunet/src/transport/transport_api_core.c:844: warning: argument 'rec' of command @param is not found in the argument list of GNUNET_TRANSPORT_core_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_PeerIdentity *self, const struct GNUNET_MQ_MessageHandler *handlers, void *cls, GNUNET_TRANSPORT_NotifyConnect nc, GNUNET_TRANSPORT_NotifyDisconnect nd, GNUNET_TRANSPORT_NotifyExcessBandwidth neb) 13682/home/william/Git/gnunet/src/transport/transport_api_core.c:844: warning: argument 'rec' of command @param is not found in the argument list of GNUNET_TRANSPORT_core_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_PeerIdentity *self, const struct GNUNET_MQ_MessageHandler *handlers, void *cls, GNUNET_TRANSPORT_NotifyConnect nc, GNUNET_TRANSPORT_NotifyDisconnect nd, GNUNET_TRANSPORT_NotifyExcessBandwidth neb)
13500/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 13683/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
13501/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'self' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 13684/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'self' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
13502/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'handlers' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 13685/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'handlers' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
13503/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'cls' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 13686/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'cls' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
13504/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'nc' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 13687/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'nc' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
13505/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'nd' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 13688/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'nd' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
13506/home/william/Git/gnunet/src/include/gnunet_transport_service.h:666: warning: argument 'neb' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections 13689/home/william/Git/gnunet/src/include/gnunet_transport_service.h:669: warning: argument 'neb' from the argument list of GNUNET_TRANSPORT_core_connect has multiple @param documentation sections
13507/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'ip' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 13690/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'ip' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
13508/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'protocol' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 13691/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'protocol' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
13509/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'payload_length' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 13692/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'payload_length' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
13510/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'src' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 13693/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'src' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
13511/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:774: warning: argument 'dst' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections 13694/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:777: warning: argument 'dst' from the argument list of GNUNET_TUN_initialize_ipv6_header has multiple @param documentation sections
13512/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:789: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections 13695/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:792: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections
13513/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:789: warning: argument 'tcp' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections 13696/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:792: warning: argument 'tcp' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections
13514/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:789: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections 13697/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:792: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections
13515/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:789: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections 13698/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:792: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_tcp4_checksum has multiple @param documentation sections
13516/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:803: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections 13699/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:806: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections
13517/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:803: warning: argument 'tcp' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections 13700/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:806: warning: argument 'tcp' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections
13518/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:803: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections 13701/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:806: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections
13519/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:803: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections 13702/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:806: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_tcp6_checksum has multiple @param documentation sections
13520/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:817: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections 13703/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:820: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections
13521/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:817: warning: argument 'udp' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections 13704/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:820: warning: argument 'udp' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections
13522/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:817: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections 13705/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:820: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections
13523/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:817: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections 13706/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:820: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_udp4_checksum has multiple @param documentation sections
13524/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:832: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections 13707/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:835: warning: argument 'ip' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections
13525/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:832: warning: argument 'udp' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections 13708/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:835: warning: argument 'udp' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections
13526/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:832: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections 13709/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:835: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections
13527/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:832: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections 13710/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:835: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_udp6_checksum has multiple @param documentation sections
13528/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:846: warning: argument 'icmp' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections 13711/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:849: warning: argument 'icmp' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections
13529/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:846: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections 13712/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:849: warning: argument 'payload' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections
13530/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:846: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections 13713/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:849: warning: argument 'payload_length' from the argument list of GNUNET_TUN_calculate_icmp_checksum has multiple @param documentation sections
13531/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:860: warning: argument 'ip' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections 13714/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:863: warning: argument 'ip' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections
13532/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:860: warning: argument 'port' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections 13715/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:863: warning: argument 'port' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections
13533/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:860: warning: argument 'rxstr' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections 13716/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:863: warning: argument 'rxstr' from the argument list of GNUNET_TUN_ipv4toregexsearch has multiple @param documentation sections
13534/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:874: warning: argument 'ipv6' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections 13717/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:877: warning: argument 'ipv6' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections
13535/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:874: warning: argument 'port' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections 13718/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:877: warning: argument 'port' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections
13536/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:874: warning: argument 'rxstr' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections 13719/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:877: warning: argument 'rxstr' from the argument list of GNUNET_TUN_ipv6toregexsearch has multiple @param documentation sections
13537/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:889: warning: argument 'policy' from the argument list of GNUNET_TUN_ipv6policy2regex has multiple @param documentation sections 13720/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:892: warning: argument 'policy' from the argument list of GNUNET_TUN_ipv6policy2regex has multiple @param documentation sections
13538/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:902: warning: argument 'policy' from the argument list of GNUNET_TUN_ipv4policy2regex has multiple @param documentation sections 13721/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:905: warning: argument 'policy' from the argument list of GNUNET_TUN_ipv4policy2regex has multiple @param documentation sections
13539/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:914: warning: argument 'service_name' from the argument list of GNUNET_TUN_service_name_to_hash has multiple @param documentation sections 13722/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:917: warning: argument 'service_name' from the argument list of GNUNET_TUN_service_name_to_hash has multiple @param documentation sections
13540/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:914: warning: argument 'hc' from the argument list of GNUNET_TUN_service_name_to_hash has multiple @param documentation sections 13723/home/william/Git/gnunet/src/include/gnunet_tun_lib.h:917: warning: argument 'hc' from the argument list of GNUNET_TUN_service_name_to_hash has multiple @param documentation sections
13541/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:68: warning: argument 'h' from the argument list of GNUNET_TESTBED_LOGGER_disconnect has multiple @param documentation sections 13724/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:71: warning: argument 'h' from the argument list of GNUNET_TESTBED_LOGGER_disconnect has multiple @param documentation sections
13542/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:106: warning: argument 'h' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections 13725/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:109: warning: argument 'h' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections
13543/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:106: warning: argument 'cb' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections 13726/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:109: warning: argument 'cb' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections
13544/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:106: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections 13727/home/william/Git/gnunet/src/include/gnunet_testbed_logger_service.h:109: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_LOGGER_flush has multiple @param documentation sections
13545/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'id' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 13728/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'id' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
13546/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'hostname' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 13729/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'hostname' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
13547/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'username' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 13730/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'username' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
13548/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 13731/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
13549/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:114: warning: argument 'port' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections 13732/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:117: warning: argument 'port' from the argument list of GNUNET_TESTBED_host_create_with_id has multiple @param documentation sections
13550/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:135: warning: argument 'filename' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections 13733/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:138: warning: argument 'filename' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections
13551/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:135: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections 13734/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:138: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections
13552/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:135: warning: argument 'hosts' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections 13735/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:138: warning: argument 'hosts' from the argument list of GNUNET_TESTBED_hosts_load_from_file has multiple @param documentation sections
13553/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:476: warning: argument 'host' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections 13736/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:479: warning: argument 'host' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections
13554/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:476: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections 13737/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:479: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections
13555/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:476: warning: argument 'cc' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections 13738/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:479: warning: argument 'cc' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections
13556/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:476: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections 13739/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:479: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_controller_connect has multiple @param documentation sections
13557/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:526: warning: argument 'controller' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections 13740/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:529: warning: argument 'controller' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections
13558/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:526: warning: argument 'host' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections 13741/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:529: warning: argument 'host' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections
13559/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:526: warning: argument 'cc' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections 13742/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:529: warning: argument 'cc' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections
13560/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:526: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections 13743/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:529: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_register_host has multiple @param documentation sections
13561/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:542: warning: argument 'handle' from the argument list of GNUNET_TESTBED_cancel_registration has multiple @param documentation sections 13744/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:545: warning: argument 'handle' from the argument list of GNUNET_TESTBED_cancel_registration has multiple @param documentation sections
13562/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 13745/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
13563/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'master' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 13746/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'master' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
13564/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'delegated_host' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 13747/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'delegated_host' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
13565/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'slave_host' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 13748/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'slave_host' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
13566/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:590: warning: argument 'is_subordinate' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections 13749/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:593: warning: argument 'is_subordinate' from the argument list of GNUNET_TESTBED_controller_link has multiple @param documentation sections
13567/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:613: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections 13750/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:616: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections
13568/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:613: warning: argument 'master' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections 13751/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:616: warning: argument 'master' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections
13569/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:613: warning: argument 'slave_host' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections 13752/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:616: warning: argument 'slave_host' from the argument list of GNUNET_TESTBED_get_slave_config has multiple @param documentation sections
13570/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'controller' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 13753/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'controller' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
13571/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'host' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 13754/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'host' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
13572/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 13755/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
13573/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 13756/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
13574/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:663: warning: argument 'cls' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections 13757/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:666: warning: argument 'cls' from the argument list of GNUNET_TESTBED_peer_create has multiple @param documentation sections
13575/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:693: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections 13758/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:696: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections
13576/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:693: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections 13759/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:696: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections
13577/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:693: warning: argument 'pcc' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections 13760/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:696: warning: argument 'pcc' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections
13578/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:693: warning: argument 'pcc_cls' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections 13761/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:696: warning: argument 'pcc_cls' from the argument list of GNUNET_TESTBED_peer_start has multiple @param documentation sections
13579/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:712: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections 13762/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:715: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections
13580/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:712: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections 13763/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:715: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections
13581/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:712: warning: argument 'pcc' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections 13764/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:715: warning: argument 'pcc' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections
13582/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:712: warning: argument 'pcc_cls' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections 13765/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:715: warning: argument 'pcc_cls' from the argument list of GNUNET_TESTBED_peer_stop has multiple @param documentation sections
13583/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:780: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections 13766/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:783: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections
13584/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:780: warning: argument 'pit' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections 13767/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:783: warning: argument 'pit' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections
13585/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:780: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections 13768/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:783: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections
13586/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:780: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections 13769/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:783: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_peer_get_information has multiple @param documentation sections
13587/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:796: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_update_configuration has multiple @param documentation sections 13770/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:799: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_update_configuration has multiple @param documentation sections
13588/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:796: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_peer_update_configuration has multiple @param documentation sections 13771/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:799: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_peer_update_configuration has multiple @param documentation sections
13589/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 13772/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
13590/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 13773/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'peer' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
13591/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'service_name' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 13774/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'service_name' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
13592/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 13775/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'cb' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
13593/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 13776/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
13594/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:828: warning: argument 'start' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections 13777/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:831: warning: argument 'start' from the argument list of GNUNET_TESTBED_peer_manage_service has multiple @param documentation sections
13595/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 13778/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
13596/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 13779/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
13597/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 13780/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
13598/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'topo' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 13781/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'topo' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
13599/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1038: warning: argument 'ap' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections 13782/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1041: warning: argument 'ap' from the argument list of GNUNET_TESTBED_underlay_configure_topology_va has multiple @param documentation sections
13600/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1060: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections 13783/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1063: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections
13601/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1060: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections 13784/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1063: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections
13602/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1060: warning: argument 'peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections 13785/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1063: warning: argument 'peers' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections
13603/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1060: warning: argument 'topo' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections 13786/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1063: warning: argument 'topo' from the argument list of GNUNET_TESTBED_underlay_configure_topology has multiple @param documentation sections
13604/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 13787/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
13605/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'cb' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 13788/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'cb' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
13606/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 13789/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
13607/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'p1' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 13790/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'p1' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
13608/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1083: warning: argument 'p2' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections 13791/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1086: warning: argument 'p2' from the argument list of GNUNET_TESTBED_overlay_connect has multiple @param documentation sections
13609/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 13792/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
13610/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 13793/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
13611/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'peers' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 13794/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'peers' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
13612/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'max_connections' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 13795/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'max_connections' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
13613/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'comp_cb' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 13796/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'comp_cb' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
13614/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'comp_cb_cls' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 13797/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'comp_cb_cls' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
13615/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'topo' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 13798/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'topo' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
13616/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1127: warning: argument 'va' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections 13799/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1130: warning: argument 'va' from the argument list of GNUNET_TESTBED_overlay_configure_topology_va has multiple @param documentation sections
13617/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1183: warning: argument 'controller' from the argument list of GNUNET_TESTBED_overlay_write_topology_to_file has multiple @param documentation sections 13800/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1186: warning: argument 'controller' from the argument list of GNUNET_TESTBED_overlay_write_topology_to_file has multiple @param documentation sections
13618/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1183: warning: argument 'filename' from the argument list of GNUNET_TESTBED_overlay_write_topology_to_file has multiple @param documentation sections 13801/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1186: warning: argument 'filename' from the argument list of GNUNET_TESTBED_overlay_write_topology_to_file has multiple @param documentation sections
13619/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 13802/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'op_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
13620/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'peer' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 13803/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'peer' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
13621/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'service_name' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 13804/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'service_name' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
13622/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'cb' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 13805/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'cb' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
13623/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 13806/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'cb_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
13624/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'ca' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 13807/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'ca' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
13625/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'da' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 13808/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'da' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
13626/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1256: warning: argument 'cada_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections 13809/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1259: warning: argument 'cada_cls' from the argument list of GNUNET_TESTBED_service_connect has multiple @param documentation sections
13627/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 13810/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
13628/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'peers' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 13811/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'peers' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
13629/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'subsystem' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 13812/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'subsystem' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
13630/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'name' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 13813/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'name' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
13631/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'proc' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 13814/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'proc' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
13632/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'cont' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 13815/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'cont' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
13633/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1328: warning: argument 'cls' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections 13816/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1331: warning: argument 'cls' from the argument list of GNUNET_TESTBED_get_statistics has multiple @param documentation sections
13634/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'host_filename' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 13817/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'host_filename' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
13635/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 13818/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'cfg' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
13636/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 13819/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
13637/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 13820/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
13638/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'cc' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 13821/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'cc' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
13639/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 13822/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
13640/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'test_master' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 13823/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'test_master' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
13641/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1411: warning: argument 'test_master_cls' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections 13824/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1414: warning: argument 'test_master_cls' from the argument list of GNUNET_TESTBED_run has multiple @param documentation sections
13642/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'testname' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 13825/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'testname' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
13643/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'cfg_filename' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 13826/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'cfg_filename' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
13644/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 13827/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'num_peers' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
13645/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 13828/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'event_mask' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
13646/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'cc' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 13829/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'cc' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
13647/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 13830/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'cc_cls' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
13648/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'test_master' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 13831/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'test_master' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
13649/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1460: warning: argument 'test_master_cls' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections 13832/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1463: warning: argument 'test_master_cls' from the argument list of GNUNET_TESTBED_test_run has multiple @param documentation sections
13650/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1532: warning: argument 'cb_cls' of command @param is not found in the argument list of GNUNET_TESTBED_barrier_init(struct GNUNET_TESTBED_Controller *controller, const char *name, unsigned int quorum, GNUNET_TESTBED_barrier_status_cb cb, void *cls) 13833/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1535: warning: argument 'cb_cls' of command @param is not found in the argument list of GNUNET_TESTBED_barrier_init(struct GNUNET_TESTBED_Controller *controller, const char *name, unsigned int quorum, GNUNET_TESTBED_barrier_status_cb cb, void *cls)
13651/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1547: warning: argument 'controller' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections 13834/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1550: warning: argument 'controller' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections
13652/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1547: warning: argument 'name' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections 13835/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1550: warning: argument 'name' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections
13653/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1547: warning: argument 'quorum' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections 13836/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1550: warning: argument 'quorum' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections
13654/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1547: warning: argument 'cb' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections 13837/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1550: warning: argument 'cb' from the argument list of GNUNET_TESTBED_barrier_init has multiple @param documentation sections
13655/home/william/Git/gnunet/src/testbed/testbed_api_barriers.c:163: warning: argument 'cls' of command @param is not found in the argument list of GNUNET_TESTBED_barrier_wait(const char *name, GNUNET_TESTBED_barrier_wait_cb cb, void *cb_cls) 13838/home/william/Git/gnunet/src/testbed/testbed_api_barriers.c:163: warning: argument 'cls' of command @param is not found in the argument list of GNUNET_TESTBED_barrier_wait(const char *name, GNUNET_TESTBED_barrier_wait_cb cb, void *cb_cls)
13656/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1597: warning: argument 'name' from the argument list of GNUNET_TESTBED_barrier_wait has multiple @param documentation sections 13839/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1600: warning: argument 'name' from the argument list of GNUNET_TESTBED_barrier_wait has multiple @param documentation sections
13657/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1597: warning: argument 'cb' from the argument list of GNUNET_TESTBED_barrier_wait has multiple @param documentation sections 13840/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1600: warning: argument 'cb' from the argument list of GNUNET_TESTBED_barrier_wait has multiple @param documentation sections
13658/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1609: warning: argument 'h' from the argument list of GNUNET_TESTBED_barrier_wait_cancel has multiple @param documentation sections 13841/home/william/Git/gnunet/src/include/gnunet_testbed_service.h:1612: warning: argument 'h' from the argument list of GNUNET_TESTBED_barrier_wait_cancel has multiple @param documentation sections
13659/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'testdir' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 13842/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'testdir' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
13660/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'trusted_ip' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 13843/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'trusted_ip' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
13661/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'hostname' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 13844/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'hostname' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
13662/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'shared_services' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 13845/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'shared_services' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
13663/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'lowport' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 13846/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'lowport' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
13664/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:158: warning: argument 'highport' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections 13847/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:161: warning: argument 'highport' from the argument list of GNUNET_TESTING_system_create_with_portrange has multiple @param documentation sections
13665/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:198: warning: argument 'system' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections 13848/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:201: warning: argument 'system' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections
13666/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:198: warning: argument 'key_number' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections 13849/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:201: warning: argument 'key_number' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections
13667/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:198: warning: argument 'id' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections 13850/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:201: warning: argument 'id' from the argument list of GNUNET_TESTING_hostkey_get has multiple @param documentation sections
13668/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:210: warning: argument 'system' from the argument list of GNUNET_TESTING_reserve_port has multiple @param documentation sections 13851/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:213: warning: argument 'system' from the argument list of GNUNET_TESTING_reserve_port has multiple @param documentation sections
13669/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:221: warning: argument 'system' from the argument list of GNUNET_TESTING_release_port has multiple @param documentation sections 13852/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:224: warning: argument 'system' from the argument list of GNUNET_TESTING_release_port has multiple @param documentation sections
13670/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:221: warning: argument 'port' from the argument list of GNUNET_TESTING_release_port has multiple @param documentation sections 13853/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:224: warning: argument 'port' from the argument list of GNUNET_TESTING_release_port has multiple @param documentation sections
13671/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:243: warning: argument 'system' from the argument list of GNUNET_TESTING_configuration_create has multiple @param documentation sections 13854/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:246: warning: argument 'system' from the argument list of GNUNET_TESTING_configuration_create has multiple @param documentation sections
13672/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:243: warning: argument 'cfg' from the argument list of GNUNET_TESTING_configuration_create has multiple @param documentation sections 13855/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:246: warning: argument 'cfg' from the argument list of GNUNET_TESTING_configuration_create has multiple @param documentation sections
13673/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:302: warning: argument 'peer' from the argument list of GNUNET_TESTING_peer_stop has multiple @param documentation sections 13856/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:305: warning: argument 'peer' from the argument list of GNUNET_TESTING_peer_stop has multiple @param documentation sections
13674/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:364: warning: argument 'peer' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections 13857/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:367: warning: argument 'peer' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections
13675/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:364: warning: argument 'cb' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections 13858/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:367: warning: argument 'cb' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections
13676/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:364: warning: argument 'cb_cls' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections 13859/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:367: warning: argument 'cb_cls' from the argument list of GNUNET_TESTING_peer_stop_async has multiple @param documentation sections
13677/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:413: warning: argument 'testdir' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections 13860/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:416: warning: argument 'testdir' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections
13678/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:413: warning: argument 'cfgfilename' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections 13861/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:416: warning: argument 'cfgfilename' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections
13679/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:413: warning: argument 'tm' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections 13862/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:416: warning: argument 'tm' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections
13680/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:413: warning: argument 'tm_cls' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections 13863/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:416: warning: argument 'tm_cls' from the argument list of GNUNET_TESTING_peer_run has multiple @param documentation sections
13681/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'testdir' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 13864/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'testdir' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
13682/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'service_name' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 13865/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'service_name' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
13683/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'cfgfilename' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 13866/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'cfgfilename' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
13684/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'tm' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 13867/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'tm' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
13685/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:441: warning: argument 'tm_cls' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections 13868/home/william/Git/gnunet/src/include/gnunet_testing_lib.h:444: warning: argument 'tm_cls' from the argument list of GNUNET_TESTING_service_run has multiple @param documentation sections
13686/home/william/Git/gnunet/src/include/gnunet_time_lib.h:235: warning: argument 't' of command @param is not found in the argument list of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts) 13869/home/william/Git/gnunet/src/include/gnunet_time_lib.h:239: warning: argument 't' of command @param is not found in the argument list of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts)
13687/home/william/Git/gnunet/src/include/gnunet_time_lib.h:245: warning: The following parameter of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts) is not documented: 13870/home/william/Git/gnunet/src/include/gnunet_time_lib.h:249: warning: The following parameter of GNUNET_TIME_absolute2s(struct GNUNET_TIME_Absolute ts) is not documented:
13688 parameter 'ts' 13871 parameter 'ts'
13689/home/william/Git/gnunet/src/include/gnunet_transport_plugin.h:129: warning: explicit link request to 'GNUNET_ATS_address_get_type()' could not be resolved 13872/home/william/Git/gnunet/src/include/gnunet_transport_plugin.h:132: warning: explicit link request to 'GNUNET_ATS_address_get_type()' could not be resolved
13690/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'vh' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 13873/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'vh' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
13691/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'result_af' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 13874/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'result_af' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
13692/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'protocol' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 13875/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'protocol' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
13693/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'peer' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 13876/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'peer' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
13694/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'serv' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 13877/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'serv' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
13695/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'expiration_time' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 13878/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'expiration_time' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
13696/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'cb' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 13879/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'cb' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
13697/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:98: warning: argument 'cb_cls' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections 13880/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:101: warning: argument 'cb_cls' from the argument list of GNUNET_VPN_redirect_to_peer has multiple @param documentation sections
13698/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'vh' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 13881/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'vh' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
13699/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'result_af' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 13882/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'result_af' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
13700/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'addr_af' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 13883/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'addr_af' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
13701/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'addr' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 13884/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'addr' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
13702/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'expiration_time' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 13885/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'expiration_time' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
13703/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'cb' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 13886/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'cb' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
13704/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:132: warning: argument 'cb_cls' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections 13887/home/william/Git/gnunet/src/include/gnunet_vpn_service.h:135: warning: argument 'cb_cls' from the argument list of GNUNET_VPN_redirect_to_ip has multiple @param documentation sections
13705/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:90: warning: explicit link request to 'GNUNET_ATS_interface_scanner_init()' could not be resolved 13888/home/william/Git/gnunet/src/include/gnunet_transport_application_service.h:58: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_application_init has multiple @param documentation sections
13706/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'is' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections 13889/home/william/Git/gnunet/src/include/gnunet_transport_application_service.h:68: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_application_done has multiple @param documentation sections
13707/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'addr' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections
13708/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:81: warning: argument 'addrlen' from the argument list of GNUNET_NT_scanner_get_type has multiple @param documentation sections
13709/home/william/Git/gnunet/src/include/gnunet_nt_lib.h:119: warning: argument 'is' from the argument list of GNUNET_NT_scanner_done has multiple @param documentation sections
13710/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'attr_name' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
13711/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'credential' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
13712/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'type' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
13713/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
13714/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:344: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_new has multiple @param documentation sections
13715/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:352: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_serialize_get_size(const struct GNUNET_RECLAIM_AttributeList *al)
13716/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:359: warning: The following parameter of GNUNET_RECLAIM_attribute_list_serialize_get_size(const struct GNUNET_RECLAIM_AttributeList *al) is not documented:
13717 parameter 'al'
13718/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:363: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_destroy(struct GNUNET_RECLAIM_AttributeList *al)
13719/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:369: warning: The following parameter of GNUNET_RECLAIM_attribute_list_destroy(struct GNUNET_RECLAIM_AttributeList *al) is not documented:
13720 parameter 'al'
13721/home/william/Git/gnunet/src/reclaim/reclaim_attribute.c:295: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_add(struct GNUNET_RECLAIM_AttributeList *al, const char *attr_name, const struct GNUNET_RECLAIM_Identifier *credential, uint32_t type, const void *data, size_t data_size)
13722/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: argument 'attr_name' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
13723/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: argument 'type' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
13724/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
13725/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_list_add has multiple @param documentation sections
13726/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:384: warning: The following parameter of GNUNET_RECLAIM_attribute_list_add(struct GNUNET_RECLAIM_AttributeList *al, const char *attr_name, const struct GNUNET_RECLAIM_Identifier *credential, uint32_t type, const void *data, size_t data_size) is not documented:
13727 parameter 'al'
13728/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:393: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_serialize(const struct GNUNET_RECLAIM_AttributeList *al, char *result)
13729/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:401: warning: The following parameter of GNUNET_RECLAIM_attribute_list_serialize(const struct GNUNET_RECLAIM_AttributeList *al, char *result) is not documented:
13730 parameter 'al'
13731/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:449: warning: argument 'data' from the argument list of GNUNET_RECLAIM_attribute_deserialize has multiple @param documentation sections
13732/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:449: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_attribute_deserialize has multiple @param documentation sections
13733/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:453: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_attribute_list_dup(const struct GNUNET_RECLAIM_AttributeList *al)
13734/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:459: warning: The following parameter of GNUNET_RECLAIM_attribute_list_dup(const struct GNUNET_RECLAIM_AttributeList *al) is not documented:
13735 parameter 'al'
13736/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:512: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_serialize_get_size(const struct GNUNET_RECLAIM_CredentialList *credentials)
13737/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:519: warning: The following parameter of GNUNET_RECLAIM_credential_list_serialize_get_size(const struct GNUNET_RECLAIM_CredentialList *credentials) is not documented:
13738 parameter 'credentials'
13739/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:523: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al)
13740/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:523: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al)
13741/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:529: warning: The following parameter of GNUNET_RECLAIM_credential_list_destroy(struct GNUNET_RECLAIM_CredentialList *al) is not documented:
13742 parameter 'al'
13743/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:533: warning: argument 'attr_name' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_add(struct GNUNET_RECLAIM_CredentialList *attrs, const char *att_name, uint32_t type, const void *data, size_t data_size)
13744/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:542: warning: The following parameters of GNUNET_RECLAIM_credential_list_add(struct GNUNET_RECLAIM_CredentialList *attrs, const char *att_name, uint32_t type, const void *data, size_t data_size) are not documented:
13745 parameter 'attrs'
13746 parameter 'att_name'
13747/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:550: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_list_serialize(const struct GNUNET_RECLAIM_CredentialList *credentials, char *result)
13748/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:558: warning: The following parameter of GNUNET_RECLAIM_credential_list_serialize(const struct GNUNET_RECLAIM_CredentialList *credentials, char *result) is not documented:
13749 parameter 'credentials'
13750/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:571: warning: argument 'data' from the argument list of GNUNET_RECLAIM_credential_list_deserialize has multiple @param documentation sections
13751/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:571: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_credential_list_deserialize has multiple @param documentation sections
13752/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:442: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize_get_size(const struct GNUNET_RECLAIM_Credential *credential)
13753/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:457: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_serialize(const struct GNUNET_RECLAIM_Credential *credential, char *result)
13754/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:592: warning: argument 'result' from the argument list of GNUNET_RECLAIM_credential_serialize has multiple @param documentation sections
13755/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:255: warning: argument 'name' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_new(const char *attr_name, uint32_t type, const void *data, size_t data_size)
13756/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:619: warning: argument 'type' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections
13757/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:619: warning: argument 'data' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections
13758/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:619: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_credential_new has multiple @param documentation sections
13759/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:671: warning: argument 'typename' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred)
13760/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:678: warning: The following parameter of GNUNET_RECLAIM_credential_get_attributes(const struct GNUNET_RECLAIM_Credential *cred) is not documented:
13761 parameter 'cred'
13762/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:739: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize_get_size(const struct GNUNET_RECLAIM_PresentationList *presentations)
13763/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:701: warning: argument 'presentations' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al)
13764/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:701: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al)
13765/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:707: warning: The following parameter of GNUNET_RECLAIM_presentation_list_destroy(struct GNUNET_RECLAIM_PresentationList *al) is not documented:
13766 parameter 'al'
13767/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:711: warning: argument 'attrs' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_list_serialize(const struct GNUNET_RECLAIM_PresentationList *presentations, char *result)
13768/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:719: warning: argument 'result' from the argument list of GNUNET_RECLAIM_presentation_list_serialize has multiple @param documentation sections
13769/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:732: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_list_deserialize has multiple @param documentation sections
13770/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:732: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_list_deserialize has multiple @param documentation sections
13771/home/william/Git/gnunet/src/reclaim/reclaim_credential.c:889: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize_get_size(const struct GNUNET_RECLAIM_Presentation *presentation)
13772/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:745: warning: argument 'attr' of command @param is not found in the argument list of GNUNET_RECLAIM_presentation_serialize(const struct GNUNET_RECLAIM_Presentation *presentation, char *result)
13773/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:753: warning: argument 'result' from the argument list of GNUNET_RECLAIM_presentation_serialize has multiple @param documentation sections
13774/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:767: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_deserialize has multiple @param documentation sections
13775/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:767: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_deserialize has multiple @param documentation sections
13776/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:779: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections
13777/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:779: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections
13778/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:779: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_value_to_string has multiple @param documentation sections
13779/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:799: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
13780/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:799: warning: argument 's' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
13781/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:799: warning: argument 'data' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
13782/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:799: warning: argument 'data_size' from the argument list of GNUNET_RECLAIM_presentation_string_to_value has multiple @param documentation sections
13783/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:812: warning: argument 'type' from the argument list of GNUNET_RECLAIM_presentation_number_to_typename has multiple @param documentation sections
13784/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:842: warning: argument 'cred' from the argument list of GNUNET_RECLAIM_credential_get_presentation has multiple @param documentation sections
13785/home/william/Git/gnunet/src/include/gnunet_reclaim_lib.h:842: warning: argument 'attrs' from the argument list of GNUNET_RECLAIM_credential_get_presentation has multiple @param documentation sections
13786/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:170: warning: argument 'cfg' from the argument list of GNUNET_RECLAIM_connect has multiple @param documentation sections
13787/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'h' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
13788/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
13789/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'attr' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
13790/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'exp_interval' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
13791/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
13792/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:186: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_attribute_store has multiple @param documentation sections
13793/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'h' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
13794/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
13795/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'attr' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
13796/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'exp_interval' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
13797/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
13798/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:207: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_credential_store has multiple @param documentation sections
13799/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:234: warning: argument 'cred' of command @param is not found in the argument list of GNUNET_RECLAIM_credential_delete(struct GNUNET_RECLAIM_Handle *h, const struct GNUNET_IDENTITY_PrivateKey *pkey, const struct GNUNET_RECLAIM_Credential *attr, GNUNET_RECLAIM_ContinuationWithStatus cont, void *cont_cls)
13800/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:246: warning: argument 'h' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
13801/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:246: warning: argument 'pkey' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
13802/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:246: warning: argument 'cont' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
13803/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:246: warning: argument 'cont_cls' from the argument list of GNUNET_RECLAIM_credential_delete has multiple @param documentation sections
13804/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:293: warning: argument 'it' from the argument list of GNUNET_RECLAIM_get_attributes_next has multiple @param documentation sections
13805/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:345: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait)
13806/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:345: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait)
13807/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:352: warning: The following parameter of GNUNET_RECLAIM_get_credentials_next(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented:
13808 parameter 'ait'
13809/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:356: warning: argument 'it' of command @param is not found in the argument list of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait)
13810/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:364: warning: The following parameter of GNUNET_RECLAIM_get_credentials_stop(struct GNUNET_RECLAIM_CredentialIterator *ait) is not documented:
13811 parameter 'ait'
13812/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:383: warning: Found unknown command '\GNUNET_RECLAIM_ticket_consume'
13813/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
13814/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'iss' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
13815/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'rp' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
13816/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'attrs' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
13817/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'cb' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
13818/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:382: warning: argument 'cb_cls' from the argument list of GNUNET_RECLAIM_ticket_issue has multiple @param documentation sections
13819/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
13820/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'identity' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
13821/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'ticket' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
13822/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'cb' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
13823/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:424: warning: argument 'cb_cls' from the argument list of GNUNET_RECLAIM_ticket_consume has multiple @param documentation sections
13824/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'h' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13825/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'identity' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13826/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'error_cb' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13827/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'error_cb_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13828/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'proc' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13829/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'proc_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13830/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'finish_cb' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13831/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:449: warning: argument 'finish_cb_cls' from the argument list of GNUNET_RECLAIM_ticket_iteration_start has multiple @param documentation sections
13832/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:484: warning: argument 'h' from the argument list of GNUNET_RECLAIM_disconnect has multiple @param documentation sections
13833/home/william/Git/gnunet/src/include/gnunet_reclaim_service.h:496: warning: argument 'op' from the argument list of GNUNET_RECLAIM_cancel has multiple @param documentation sections
13834/home/william/Git/gnunet/src/include/gnunet_transport_application_service.h:55: warning: argument 'cfg' from the argument list of GNUNET_TRANSPORT_application_init has multiple @param documentation sections
13835/home/william/Git/gnunet/src/include/gnunet_transport_application_service.h:65: warning: argument 'ch' from the argument list of GNUNET_TRANSPORT_application_done has multiple @param documentation sections