|
VBVX 0.1.0
Header-only C++23 library for safe, zero-copy parsing of packet buffers.
|
This directory contains the Doxygen template used to generate the API docs for the project.
To build the docs locally:
Configure with docs enabled:
cmake -S . -B build -DBUILD_DOCS=ON
Build the docs target:
cmake –build build –target docs
The HTML output will be in build/docs/html.
Note: A post-processing script (docs/fix_doxygen_html.py) runs after Doxygen (when Python3 is available) to convert Doxygen's inline code spans into <code> tags and avoid <tt>/<span class="tt"> usages.