10 lines
192 B
YAML
Executable File
10 lines
192 B
YAML
Executable File
- builder: doxygen
|
|
name: C++ API
|
|
output_dir: c++
|
|
file_patterns: '*.c *.cpp *.h *.cc *.hh *.dox'
|
|
- builder: sphinx
|
|
name: Python API
|
|
sphinx_root_dir: doc
|
|
output_dir: python
|
|
|