diff --git a/Doxyfile b/Doxyfile index 682af9699..4687055f6 100644 --- a/Doxyfile +++ b/Doxyfile @@ -148,11 +148,17 @@ FILE_PATTERNS = *.c \ *.dox RECURSIVE = YES EXCLUDE = ./src/helper/glew \ - ./src/helper/haikuttf \ + ./src/helper/chipmunk \ + ./src/helper/glm \ ./src/helper/libzip \ ./src/helper/SOIL \ ./src/helper/stb_vorbis \ - ./src/helper/zlib + ./src/helper/zlib \ + ./src/helper/PlusCallback \ + ./src/helper/sophist \ + ./src/fluid \ + ./src/test \ + ./src/eeiv EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = diff --git a/ee.win.cbp b/ee.win.cbp index 8fe967d46..2084fd4d5 100644 --- a/ee.win.cbp +++ b/ee.win.cbp @@ -7,7 +7,7 @@