aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_network_lib.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
committerGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
commit219e64fe613c47eab4c143791128c2b453be3bf8 (patch)
treec4c83ec4eb2ac7ec45ff461effd21f7d3c3d11b6 /src/include/gnunet_network_lib.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_network_lib.h')
-rw-r--r--src/include/gnunet_network_lib.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/include/gnunet_network_lib.h b/src/include/gnunet_network_lib.h
index 83d820a5b..e350d6430 100644
--- a/src/include/gnunet_network_lib.h
+++ b/src/include/gnunet_network_lib.h
@@ -19,9 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_network_lib.h
23 * @brief basic low-level networking interface
24 * @author Nils Durner 22 * @author Nils Durner
23 *
24 * @file
25 * Basic low-level networking interface
26 *
27 * @defgroup network Network library
28 * Basic low-level networking interface
29 * @{
25 */ 30 */
26#ifndef GNUNET_NETWORK_LIB_H 31#ifndef GNUNET_NETWORK_LIB_H
27#define GNUNET_NETWORK_LIB_H 32#define GNUNET_NETWORK_LIB_H
@@ -591,3 +596,5 @@ GNUNET_NETWORK_fdset_destroy (struct GNUNET_NETWORK_FDSet *fds);
591#endif 596#endif
592 597
593#endif /* GNUNET_NETWORK_LIB_H */ 598#endif /* GNUNET_NETWORK_LIB_H */
599
600/** @} */ /* end of group */