mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
11 lines
311 B
YAML
11 lines
311 B
YAML
- builder: sphinx
|
|
name: Python API
|
|
output_dir: python
|
|
sphinx_root_dir: doc
|
|
- builder: doxygen
|
|
name: C++ API
|
|
output_dir: cpp
|
|
file_patterns: "*.c *.cpp *.h *.cc *.hh *.dox"
|
|
exclude_patterns: "*/core/python/pybind11/* */core/python/bindings/* */test/* "
|
|
exclude_symbols: "*Private class_ declval*"
|