Building Developer Documentation for NVDA
September 1, 2025 ยท View on GitHub
Before building developer documentation, create your developer environment.
Building developer documentation
To generate the NVDA developer guide, type:
scons developerGuide
The developer guide will be placed in the devDocs folder in the output directory.
To generate the HTML-based source code documentation, type:
scons devDocs
The documentation will be placed in the NVDA folder in the output directory.
Building nvdaHelper developer documentation
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.