From 1444c72db8505340c0988ea286a29bc261297933 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Mon, 9 Jun 2025 17:43:50 -0500 Subject: We do a little documentation --- src/main.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 4b9968c..a95e8d1 100755 --- a/src/main.c +++ b/src/main.c @@ -1,7 +1,16 @@ -#include "shared.h" +/** + * @file main.c + * @author syxhe (https://t.me/syxhe) + * @brief Putting everything together + * @version 0.1 + * @date 2025-06-09 + * + * @copyright Copyright (c) 2025 + * + */ +#include "shared.h" #include "encryption.h" -#include "scanner.h" #include "threadpool.h" #include -- cgit v1.2.3