diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-10-27 07:31:16 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-10-27 07:31:16 +0000 |
commit | 0faff0a850018496056f741cb5b6075556f9c2b5 (patch) | |
tree | 7043c12734299e85fe440bb6edd95e8f260796c9 /src/include/gnunet_peerinfo_service.h | |
parent | f9554ea1c76abf8058d1653a36e38b77e0c92548 (diff) |
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_peerinfo_service.h')
-rw-r--r-- | src/include/gnunet_peerinfo_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_peerinfo_service.h b/src/include/gnunet_peerinfo_service.h index 4995f32885..767625fb49 100644 --- a/src/include/gnunet_peerinfo_service.h +++ b/src/include/gnunet_peerinfo_service.h @@ -158,7 +158,7 @@ struct GNUNET_PEERINFO_IteratorContext; * @param peer restrict iteration to this peer only (can be NULL) * @param timeout how long to wait until timing out * @param callback the method to call for each peer - * @param callback_cls closure for callback + * @param callback_cls closure for @a callback * @return iterator context */ struct GNUNET_PEERINFO_IteratorContext * @@ -198,7 +198,7 @@ struct GNUNET_PEERINFO_NotifyContext; * @param cfg configuration to use * @param include_friend_only include HELLO messages for friends only * @param callback the method to call for each peer - * @param callback_cls closure for callback + * @param callback_cls closure for @a callback * @return NULL on error */ struct GNUNET_PEERINFO_NotifyContext * |