aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_revocation_service.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_revocation_service.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_revocation_service.h')
-rw-r--r--src/include/gnunet_revocation_service.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index 919f62db9..d25e95404 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -22,10 +22,13 @@
22#define GNUNET_REVOCATION_SERVICE_H_ 22#define GNUNET_REVOCATION_SERVICE_H_
23 23
24/** 24/**
25 * @file include/gnunet_revocation_service.h
26 * @brief API to perform and access key revocations
27 * @author Christian Grothoff 25 * @author Christian Grothoff
28 * @defgroup revocation Key revocation service 26 *
27 * @file
28 * API to perform and access key revocations
29 *
30 * @defgroup revocation Revocation service
31 * Perform and access key revocations.
29 * @{ 32 * @{
30 */ 33 */
31 34
@@ -157,6 +160,6 @@ GNUNET_REVOCATION_sign_revocation (const struct GNUNET_CRYPTO_EcdsaPrivateKey *k
157} 160}
158#endif 161#endif
159 162
160/** @} */ /* end of group revocation */
161
162#endif /* GNUNET_REVOCATION_SERVICE_H_ */ 163#endif /* GNUNET_REVOCATION_SERVICE_H_ */
164
165/** @} */ /* end of group revocation */