-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for certain rules is missing #6619
Comments
cc @lberki |
Doc for java_import is also broken: 0.20.0: https://docs.bazel.build/versions/0.20.0/be/java.html#java_import java_import(name, deps, data, compatible_with, constraints, deprecation, distribs, exports, features, jars, licenses, neverlink, proguard_specs, restricted_to, runtime_deps, srcjar, tags, testonly, visibility) 0.21.0: https://docs.bazel.build/versions/0.21.0/be/java.html#java_import java_import(name, deps, data, compatible_with, deprecation, distribs, exports, features, licenses, restricted_to, runtime_deps, tags, testonly, visibility) |
Please fix this, not finding this rule in the documentation cost me a considerable amount of time. 😢 |
Bisected to c1d7672.
At 1db9e66, the commit before c1d7672
|
cc @cushon |
Fix: #7061 |
Description of the problem / feature request:
Documentation for certain rules (for example
java_toolchain
) is missing on latest docs.build.bazel.Feature requests: what underlying problem are you trying to solve with this feature?
Read the docs.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
https://docs.bazel.build/versions/master/be/java.html
Note the missing
java_toolchain
, compare with:https://web.archive.org/web/20181021162843/https://docs.bazel.build/versions/master/be/java.html
The source of the docs still exists on current master, so I don't think it's been removed intentionally:
bazel/src/main/java/com/google/devtools/build/lib/rules/java/JavaToolchainRule.java
Line 269 in 91e0bae
The text was updated successfully, but these errors were encountered: