Control: reassign -1 starpu Paolo Greppi, le jeu. 04 déc. 2025 00:28:35 +0100, a ecrit: > git clone [email protected]:debian/starpu.git > cd starpu/doc/doxygen/ > sed "s/@top_srcdir@/..\/../g" doxygen-config.cfg.in | sed > "s/@top_builddir@/..\/../g" > Doxyfile > sed "s/@top_srcdir@/..\/../g" doxygen_filter.sh.in | sed > "s/@top_builddir@/..\/../g" > doxygen_filter.sh > chmod u+x doxygen_filter.sh > doxygen > > probably not very orthodox
The difference with the upstream build script is that this ignores doxygen.cfg where there is WARNINGS = NO (upstream used to have many false positive warnings). Unfortunately that configuration apparently makes doxygen actually emit almost nothing about the issues it encounters and makes it drop some output :/ Samuel

