Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
aae4df55
Unverified
Commit
aae4df55
authored
Sep 05, 2023
by
Illia Silin
Committed by
GitHub
Sep 05, 2023
Browse files
set warnings as errors in doxygen (#864)
parent
1e1f82d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
cmake/DoxygenDoc.cmake
cmake/DoxygenDoc.cmake
+2
-0
No files found.
cmake/DoxygenDoc.cmake
View file @
aae4df55
...
@@ -309,6 +309,8 @@ XML_OUTPUT
...
@@ -309,6 +309,8 @@ XML_OUTPUT
XML_PROGRAMLISTING
XML_PROGRAMLISTING
)
)
set
(
WARN_AS_ERROR YES
)
set
(
DOXYGEN_CONFIG_FILE
"
${
CMAKE_CURRENT_BINARY_DIR
}
/doxygen/doxygen.conf"
CACHE PATH
"Path to generated doxygen configuration file"
)
set
(
DOXYGEN_CONFIG_FILE
"
${
CMAKE_CURRENT_BINARY_DIR
}
/doxygen/doxygen.conf"
CACHE PATH
"Path to generated doxygen configuration file"
)
function
(
add_doxygen_doc
)
function
(
add_doxygen_doc
)
...
...
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