aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-03 14:53:25 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-03 14:53:25 +0000
commitb0060cd8403d9611930a8ce17e1c1ce25adcb951 (patch)
treef423fe35fb240077ae50a109f05670a90042030a /src/ats
parent4a311f753d10dde88a78685a38d804c83f32c5dd (diff)
downloadgnunet-b0060cd8403d9611930a8ce17e1c1ce25adcb951.tar.gz
gnunet-b0060cd8403d9611930a8ce17e1c1ce25adcb951.zip
doxygen
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/gnunet-service-ats_normalization.c5
-rw-r--r--src/ats/gnunet-service-ats_normalization.h5
2 files changed, 6 insertions, 4 deletions
diff --git a/src/ats/gnunet-service-ats_normalization.c b/src/ats/gnunet-service-ats_normalization.c
index 470b82129..70558a5a6 100644
--- a/src/ats/gnunet-service-ats_normalization.c
+++ b/src/ats/gnunet-service-ats_normalization.c
@@ -516,8 +516,9 @@ GAS_normalization_get_preferences_by_peer (const struct GNUNET_PeerIdentity *id)
516/** 516/**
517 * Get the normalized preference values for a specific client and peer 517 * Get the normalized preference values for a specific client and peer
518 * 518 *
519 * @param id the peer 519 * @param client client
520 * @param the peer 520 * @param peer the peer
521 * @param pref the preference type
521 * @return the value 522 * @return the value
522 */ 523 */
523const double 524const double
diff --git a/src/ats/gnunet-service-ats_normalization.h b/src/ats/gnunet-service-ats_normalization.h
index 675d1fdf7..f12c39fe1 100644
--- a/src/ats/gnunet-service-ats_normalization.h
+++ b/src/ats/gnunet-service-ats_normalization.h
@@ -73,8 +73,9 @@ GAS_normalization_get_properties (struct ATS_Address *address);
73/** 73/**
74 * Get the normalized preference values for a specific client and peer 74 * Get the normalized preference values for a specific client and peer
75 * 75 *
76 * @param id the peer 76 * @param client client
77 * @param the peer 77 * @param peer the peer
78 * @param pref the preference type
78 * @return the value 79 * @return the value
79 */ 80 */
80const double 81const double