forked from osquery/osquery
-
Notifications
You must be signed in to change notification settings - Fork 0
public api
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