Add packages to breathe/sphinx
This commit is contained in:
6
conf.py
6
conf.py
@@ -19,7 +19,11 @@ extensions = [ 'breathe' ]
|
|||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
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 -------------------------------------------------
|
# -- Options for HTML output -------------------------------------------------
|
||||||
|
|||||||
9
gen-docs.sh
Normal file → Executable file
9
gen-docs.sh
Normal file → Executable file
@@ -3,4 +3,13 @@
|
|||||||
pushd src/robot_controller/
|
pushd src/robot_controller/
|
||||||
doxygen
|
doxygen
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
pushd src/lite6_controller/
|
||||||
|
doxygen
|
||||||
|
popd
|
||||||
|
|
||||||
|
pushd src/axidraw_controller/
|
||||||
|
doxygen
|
||||||
|
popd
|
||||||
|
|
||||||
make html
|
make html
|
||||||
|
|||||||
2658
src/axidraw_controller/Doxyfile
Normal file
2658
src/axidraw_controller/Doxyfile
Normal file
File diff suppressed because it is too large
Load Diff
2658
src/lite6_controller/Doxyfile
Normal file
2658
src/lite6_controller/Doxyfile
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user