doxygen update
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
6b2145ba6e
commit
742231a5de
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -9,6 +9,7 @@ pipeline {
|
||||
sh 'mvn --version'
|
||||
sh 'java -version'
|
||||
sh 'mvn -B -DskipTests clean package'
|
||||
sh 'cd ./docs && doxygen ./Doxyfile'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user