aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-07-24 12:18:12 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-07-24 12:18:12 +0000
commit65dd03a6e5497e16bee7ec3a68f12addc1eb3c92 (patch)
tree18e68fafc2a3e767242c6f04821b80705acb37cc /src/include/gnunet_transport_service.h
parentee1ea7af17f80c307584308795a3d684c0279b21 (diff)
downloadgnunet-65dd03a6e5497e16bee7ec3a68f12addc1eb3c92.tar.gz
gnunet-65dd03a6e5497e16bee7ec3a68f12addc1eb3c92.zip
fixing doxygen documentation
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 872cd1d8a..a7550f2c4 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -438,8 +438,8 @@ struct GNUNET_TRANSPORT_AddressToStringContext;
438/** 438/**
439 * Function to call with a textual representation of an address. This 439 * Function to call with a textual representation of an address. This
440 * function will be called several times with different possible 440 * function will be called several times with different possible
441 * textual representations, and a last time with @address being NULL 441 * textual representations, and a last time with @a address being NULL
442 * to signal the end of the iteration. Note that @address NULL 442 * to signal the end of the iteration. Note that @a address NULL
443 * always is the last call, regardless of the value in @a res. 443 * always is the last call, regardless of the value in @a res.
444 * 444 *
445 * @param cls closure 445 * @param cls closure