aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-10-27 07:31:16 +0000
committerChristian Grothoff <christian@grothoff.org>2014-10-27 07:31:16 +0000
commit0faff0a850018496056f741cb5b6075556f9c2b5 (patch)
tree7043c12734299e85fe440bb6edd95e8f260796c9 /src/include
parentf9554ea1c76abf8058d1653a36e38b77e0c92548 (diff)
downloadgnunet-0faff0a850018496056f741cb5b6075556f9c2b5.tar.gz
gnunet-0faff0a850018496056f741cb5b6075556f9c2b5.zip
-doxygen fixes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_peerinfo_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_peerinfo_service.h b/src/include/gnunet_peerinfo_service.h
index 4995f3288..767625fb4 100644
--- a/src/include/gnunet_peerinfo_service.h
+++ b/src/include/gnunet_peerinfo_service.h
@@ -158,7 +158,7 @@ struct GNUNET_PEERINFO_IteratorContext;
158 * @param peer restrict iteration to this peer only (can be NULL) 158 * @param peer restrict iteration to this peer only (can be NULL)
159 * @param timeout how long to wait until timing out 159 * @param timeout how long to wait until timing out
160 * @param callback the method to call for each peer 160 * @param callback the method to call for each peer
161 * @param callback_cls closure for callback 161 * @param callback_cls closure for @a callback
162 * @return iterator context 162 * @return iterator context
163 */ 163 */
164struct GNUNET_PEERINFO_IteratorContext * 164struct GNUNET_PEERINFO_IteratorContext *
@@ -198,7 +198,7 @@ struct GNUNET_PEERINFO_NotifyContext;
198 * @param cfg configuration to use 198 * @param cfg configuration to use
199 * @param include_friend_only include HELLO messages for friends only 199 * @param include_friend_only include HELLO messages for friends only
200 * @param callback the method to call for each peer 200 * @param callback the method to call for each peer
201 * @param callback_cls closure for callback 201 * @param callback_cls closure for @a callback
202 * @return NULL on error 202 * @return NULL on error
203 */ 203 */
204struct GNUNET_PEERINFO_NotifyContext * 204struct GNUNET_PEERINFO_NotifyContext *