aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_applications.h
diff options
context:
space:
mode:
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 */