docs: Fix doxyfile
This commit is contained in:
committed by
Sam Lantinga
parent
efdc92802f
commit
0625695898
@@ -1,3 +1,6 @@
|
|||||||
|
Mercurial
|
||||||
|
======
|
||||||
|
|
||||||
We are no longer hosted in Mercurial. Please see README-git.md for details.
|
We are no longer hosted in Mercurial. Please see README-git.md for details.
|
||||||
|
|
||||||
Thanks!
|
Thanks!
|
||||||
|
|||||||
@@ -631,15 +631,17 @@ RECURSIVE = YES
|
|||||||
# excluded from the INPUT source files. This way you can easily exclude a
|
# excluded from the INPUT source files. This way you can easily exclude a
|
||||||
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
||||||
|
|
||||||
EXCLUDE = ../include/SDL_opengles2_gl2ext.h \
|
EXCLUDE = \
|
||||||
../include/SDL_opengles2_gl2platform.h \
|
../include/SDL3/SDL_egl.h \
|
||||||
../include/SDL_opengles2_khrplatform.h \
|
../include/SDL3/SDL_opengl.h \
|
||||||
../include/SDL_opengl_glext.h \
|
../include/SDL3/SDL_opengl_glext.h \
|
||||||
../include/SDL_opengles2_gl2.h \
|
../include/SDL3/SDL_opengles.h \
|
||||||
../include/SDL_opengles2.h \
|
../include/SDL3/SDL_opengles2.h \
|
||||||
../include/SDL_opengles.h \
|
../include/SDL3/SDL_opengles2_gl2.h \
|
||||||
../include/SDL_opengl.h \
|
../include/SDL3/SDL_opengles2_gl2ext.h \
|
||||||
../include/SDL_egl.h \
|
../include/SDL3/SDL_opengles2_gl2platform.h \
|
||||||
|
../include/SDL3/SDL_opengles2_khrplatform.h \
|
||||||
|
../include/build_config \
|
||||||
./release_checklist.md \
|
./release_checklist.md \
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user