|
|
@ -656,7 +656,7 @@ WARN_LOGFILE = @GLFW_BINARY_DIR@/docs/warnings.txt |
|
|
|
# directories like "/usr/src/myproject". Separate the files or directories |
|
|
|
# directories like "/usr/src/myproject". Separate the files or directories |
|
|
|
# with spaces. |
|
|
|
# with spaces. |
|
|
|
|
|
|
|
|
|
|
|
INPUT = @GLFW_DOC_HEADERS@ @GLFW_SOURCE_DIR@/docs/ |
|
|
|
INPUT = @GLFW_DOC_HEADERS@ @GLFW_SOURCE_DIR@/include/GL/ @GLFW_SOURCE_DIR@/docs/ |
|
|
|
|
|
|
|
|
|
|
|
# This tag can be used to specify the character encoding of the source files |
|
|
|
# This tag can be used to specify the character encoding of the source files |
|
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |
|
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |
|
|
@ -674,7 +674,7 @@ INPUT_ENCODING = UTF-8 |
|
|
|
# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py |
|
|
|
# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py |
|
|
|
# *.f90 *.f *.for *.vhd *.vhdl |
|
|
|
# *.f90 *.f *.for *.vhd *.vhdl |
|
|
|
|
|
|
|
|
|
|
|
FILE_PATTERNS = *.dox |
|
|
|
FILE_PATTERNS = *.h *.dox |
|
|
|
|
|
|
|
|
|
|
|
# The RECURSIVE tag can be used to turn specify whether or not subdirectories |
|
|
|
# The RECURSIVE tag can be used to turn specify whether or not subdirectories |
|
|
|
# should be searched for input files as well. Possible values are YES and NO. |
|
|
|
# should be searched for input files as well. Possible values are YES and NO. |
|
|
|