typedb / bazel-distribution

Bazel rules for assembling and deploying software distributions (see @vaticle for usage example)
https://bazel.build
Apache License 2.0
154 stars 53 forks source link

Make doxygen rule hermetic #412

Open farost opened 6 months ago

farost commented 6 months ago

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.

hofbi commented 2 weeks ago

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