aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-08-09 18:32:51 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2021-08-09 18:32:51 +0200
commit27d38d3ba6fdf98c56cde7b9f41afc58d86741f8 (patch)
treef63e7207fe66ff10ca35198ca0607775baf218f4
parentd503de69add0545240bdbf6c5a039f5b11f36604 (diff)
downloadlibgnunetchat-27d38d3ba6fdf98c56cde7b9f41afc58d86741f8.tar.gz
libgnunetchat-27d38d3ba6fdf98c56cde7b9f41afc58d86741f8.zip
Added API methods to group inside of doxygen comments
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--include/gnunet_chat_lib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/gnunet_chat_lib.h b/include/gnunet_chat_lib.h
index d5de43a..cf53464 100644
--- a/include/gnunet_chat_lib.h
+++ b/include/gnunet_chat_lib.h
@@ -29,6 +29,11 @@
29#ifndef GNUNET_CHAT_LIB_H_ 29#ifndef GNUNET_CHAT_LIB_H_
30#define GNUNET_CHAT_LIB_H_ 30#define GNUNET_CHAT_LIB_H_
31 31
32/**
33 * @defgroup gnunet_chat GNUnet Chat library
34 */
35/**@{*/
36
32#include <gnunet/platform.h> 37#include <gnunet/platform.h>
33#include <gnunet/gnunet_common.h> 38#include <gnunet/gnunet_common.h>
34#include <gnunet/gnunet_time_lib.h> 39#include <gnunet/gnunet_time_lib.h>
@@ -822,4 +827,6 @@ GNUNET_CHAT_file_unindex (struct GNUNET_CHAT_File *file,
822void 827void
823GNUNET_CHAT_invitation_accept (struct GNUNET_CHAT_Invitation *invitation); 828GNUNET_CHAT_invitation_accept (struct GNUNET_CHAT_Invitation *invitation);
824 829
830/**@}*/
831
825#endif /* GNUNET_CHAT_LIB_H_ */ 832#endif /* GNUNET_CHAT_LIB_H_ */