aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_applications.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_applications.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_applications.h')
-rw-r--r--src/include/gnunet_applications.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/gnunet_applications.h b/src/include/gnunet_applications.h
index 0c8837bd4..48ecfb796 100644
--- a/src/include/gnunet_applications.h
+++ b/src/include/gnunet_applications.h
@@ -19,10 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @author Christian Grothoff
23 *
22 * @file 24 * @file
23 * Constants for network applications operating on top of the CADET service 25 * Constants for network applications operating on top of the CADET service
24 * 26 *
25 * @author Christian Grothoff 27 * @defgroup applications CADET application definitions
28 * Constants for network applications operating on top of the CADET service.
29 * @{
26 */ 30 */
27 31
28#ifndef GNUNET_APPLICATIONS_H 32#ifndef GNUNET_APPLICATIONS_H
@@ -131,4 +135,7 @@ extern "C"
131 135
132/* ifndef GNUNET_APPLICATIONS_H */ 136/* ifndef GNUNET_APPLICATIONS_H */
133#endif 137#endif
138
139/** @} */ /* end of group */
140
134/* end of gnunet_applications.h */ 141/* end of gnunet_applications.h */