aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.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_protocols.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
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 */