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
b2ade5de
Commit
b2ade5de
authored
Jan 15, 2021
by
jannick.wolters
Browse files
changed doxygen to only output the required xml
Former-commit-id:
5887d40d
parent
c33e8aa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
b2ade5de
...
@@ -81,6 +81,7 @@ if read_the_docs_build:
...
@@ -81,6 +81,7 @@ if read_the_docs_build:
with
open
(
"Doxyfile.in"
,
"rt"
)
as
fin
:
with
open
(
"Doxyfile.in"
,
"rt"
)
as
fin
:
with
open
(
"Doxyfile"
,
"wt"
)
as
fout
:
with
open
(
"Doxyfile"
,
"wt"
)
as
fout
:
for
line
in
fin
:
for
line
in
fin
:
line
=
line
.
replace
(
'GENERATE_HTML = YES'
,
'GENERATE_HTML = NO'
)
line
=
line
.
replace
(
'@DOXYGEN_OUTPUT_DIR@'
,
outputDir
)
line
=
line
.
replace
(
'@DOXYGEN_OUTPUT_DIR@'
,
outputDir
)
line
=
line
.
replace
(
'@DOXYGEN_INPUT_DIR@'
,
inputDir
)
line
=
line
.
replace
(
'@DOXYGEN_INPUT_DIR@'
,
inputDir
)
fout
.
write
(
line
)
fout
.
write
(
line
)
...
...
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