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 'mvn --version'
|
||||||
sh 'java -version'
|
sh 'java -version'
|
||||||
sh 'mvn -B -DskipTests clean package'
|
sh 'mvn -B -DskipTests clean package'
|
||||||
|
sh 'cd ./docs && doxygen ./Doxyfile'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
|
|||||||
@ -949,8 +949,8 @@ WARN_LOGFILE =
|
|||||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# Note: If this tag is empty the current directory is searched.
|
||||||
|
|
||||||
INPUT = C:/Users/satellite/Documents/Renderer/src \
|
INPUT = ../src \
|
||||||
C:/Users/satellite/Documents/Renderer/docs/src
|
./src
|
||||||
|
|
||||||
# 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. Doxygen uses
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user