Files
cmake/Tests/FindDoxygen
James Miro 8fc8f564c9 FindDoxygen: Create and clean recursive subdirectories for output formats
Teach `doxygen_add_docs()` to recursively create subdirectories for each
output format (HTML, XML, ...) and add each subdirectory to the `clean`
target.  Previously, only the HTML output directory was added to the
`clean` target.

Fixes: #27970, #22570
2026-08-10 10:32:14 -04:00
..