@hal.littel
To disable the generation of the "html" folder in Doxygen, you can use the following configuration in your Doxyfile:
- Open your Doxyfile in a text editor.
- Search for the "GENERATE_HTML" option.
- Set the value of this option to "NO".
For example:
- Save the changes to the file and run Doxygen to generate the documentation without the "html" folder.