Skip to content

src/DoxygenBuilder/Doxyfile.in: Create Doxgen documentations with...

src/DoxygenBuilder/Doxyfile.in: Create Doxgen documentations with FULL_PATH_NAMES set to NO. Helps stripping off the <> from documentation files during package builds.

In Debian, we currently patch out FULL_PATH_NAMES = YES for all Doxygen related builds, because FULL_PATH_NAMES = YES breaks reproducible builds. I'd suggest doing the same for Doxyfile.in in cmake-extras.

Merge request reports