summaryrefslogtreecommitdiff
path: root/include/mesh.h
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2020-05-21 09:38:23 -0500
committersanine-a <sanine.not@pm.me>2020-05-21 09:38:23 -0500
commit9b66b322b600ab0db66cb6f3ff5a7c4196b9193f (patch)
tree1faebcf20bde4d5f380a4d7b94a6a8075cfcc480 /include/mesh.h
parenta09b5a72d365f10e35b012e04b95891abf0b8313 (diff)
fix documentation errors
Diffstat (limited to 'include/mesh.h')
-rw-r--r--include/mesh.h10
1 files changed, 7 insertions, 3 deletions
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"