Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 448 Bytes

File metadata and controls

20 lines (14 loc) · 448 Bytes

Documentation

This directory is the hub for linx-model documentation.

Contents

Doxygen

The API reference is generated from public headers plus doxygen-mainpage.dox. Build it with:

cmake -S . -B build-docs -G Ninja -DLINX_MODEL_BUILD_DOCS=ON
cmake --build build-docs --target docs