aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peer_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_peer_lib.h')
-rw-r--r--src/include/gnunet_peer_lib.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/include/gnunet_peer_lib.h b/src/include/gnunet_peer_lib.h
index d82f0a9fe..644c8ecaa 100644
--- a/src/include/gnunet_peer_lib.h
+++ b/src/include/gnunet_peer_lib.h
@@ -19,9 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_peer_lib.h
23 * @brief helper library for interning of peer identifiers
24 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * Helper library for interning of peer identifiers
26 *
27 * @defgroup peer Peer library
28 * Helper library for interning of peer identifiers
29 * @{
25 */ 30 */
26 31
27#ifndef GNUNET_PEER_LIB_H 32#ifndef GNUNET_PEER_LIB_H
@@ -116,7 +121,9 @@ GNUNET_PEER_resolve2 (GNUNET_PEER_Id id);
116} 121}
117#endif 122#endif
118 123
119
120/* ifndef GNUNET_PEER_LIB_H */ 124/* ifndef GNUNET_PEER_LIB_H */
121#endif 125#endif
126
127/** @} */ /* end of group */
128
122/* end of gnunet_peer_lib.h */ 129/* end of gnunet_peer_lib.h */