store doxygen log instead of stdout
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
38fc3068a7
commit
ee6d310e91
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,6 +40,7 @@
|
||||
|
||||
#docs
|
||||
/docs-dist/**
|
||||
/docs/DoxygenWarningLog.txt
|
||||
|
||||
#imgui local layout
|
||||
/imgui.ini
|
||||
@ -937,7 +937,7 @@ WARN_LINE_FORMAT = "at line $line of file $file"
|
||||
# specified the warning and error messages are written to standard output
|
||||
# (stdout).
|
||||
|
||||
WARN_LOGFILE =
|
||||
WARN_LOGFILE = "DoxygenWarningLog.txt"
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the input files
|
||||
|
||||
Loading…
Reference in New Issue
Block a user