libgnunetchat

library for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit 27d38d3ba6fdf98c56cde7b9f41afc58d86741f8
parent d503de69add0545240bdbf6c5a039f5b11f36604
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Mon,  9 Aug 2021 18:32:51 +0200

Added API methods to group inside of doxygen comments

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
Minclude/gnunet_chat_lib.h | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/include/gnunet_chat_lib.h b/include/gnunet_chat_lib.h @@ -29,6 +29,11 @@ #ifndef GNUNET_CHAT_LIB_H_ #define GNUNET_CHAT_LIB_H_ +/** + * @defgroup gnunet_chat GNUnet Chat library + */ +/**@{*/ + #include <gnunet/platform.h> #include <gnunet/gnunet_common.h> #include <gnunet/gnunet_time_lib.h> @@ -822,4 +827,6 @@ GNUNET_CHAT_file_unindex (struct GNUNET_CHAT_File *file, void GNUNET_CHAT_invitation_accept (struct GNUNET_CHAT_Invitation *invitation); +/**@}*/ + #endif /* GNUNET_CHAT_LIB_H_ */