From 90125f6809d6c2a9e4d72b6c3846c8b378d32261 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 26 Oct 2024 23:23:19 +1100 Subject: adding file doc comments --- src/core.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/core.c') diff --git a/src/core.c b/src/core.c index ed09597..addae75 100644 --- a/src/core.c +++ b/src/core.c @@ -1,8 +1,12 @@ -// The engine "core" +/** + * @file core.c + * @author Omniscient + * @brief + * + * @copyright Copyright (c) 2024 + */ #include -#include -#include "glfw3.h" NAMESPACED_LOGGER(core); -- cgit v1.2.3-70-g09d2