Skip to content

Commit

Permalink
C++: Remove language documentation.
Browse files Browse the repository at this point in the history
It's not yet clear whether the API is enough for languages other than C++.
Therefore, remove language parameter documentation from the API.

bazelbuild#4570

RELNOTES:none
PiperOrigin-RevId: 245910010
  • Loading branch information
oquenchil authored and iirina committed Apr 30, 2019
1 parent 3ff8616 commit 8355d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Tuple<Object> compile(
type = String.class),
@Param(
name = "language",
doc = "Can be one of c++, objc or objc++.",
doc = "Only C++ supported for now. Do not use this parameter.",
positional = false,
named = true,
noneable = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ CcToolchainConfigInfoT ccToolchainConfigInfoFromSkylark(
type = String.class),
@Param(
name = "language",
doc = "Can be one of c++, objc or objc++.",
doc = "Only C++ supported for now. Do not use this parameter.",
positional = false,
named = true,
noneable = true,
Expand Down

0 comments on commit 8355d20

Please sign in to comment.