| Module | Description |
|---|---|
| common | The Common Components like logger, databroker client, etc. |
| signal | The Signal level API of the Yoriito Vehicle API. |
To generate the documentation only, run the following commands from the repository root:
cmake -S . -B build -DBUILD_COMMON=OFF -DBUILD_SIGNAL=OFF -DENABLE_DOCS=ON
cmake --build build --target docs