![]() |
BomberUnits
...a Unity learning project
|
Prerequisites:
You may have to install Doxygen and GraphViz (dot) from the internet. Google is your friend.
Use the PowerShell script build_docu.ps1 in the Doc folder to build the documentation. It calls doxygen Doxyfile to call doxygen with its configuration and creates a link to the start page.
Double-click it to execute and select PowerShell as program to open it with if necessary. In order to allow PowerShell script execution you may have to execute the following in a PowerShell you started with Admin rights: Set-ExecutionPolicy Unrestricted
When the generation of the HTML output ist done, the script will also add a link to the main page which is in Doc/doxy_out/html/index.html. Open that with your browser.
The content of the html folder is what is uploaded to our Docu repository and hosted automatically by GitHub.