Skip to content

Commit

Permalink
cquery docs: analysis.proto -> analysis_v2.proto
Browse files Browse the repository at this point in the history
Fixes #10540

`analysis.proto` was deleted in d67dc88.

Closes #18303.

PiperOrigin-RevId: 529597169
Change-Id: I1e1936ccaad0b5f7501538cd9507fcba3671d53a
  • Loading branch information
gregestren authored and copybara-github committed May 5, 2023
1 parent 65f8ec5 commit 3253d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/query/cquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ outputs the same information without the options diff.

This option causes the resulting targets to be printed in a binary protocol
buffer form. The definition of the protocol buffer can be found at
[src/main/protobuf/analysis.proto](https://github.com/bazelbuild/bazel/blob/master/src/main/protobuf/analysis_v2.proto){: .external}.
[src/main/protobuf/analysis_v2.proto](https://github.com/bazelbuild/bazel/blob/master/src/main/protobuf/analysis_v2.proto){: .external}.

`CqueryResult` is the top level message containing the results of the cquery. It
has a list of `ConfiguredTarget` messages and a list of `Configuration`
Expand Down

0 comments on commit 3253d46

Please sign in to comment.