VBVX 0.1.0
Header-only C++23 library for safe, zero-copy parsing of packet buffers.
Loading...
Searching...
No Matches
docs Directory Reference

Detailed Description

Documentation

This directory contains the Doxygen template used to generate the API docs for the project.

To build the docs locally:

  1. Configure with docs enabled:

    cmake -S . -B build -DBUILD_DOCS=ON

  2. 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.