aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index a3e4199a4..de029aeae 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -19,10 +19,13 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_protocols.h
23 * @brief constants for network protocols
24 * @author Christian Grothoff 22 * @author Christian Grothoff
25 * @defgroup protocols Types of messages used in GNUnet 23 *
24 * @file
25 * Constants for network protocols
26 *
27 * @defgroup protocols Network protocol definitions
28 * Types of messages used in GNUnet.
26 * @{ 29 * @{
27 */ 30 */
28 31
@@ -2857,8 +2860,9 @@ extern "C"
2857} 2860}
2858#endif 2861#endif
2859 2862
2860/** @} */ /* end of group protocols */
2861
2862/* ifndef GNUNET_PROTOCOLS_H */ 2863/* ifndef GNUNET_PROTOCOLS_H */
2863#endif 2864#endif
2865
2866/** @} */ /* end of group protocols */
2867
2864/* end of gnunet_protocols.h */ 2868/* end of gnunet_protocols.h */