Skip to content
marpaia edited this page Sep 16, 2014 · 7 revisions

The public headers are in osquery/include/osquery/. All public headers are documented using doxygen. To generate the documentation, run make docs from the root of the repository and open doxygen/html/index.html.

Note that you'll need to have doxygen installed to generate the documentation. If you're on OS X, use homebrew to install doxygen: brew install doxygen

Clone this wiki locally