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
5feed9eb
Commit
5feed9eb
authored
Feb 28, 2021
by
jannick.wolters
Browse files
disabled doxygen html generation
parent
00c2b208
Changes
2
Hide whitespace changes
Inline
Side-by-side
code/CMakeLists.txt
View file @
5feed9eb
...
@@ -146,7 +146,7 @@ if( BUILD_DOC )
...
@@ -146,7 +146,7 @@ if( BUILD_DOC )
set
(
DOXYGEN_INPUT_DIR
${
PROJECT_SOURCE_DIR
}
)
set
(
DOXYGEN_INPUT_DIR
${
PROJECT_SOURCE_DIR
}
)
set
(
DOXYGEN_OUTPUT_DIR
${
CMAKE_CURRENT_BINARY_DIR
}
/docs/doxygen
)
set
(
DOXYGEN_OUTPUT_DIR
${
CMAKE_CURRENT_BINARY_DIR
}
/docs/doxygen
)
set
(
DOXYGEN_INDEX_FILE
${
DOXYGEN_OUTPUT_DIR
}
/
ht
ml/index.
ht
ml
)
set
(
DOXYGEN_INDEX_FILE
${
DOXYGEN_OUTPUT_DIR
}
/
x
ml/index.
x
ml
)
set
(
DOXYFILE_IN
${
CMAKE_CURRENT_SOURCE_DIR
}
/../doc/Doxyfile.in
)
set
(
DOXYFILE_IN
${
CMAKE_CURRENT_SOURCE_DIR
}
/../doc/Doxyfile.in
)
set
(
DOXYFILE_OUT
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile
)
set
(
DOXYFILE_OUT
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile
)
configure_file
(
${
DOXYFILE_IN
}
${
DOXYFILE_OUT
}
@ONLY
)
configure_file
(
${
DOXYFILE_IN
}
${
DOXYFILE_OUT
}
@ONLY
)
...
...
doc/Doxyfile.in
View file @
5feed9eb
...
@@ -1125,7 +1125,7 @@ IGNORE_PREFIX =
...
@@ -1125,7 +1125,7 @@ IGNORE_PREFIX =
# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
# The default value is: YES.
# The default value is: YES.
GENERATE_HTML =
YES
GENERATE_HTML =
NO
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
...
...
jannick.wolters
@jm2154
mentioned in commit
2a245d78
·
Apr 30, 2021
mentioned in commit
2a245d78
mentioned in commit 2a245d789f7b913d82c40410b90a10a3ee16d311
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