Hey everyone :wave: The docs specify one should ru...
# general
a
Hey everyone 👋 The docs specify one should run
make docs
to build the sdk documentation (src)
The public API and SDK headers are documented via doxygen. To generate web-based documentation, you will need to install doxygen, run
make docs
from the repository root, then open
./build/docs/html/index.html
.
But the Makefile was removed a long time ago There’s also an issue about it here: https://github.com/osquery/osquery/issues/7491 What is the right way to compile the SDK docs locally? Thanks!