Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
5887d40d
Commit
5887d40d
authored
Jan 15, 2021
by
jannick.wolters
Browse files
changed doxygen to only output the required xml
parent
f3565ad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
5887d40d
...
...
@@ -81,6 +81,7 @@ if read_the_docs_build:
with
open
(
"Doxyfile.in"
,
"rt"
)
as
fin
:
with
open
(
"Doxyfile"
,
"wt"
)
as
fout
:
for
line
in
fin
:
line
=
line
.
replace
(
'GENERATE_HTML = YES'
,
'GENERATE_HTML = NO'
)
line
=
line
.
replace
(
'@DOXYGEN_OUTPUT_DIR@'
,
outputDir
)
line
=
line
.
replace
(
'@DOXYGEN_INPUT_DIR@'
,
inputDir
)
fout
.
write
(
line
)
...
...
jannick.wolters
@jm2154
mentioned in commit
b2ade5de
·
Apr 30, 2021
mentioned in commit
b2ade5de
mentioned in commit b2ade5de4f926cbb3b616ee5442d5378e0176a08
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment