summaryrefslogtreecommitdiff
path: root/src/impl.c
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-26 23:23:19 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-26 23:23:19 +1100
commit90125f6809d6c2a9e4d72b6c3846c8b378d32261 (patch)
tree2f40a1d4a281f76f2ed211b9bce0f94064d913e6 /src/impl.c
parent43bee361397315c7105b7214316325b185135331 (diff)
adding file doc comments
Diffstat (limited to 'src/impl.c')
-rw-r--r--src/impl.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/impl.c b/src/impl.c
index 18f2549..3af8ed2 100644
--- a/src/impl.c
+++ b/src/impl.c
@@ -1,4 +1,10 @@
-// For pulling in implementation files of single-header libraries
+/**
+ * @file impl.c
+ * @author Omniscient
+ * @brief Pulls in implementations of single-header libraries
+ *
+ * @copyright Copyright (c) 2024
+ */
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h" \ No newline at end of file