Add packages to breathe/sphinx

This commit is contained in:
2023-01-22 17:06:17 +02:00
parent b7b15eaba0
commit d7e1e57fa0
4 changed files with 5330 additions and 1 deletions

View File

@@ -19,7 +19,11 @@ extensions = [ 'breathe' ]
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
breathe_projects = {"robot_controller": "src/robot_controller/xml"}
breathe_projects = {
"robot_controller": "src/robot_controller/xml",
"lite6_controller": "src/lite6_controller/xml",
"axidraw_controller": "src/axidraw_controller/xml",
}
# -- Options for HTML output -------------------------------------------------

9
gen-docs.sh Normal file → Executable file
View File

@@ -3,4 +3,13 @@
pushd src/robot_controller/
doxygen
popd
pushd src/lite6_controller/
doxygen
popd
pushd src/axidraw_controller/
doxygen
popd
make html

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff