mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 15:11:33 +00:00
doxygen setup fix
This commit is contained in:
parent
9a7c72cdbe
commit
cb6996a90e
2 changed files with 660 additions and 659 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
build
|
build
|
||||||
*~
|
*~
|
||||||
|
Doxygen
|
||||||
|
|
|
@ -573,10 +573,10 @@ WARN_LOGFILE =
|
||||||
# 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 = ..\apps
|
INPUT = ../apps
|
||||||
..\components
|
../components
|
||||||
..\libs
|
../libs
|
||||||
..\docs
|
../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
|
||||||
|
|
Loading…
Reference in a new issue