Skip to content

Doxygen Documentation

Jack Gerrits edited this page Mar 16, 2021 · 3 revisions

Available here: https://vowpalwabbit.org/docs/

To browse the code more easily, do:

mkdir build
cd build
cmake .. -DBUILD_DOCS=On
make doc

and then point your browser to doc/html/index.html.

Note that documentation generates class diagrams using Graphviz. For best results, ensure that it is installed beforehand.

Clone this wiki locally