bazel-distribution icon indicating copy to clipboard operation
bazel-distribution copied to clipboard

Make doxygen rule hermetic

Open farost opened this issue 2 years ago • 1 comments

doxygen_docs is not hermetic, the software that uses this rule requires an extra doxygen setup, and it is a bad smell overall.

We want to make this rule hermetic and simplify our documentation CI/CD processes in the future.

farost avatar Apr 18 '24 16:04 farost

https://github.com/TendTo/rules_doxygen is a good rule for doxygen generation.

hofbi avatar Oct 18 '24 16:10 hofbi