X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_peer_lib.h;h=78d54a4a8d6d13a8779349e9f0775f2b04e55865;hb=360d7afad50d1af425a20e89419d2063a6a0e220;hp=30347a8ff3bee55e1e4dec425230aeb7697c4711;hpb=69c3a52cfa679175da8f06bdcb8e2e4195465e44;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_peer_lib.h b/src/include/gnunet_peer_lib.h index 30347a8ff..78d54a4a8 100644 --- a/src/include/gnunet_peer_lib.h +++ b/src/include/gnunet_peer_lib.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2006, 2009 Christian Grothoff (and other contributing authors) + Copyright (C) 2006, 2009 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -14,14 +14,19 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** - * @file include/gnunet_peer_lib.h - * @brief helper library for interning of peer identifiers * @author Christian Grothoff + * + * @file + * Helper library for interning of peer identifiers + * + * @defgroup peer Peer library + * Helper library for interning of peer identifiers + * @{ */ #ifndef GNUNET_PEER_LIB_H @@ -116,7 +121,9 @@ GNUNET_PEER_resolve2 (GNUNET_PEER_Id id); } #endif - /* ifndef GNUNET_PEER_LIB_H */ #endif + +/** @} */ /* end of group */ + /* end of gnunet_peer_lib.h */