X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_friends_lib.h;h=2e111780ec4dffac7ffa363a9c10fb5c703339eb;hb=7a7ec54a324da4820202582126795a8ac6bbe94d;hp=0a757c4efc331c55baf39aff555eeace5076dca5;hpb=f27338992f0a5915ee974faea05f764c2df6f584;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_friends_lib.h b/src/include/gnunet_friends_lib.h index 0a757c4ef..2e111780e 100644 --- a/src/include/gnunet_friends_lib.h +++ b/src/include/gnunet_friends_lib.h @@ -19,9 +19,14 @@ */ /** - * @file include/gnunet_friends_lib.h - * @brief library to read and write the FRIENDS file * @author Christian Grothoff + * + * @file + * Library to read and write the FRIENDS file + * + * @defgroup friends Friends library + * Library to read and write the FRIENDS file + * @{ */ #ifndef GNUNET_FRIENDS_LIB_H #define GNUNET_FRIENDS_LIB_H @@ -100,7 +105,7 @@ GNUNET_FRIENDS_write (struct GNUNET_FRIENDS_Writer *w, const struct GNUNET_PeerIdentity *friend_id); - #if 0 /* keep Emacsens' auto-indent happy */ +#if 0 /* keep Emacsens' auto-indent happy */ { #endif #ifdef __cplusplus @@ -108,3 +113,5 @@ GNUNET_FRIENDS_write (struct GNUNET_FRIENDS_Writer *w, #endif #endif + +/** @} */ /* end of group */