Skip to content

Releases: abrisco/rules_doxygen

0.0.4

17 Oct 17:21
5501bf0

Choose a tag to compare

0.0.4

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_doxygen",
    sha256 = "9500dc052425d3ff392810179d47331aab4449b5d9710461193777087c36af6b",
    urls = ["https://github.com/abrisco/rules_doxygen/releases/download/0.0.4/rules_doxygen-v0.0.4.tar.gz"],
)

Additional documentation can be found at: https://github.com/abrisco/rules_doxygen

What's Changed

  • Added doxygen_runner rule for running doxygen on a workspace. by @abrisco in #9
  • Release 0.0.4 by @abrisco in #10

Full Changelog: 0.0.3...0.0.4

0.0.3

15 Oct 19:57
dc5635b

Choose a tag to compare

0.0.3

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_doxygen",
    sha256 = "279a175ea1876564c4f11b720a8972b8357fba98e13d59cb4e74b77cd4638ba4",
    urls = ["https://github.com/abrisco/rules_doxygen/releases/download/0.0.3/rules_doxygen-v0.0.3.tar.gz"],
)

Additional documentation can be found at: https://github.com/abrisco/rules_doxygen

What's Changed

  • Fix issues parsing escaped lines from doxygen config files by @abrisco in #6
  • Release 0.0.3 by @abrisco in #7

Full Changelog: 0.0.2...0.0.3

0.0.2

15 Oct 17:57
73fb0df

Choose a tag to compare

0.0.2

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_doxygen",
    sha256 = "24470098ef1e8556fa27f9c08e484c6f3cd683300bf5706eeaa430ed04f71948",
    urls = ["https://github.com/abrisco/rules_doxygen/releases/download/0.0.2/rules_doxygen-v0.0.2.tar.gz"],
)

Additional documentation can be found at: https://github.com/abrisco/rules_doxygen

What's Changed

  • Fixed issue where doxygen errors would not fail actions by @abrisco in #4
  • Release 0.0.2 by @abrisco in #5

Full Changelog: 0.0.1...0.0.2

0.0.1

15 Oct 17:11
665d2dd

Choose a tag to compare

0.0.1

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_doxygen",
    sha256 = "a345571e1d05a94164736e4715409a7794643f026a69ff6dd74393512dcf4bba",
    urls = ["https://github.com/abrisco/rules_doxygen/releases/download/0.0.1/rules_doxygen-v0.0.1.tar.gz"],
)

Additional documentation can be found at: https://github.com/abrisco/rules_doxygen

What's Changed

New Contributors

Full Changelog: https://github.com/abrisco/rules_doxygen/commits/0.0.1