Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-fcl
Commits
4181161c
Commit
4181161c
authored
Apr 20, 2020
by
Joseph Mirabel
Browse files
Fix generate of XML documentation.
parent
ab128713
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4181161c
...
...
@@ -148,6 +148,7 @@ SET(${PROJECT_NAME}_HEADERS
include/hpp/fcl/internal/traversal.h
)
add_subdirectory
(
doc
)
add_subdirectory
(
src
)
if
(
BUILD_PYTHON_INTERFACE
)
add_subdirectory
(
python
)
...
...
doc/CMakeLists.txt
0 → 100644
View file @
4181161c
SET
(
DOXYGEN_XML_OUTPUT
"doxygen-xml"
PARENT_SCOPE
)
SET
(
DOXYGEN_FILE_PATTERNS
"*.h *.hh *.hxx"
PARENT_SCOPE
)
SET
(
DOXYGEN_GENERATE_XML
"YES"
PARENT_SCOPE
)
SET
(
DOXYGEN_EXPAND_ONLY_PREDEF
"NO"
PARENT_SCOPE
)
doc/Doxyfile.extra.in
deleted
100644 → 0
View file @
ab128713
FILE_PATTERNS = *.h *.hh *.hxx
GENERATE_XML = YES
EXPAND_ONLY_PREDEF = NO
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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