We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f1602 commit b7b94dfCopy full SHA for b7b94df
doxygen/doxygen.bzl
@@ -37,7 +37,7 @@ def _swift_doxygen_impl(ctx):
37
sed -i "s|@DOXYGEN_DOT_PATH@|$DOXYGEN_DOT_PATH|g" {config}
38
sed -i "s|@PLANTUML_JAR_PATH@|/usr/local/bin/plantuml.jar|g" {config}
39
40
- doxygen {config}
+ PATH=$PATH doxygen {config}
41
""".format(config = config.path),
42
)
43
0 commit comments