Hi, just documenting this for other fellow rules_doxygen users that might be encountering the issue. Long story short, presumably this happens when:
- You specify a partial Doxygen configuration in your
doxygen Bazel rule
- You use an older version of Doxygen than what rules_doxygen assumes (e.g. we use v1.9 and rules_doxygen might assume v1.14)
See https://issues.pigweed.dev/issues/384047922#comment3 for further explanation.
The fix in our case is to provide a full Doxyfile configuration to rules_doxygen so that it doesn't need to guess at what values to configure.