From 9b66b322b600ab0db66cb6f3ff5a7c4196b9193f Mon Sep 17 00:00:00 2001 From: sanine-a Date: Thu, 21 May 2020 09:38:23 -0500 Subject: fix documentation errors --- include/mesh.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'include/mesh.h') diff --git a/include/mesh.h b/include/mesh.h index 24aec26..e3b5c39 100644 --- a/include/mesh.h +++ b/include/mesh.h @@ -1,9 +1,13 @@ -/** @file Defines the honey_mesh struct and related basic mesh functions. -*/ - #ifndef HONEY_MESH_H #define HONEY_MESH_H +/** @file mesh.h + * + * @brief Defines the honey_mesh struct and related basic mesh functions. +*/ + + + #include "common.h" #include "shader.h" -- cgit v1.2.1