aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tool/gnunet-ats.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-08-18 15:24:58 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-08-18 15:24:58 +0000
commitaf67e292e90dabbe354fdfff3bd4ba994273ce91 (patch)
treef4ac3efb23a5750d27b2a39e5ab994dcacb0e8df /src/ats-tool/gnunet-ats.c
parentab1a779a7136f4ac45adc418feb0fbbacd066751 (diff)
downloadgnunet-af67e292e90dabbe354fdfff3bd4ba994273ce91.tar.gz
gnunet-af67e292e90dabbe354fdfff3bd4ba994273ce91.zip
doxygen fix
use '+' as separator in hello uris and use ipv6 references delimited with '[' and ']'
Diffstat (limited to 'src/ats-tool/gnunet-ats.c')
-rw-r--r--src/ats-tool/gnunet-ats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats-tool/gnunet-ats.c b/src/ats-tool/gnunet-ats.c
index eae2485f6..5cb52d177 100644
--- a/src/ats-tool/gnunet-ats.c
+++ b/src/ats-tool/gnunet-ats.c
@@ -306,8 +306,8 @@ end (void *cls,
306/** 306/**
307 * Function to call with a textual representation of an address. This 307 * Function to call with a textual representation of an address. This
308 * function will be called several times with different possible 308 * function will be called several times with different possible
309 * textual representations, and a last time with @address being NULL 309 * textual representations, and a last time with @a address being NULL
310 * to signal the end of the iteration. Note that @address NULL 310 * to signal the end of the iteration. Note that @a address NULL
311 * always is the last call, regardless of the value in @a res. 311 * always is the last call, regardless of the value in @a res.
312 * 312 *
313 * @param cls closure, a `struct PendingResolutions *` 313 * @param cls closure, a `struct PendingResolutions *`