doxygen update
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2024-03-20 23:09:14 -04:00
parent 6b2145ba6e
commit 742231a5de
2 changed files with 3 additions and 2 deletions

1
Jenkinsfile vendored
View File

@ -9,6 +9,7 @@ pipeline {
sh 'mvn --version'
sh 'java -version'
sh 'mvn -B -DskipTests clean package'
sh 'cd ./docs && doxygen ./Doxyfile'
}
}
stage('Test') {

View File

@ -949,8 +949,8 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = C:/Users/satellite/Documents/Renderer/src \
C:/Users/satellite/Documents/Renderer/docs/src
INPUT = ../src \
./src
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses