changeset 532:3b9f2c82cbae

doc: fix file inclusion
author David Demelier <markand@malikania.fr>
date Sat, 04 Mar 2023 20:36:54 +0100
parents 593703440a05
children 79afc6d5cc7e
files libmlk-core/mlk/core/font.h libmlk-core/mlk/core/game.h libmlk-core/mlk/core/maths.h libmlk-core/mlk/core/mouse.h
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libmlk-core/mlk/core/font.h	Sat Mar 04 20:32:49 2023 +0100
+++ b/libmlk-core/mlk/core/font.h	Sat Mar 04 20:36:54 2023 +0100
@@ -20,7 +20,7 @@
 #define MLK_CORE_FONT_H
 
 /**
- * \file font.h
+ * \file mlk/core/font.h
  * \brief Basic font management
  *
  * Open and use fonts for rendering UTF-8 text.
--- a/libmlk-core/mlk/core/game.h	Sat Mar 04 20:32:49 2023 +0100
+++ b/libmlk-core/mlk/core/game.h	Sat Mar 04 20:36:54 2023 +0100
@@ -20,7 +20,7 @@
 #define MLK_CORE_GAME_H
 
 /**
- * \file game.h
+ * \file mlk/core/game.h
  * \brief Main game object
  *
  * For convenience, the default game structure is already initialized with an
--- a/libmlk-core/mlk/core/maths.h	Sat Mar 04 20:32:49 2023 +0100
+++ b/libmlk-core/mlk/core/maths.h	Sat Mar 04 20:36:54 2023 +0100
@@ -20,7 +20,7 @@
 #define MLK_CORE_MATHS_H
 
 /**
- * \file maths.h
+ * \file mlk/core/maths.h
  * \brief Basic maths
  */
 
--- a/libmlk-core/mlk/core/mouse.h	Sat Mar 04 20:32:49 2023 +0100
+++ b/libmlk-core/mlk/core/mouse.h	Sat Mar 04 20:36:54 2023 +0100
@@ -20,7 +20,7 @@
 #define MLK_CORE_MOUSE_H
 
 /**
- * \file mouse.h
+ * \file mlk/core/mouse.h
  * \brief Mouse definitions
  */