aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_sensordashboard_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_sensordashboard_service.h')
-rw-r--r--src/include/gnunet_sensordashboard_service.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/include/gnunet_sensordashboard_service.h b/src/include/gnunet_sensordashboard_service.h
index 9960dc652..4c08a14b6 100644
--- a/src/include/gnunet_sensordashboard_service.h
+++ b/src/include/gnunet_sensordashboard_service.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 Copyright (C) 3 Copyright (C)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -19,9 +19,14 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_sensordashboard_service.h
23 * @brief API to the sensordashboard service
24 * @author Omar Tarabai 22 * @author Omar Tarabai
23 *
24 * @file
25 * API to the sensordashboard service
26 *
27 * @defgroup sensordashboard Sensor Dashboard service
28 *
29 * @{
25 */ 30 */
26#ifndef GNUNET_SENSORDASHBOARD_SERVICE_H 31#ifndef GNUNET_SENSORDASHBOARD_SERVICE_H
27#define GNUNET_SENSORDASHBOARD_SERVICE_H 32#define GNUNET_SENSORDASHBOARD_SERVICE_H
@@ -46,3 +51,5 @@ extern "C"
46#endif 51#endif
47 52
48#endif 53#endif
54
55/** @} */ /* end of group */