changeset 537:1546a92c51f6

doc: exclude _p.h files
author David Demelier <markand@malikania.fr>
date Sun, 05 Mar 2023 11:10:11 +0100
parents 848897bfef2f
children 80242343d152
files doc/Doxyfile
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/Doxyfile	Sun Mar 05 11:05:40 2023 +0100
+++ b/doc/Doxyfile	Sun Mar 05 11:10:11 2023 +0100
@@ -37,6 +37,10 @@
                          libmlk-ui \
                          libmlk-rpg
 EXAMPLE_PATH           = examples
+EXCLUDE                = libmlk-core/mlk/core/sys_p.h           \
+                         libmlk-core/mlk/core/texture_p.h       \
+                         libmlk-core/mlk/core/window_p.h        \
+                         libmlk-ui/mlk/ui/ui_p.h
 
 FILE_PATTERNS          = *.c *.h
 RECURSIVE              = YES