Improve sphinx

This commit is contained in:
2020-08-03 21:13:04 +02:00
parent d6815f8285
commit f6f01b0510
18 changed files with 3630 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
.. _api_dmas:
Peripheral DMA Library Code
====================================
.. doxygengroup:: dma-ring-buffer
:project: Reflow Controller Firmware

View File

@@ -0,0 +1,11 @@
.. _api:
Firmware Code Documentation
===========================
.. toctree::
:maxdepth: 2
:glob:
*
safety/safety-controller

View File

@@ -0,0 +1,8 @@
.. _api_main:
Reflow Controller Firmware Main File
====================================
.. doxygenfile:: main.c
:project: Reflow Controller Firmware

View File

@@ -0,0 +1,8 @@
.. _dox_safety_adc:
Safety ADC
====================================
.. doxygengroup:: safety-adc
:project: Reflow Controller Firmware

View File

@@ -0,0 +1,14 @@
.. _dox_safety_controller:
Safety Controller
====================================
.. toctree::
:maxdepth: 1
safety-adc
.. doxygengroup:: safety-controller
:project: Reflow Controller Firmware