Doxygen¶
Blender uses doxygen for C/C++ source code docs, you will need to install this first.
Building¶
We've included a convenience build target.
This is just a convenient way to run:
Single File Builds¶
The complete documentation can take a while to build, to build docs for a single file, we have included a utility.
While this misses cross-file references, it's useful for a quick preview.
Example use:
Where /path/to/source.c
is the source file you're previewing.
--browse
will open up the documentation in a web browser and can be
omitted if you prefer to do this manually.