First, your asdoc.exe should be in your system path
- Open command window, cd to your project folder. In this folder, you should find src folder
 - Run command
asdoc -source-path .\src -doc-sources . - Then a folder called “asdoc-output” will be generated
 
8 sec read
First, your asdoc.exe should be in your system path
asdoc -source-path .\src -doc-sources .