diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2014-08-18 15:24:58 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2014-08-18 15:24:58 +0000 |
commit | af67e292e90dabbe354fdfff3bd4ba994273ce91 (patch) | |
tree | f4ac3efb23a5750d27b2a39e5ab994dcacb0e8df /src/ats-tool | |
parent | ab1a779a7136f4ac45adc418feb0fbbacd066751 (diff) |
doxygen fix
use '+' as separator in hello uris and use ipv6 references delimited with '[' and ']'
Diffstat (limited to 'src/ats-tool')
-rw-r--r-- | src/ats-tool/gnunet-ats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats-tool/gnunet-ats.c b/src/ats-tool/gnunet-ats.c index eae2485f6b..5cb52d1777 100644 --- a/src/ats-tool/gnunet-ats.c +++ b/src/ats-tool/gnunet-ats.c @@ -306,8 +306,8 @@ end (void *cls, /** * Function to call with a textual representation of an address. This * function will be called several times with different possible - * textual representations, and a last time with @address being NULL - * to signal the end of the iteration. Note that @address NULL + * textual representations, and a last time with @a address being NULL + * to signal the end of the iteration. Note that @a address NULL * always is the last call, regardless of the value in @a res. * * @param cls closure, a `struct PendingResolutions *` |