aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_hello_lib.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
committerGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
commitb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (patch)
tree7b41d9839d854eef7ebd6b93fa161c55221a6577 /src/include/gnunet_hello_lib.h
parent1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff)
downloadgnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.tar.gz
gnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.zip
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_hello_lib.h')
-rw-r--r--src/include/gnunet_hello_lib.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index f7f4780f0..506566d40 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -19,9 +19,13 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_hello_lib.h
23 * @brief helper library for handling HELLOs
24 * @author Christian Grothoff 22 * @author Christian Grothoff
23 * @file
24 * Helper library for handling HELLOs
25 *
26 * @defgroup hello Hello library
27 * Helper library for handling HELLOs
28 * @{
25 */ 29 */
26 30
27#ifndef GNUNET_HELLO_LIB_H 31#ifndef GNUNET_HELLO_LIB_H
@@ -439,6 +443,8 @@ GNUNET_HELLO_parse_uri (const char *uri,
439 struct GNUNET_HELLO_Message **hello, 443 struct GNUNET_HELLO_Message **hello,
440 GNUNET_HELLO_TransportPluginsFind plugins_find); 444 GNUNET_HELLO_TransportPluginsFind plugins_find);
441 445
446/** @} */ /* end of group */
447
442#if 0 /* keep Emacsens' auto-indent happy */ 448#if 0 /* keep Emacsens' auto-indent happy */
443{ 449{
444#endif 450#endif