Before building developer documentation, create your developer environment.
To generate the NVDA developer guide, type:
scons developerGuideThe developer guide will be placed in the devDocs folder in the output directory.
To generate the HTML-based source code documentation, type:
scons devDocsThe documentation will be placed in the NVDA folder in the output directory.
To generate developer documentation for nvdaHelper (not included in the devDocs target):
scons devDocs_nvdaHelper
The documentation will be placed in the folder <projectRoot>\output\devDocs\nvdaHelper.
This requires having Doxygen installed.