docs: setup docs for C code (#23262)
* add breathe and doxygen * add sphinx-breathe c docs generation * add c docs to site * built in docker * build base image first * namespace cleanup * Revert "build base image first" This reverts commitcommatwo_master4c44c02ffb
. * its in the dockerfile Co-authored-by: Willem Melching <willem.melching@gmail.com> old-commit-hash:9f70bea964
parent
dd05972019
commit
830b8692c0
6 changed files with 192 additions and 34 deletions
@ -1,3 +1,3 @@ |
||||
version https://git-lfs.github.com/spec/v1 |
||||
oid sha256:41a4d986dd7b786f56c8b76a84b897e394b390647272153c20db1ad3f1db531c |
||||
size 1268 |
||||
oid sha256:4a3baa202ee29371a3168613072d612a3239f368c0e9122a31b398f7db0eb7b6 |
||||
size 1282 |
||||
|
@ -1,3 +1,3 @@ |
||||
version https://git-lfs.github.com/spec/v1 |
||||
oid sha256:cffe2ec3c20be1cef17765fd41ddd7e72a3bc6375599b7df2978e652b2f6d1d2 |
||||
size 143747 |
||||
oid sha256:5aa6aaa2866c3bf2002532ac131e4dce9581adc1e8d3422dc37bba163e5fc874 |
||||
size 143236 |
||||
|
@ -0,0 +1,105 @@ |
||||
openpilot |
||||
========== |
||||
|
||||
|
||||
opendbc |
||||
------ |
||||
.. autodoxygenindex:: |
||||
:project: opendbc_can |
||||
|
||||
|
||||
cereal |
||||
------ |
||||
|
||||
messaging |
||||
^^^^^^^^^ |
||||
.. autodoxygenindex:: |
||||
:project: cereal_messaging |
||||
|
||||
visionipc |
||||
^^^^^^^^^ |
||||
.. autodoxygenindex:: |
||||
:project: cereal_visionipc |
||||
|
||||
|
||||
selfdrive |
||||
--------- |
||||
|
||||
camerad |
||||
^^^^^^^ |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_camerad_cameras |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_camerad_transforms |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_camerad_imgproc |
||||
|
||||
locationd |
||||
^^^^^^^^^ |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_locationd |
||||
|
||||
ui |
||||
^^ |
||||
|
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_ui |
||||
|
||||
soundd |
||||
"""""" |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_ui_soundd |
||||
|
||||
navd |
||||
"""" |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_ui_navd |
||||
|
||||
replay |
||||
"""""" |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_ui_replay |
||||
|
||||
qt |
||||
"" |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_ui_qt_offroad |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_ui_qt_maps |
||||
|
||||
proclogd |
||||
^^^^^^^^ |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_proclogd |
||||
|
||||
modeld |
||||
^^^^^^ |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_modeld_transforms |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_modeld_models |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_modeld_thneed |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_modeld_runners |
||||
|
||||
common |
||||
^^^^^^ |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_common |
||||
|
||||
sensorsd |
||||
^^^^^^^^ |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_sensord_sensors |
||||
|
||||
boardd |
||||
^^^^^^ |
||||
.. autodoxygenindex:: |
||||
:project: selfdrive_boardd |
||||
|
||||
|
||||
rednose |
||||
------- |
||||
.. autodoxygenindex:: |
||||
:project: rednose_repo_rednose_helpers |
Loading…
Reference in new issue