How to disable generation of html folder in doxygen?

by hal.littel , in category: Third Party Scripts , 6 months ago

How to disable generation of html folder in doxygen?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by addison , 6 months ago

@hal.littel 

To disable the generation of the "html" folder in Doxygen, you can use the following configuration in your Doxyfile:

  1. Open your Doxyfile in a text editor.
  2. Search for the "GENERATE_HTML" option.
  3. Set the value of this option to "NO".


For example:

1
GENERATE_HTML = NO


  1. Save the changes to the file and run Doxygen to generate the documentation without the "html" folder.

Related Threads:

How to put capybara output html to a specific folder?
How to disable scrollbar for navbar in html/css?
How to use generated html legends to enable or disable datasets in chart.js?
How to stop slug generation in octobercms?
How to change the config file for mathjax in doxygen?
How to download pdf file from public folder in symfony?