aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_friends_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_friends_lib.h')
-rw-r--r--src/include/gnunet_friends_lib.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/include/gnunet_friends_lib.h b/src/include/gnunet_friends_lib.h
index 0a757c4ef..2d8d231a5 100644
--- a/src/include/gnunet_friends_lib.h
+++ b/src/include/gnunet_friends_lib.h
@@ -19,9 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_friends_lib.h
23 * @brief library to read and write the FRIENDS file
24 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * Library to read and write the FRIENDS file
26 *
27 * @defgroup friends Friends library
28 * Library to read and write the FRIENDS file
29 * @{
25 */ 30 */
26#ifndef GNUNET_FRIENDS_LIB_H 31#ifndef GNUNET_FRIENDS_LIB_H
27#define GNUNET_FRIENDS_LIB_H 32#define GNUNET_FRIENDS_LIB_H
@@ -99,8 +104,9 @@ int
99GNUNET_FRIENDS_write (struct GNUNET_FRIENDS_Writer *w, 104GNUNET_FRIENDS_write (struct GNUNET_FRIENDS_Writer *w,
100 const struct GNUNET_PeerIdentity *friend_id); 105 const struct GNUNET_PeerIdentity *friend_id);
101 106
107/** @} */ /* end of group */
102 108
103 #if 0 /* keep Emacsens' auto-indent happy */ 109#if 0 /* keep Emacsens' auto-indent happy */
104{ 110{
105#endif 111#endif
106#ifdef __cplusplus 112#ifdef __cplusplus