Is there any way to hide detailed description in doxygen's v1.8.17 generated html files if it's empty?
Currently I am creating a C project documentation using doxygen's grouping mechanisms. Generated by doxygen html pages contain empty detailed description in "Modules" section. I would very much like to get rid of detailed description in generated "Modules" section but keep it in "Files" section.
The screenshot below shows current layout:
I tried setting both ALWAYS_DETAILED_SEC and EXTRACT_ALL field to NO, but it won't work.