Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ public Metadata getMetadata() {

${IMPLICIT_OUTPUTS}

<p>Warning: the output format of this rule is not guaranteed to be stable. It is intended mainly for
internal use by <a href="https://github.com/bazelbuild/stardoc">Stardoc</a>.
Note: the exact output of this rule is not a stable public API.
For example, the set of natively-defined common rule attributes and their docstrings may change even with minor Bazel releases.
For this reason, documentation generated for user-defined rules is not stable across Bazel releases,
so we suggest taking care that any "golden" tests based on outputs of this rule are only run with a single Bazel version.

<!-- #END_BLAZE_RULE -->*/
Loading