forked from commaai/openpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: setup docs for C code (commaai#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 commit 4c44c02. * its in the dockerfile Co-authored-by: Willem Melching <willem.melching@gmail.com>
- Loading branch information
Showing
6 changed files
with
203 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters