diff options
author | sanine-a <sanine.not@pm.me> | 2020-05-21 09:38:23 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-05-21 09:38:23 -0500 |
commit | 9b66b322b600ab0db66cb6f3ff5a7c4196b9193f (patch) | |
tree | 1faebcf20bde4d5f380a4d7b94a6a8075cfcc480 /include/mesh.h | |
parent | a09b5a72d365f10e35b012e04b95891abf0b8313 (diff) |
fix documentation errors
Diffstat (limited to 'include/mesh.h')
-rw-r--r-- | include/mesh.h | 10 |
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" |