From fc56c6148f22d363a27c7a39d8d97a2d4d908a92 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Tue, 19 Apr 2022 00:31:14 +0200 Subject: Added doxygen comments to some headers Signed-off-by: TheJackiMonster --- src/resources.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/resources.h') diff --git a/src/resources.h b/src/resources.h index 82e8534..2080364 100644 --- a/src/resources.h +++ b/src/resources.h @@ -25,9 +25,15 @@ #ifndef RESOURCES_H_ #define RESOURCES_H_ +/** + * Registers the CSS and UI components for the application. + */ void resources_register(); +/** + * Unregisters the CSS and UI components for the application. + */ void resources_unregister(); -- cgit v1.2.3