From cfe9bd4cbeae77cc70436564e65d7e523e8c78f9 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Tue, 16 Jan 2024 18:31:31 -0800 Subject: [PATCH] docs: add doc header to maths --- include/c3d/maths.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/c3d/maths.h b/include/c3d/maths.h index 026ec4e..1ca0a44 100644 --- a/include/c3d/maths.h +++ b/include/c3d/maths.h @@ -1,3 +1,7 @@ +/** + * @file maths.h + * @brief Basic math library for matrix, vector, and quaternion operations + */ #pragma once #include "types.h" #include