Windows: Instructions to generate documentation from SDK
To generate Doxygen help from the existing SDK, you need to follow the below steps
Download and install newer packages
doxygen-1.7.4-setup.exe https://www.doxygen.nl/download.html
2. Select DoxyWizard app from the window application list.
Specify working directory and specify the name of Project name and path of Sample SDK folder along with Destination directory path
Click on Next and select the programming language to optimize the result for
Click on Next, here you can change your output format
Don’t need to change in Diagram section, Now click on the Expert tab and click on the Build option of Topics and select the checkboxes, which you want to extract from documentation
Now click on Run Tab and press Run doxygen button, it will generate the HTML files
Once done, to view output just press on Show HTML output, it will show you Main page of your Doxygen help output.