Skip to content

Commit

Permalink
Mark ctx.expand_locations parameter short_paths as undocumented
Browse files Browse the repository at this point in the history
Usage of the parameter is private to builtins and a few other packages as part of Starlarkification and not intended for public use.

PiperOrigin-RevId: 509816292
Change-Id: I43f4656ca0101b067f94c3888625861d73bf9ea5
  • Loading branch information
hvadehra authored and copybara-github committed Feb 15, 2023
1 parent 773d232 commit 72f0045
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,9 @@ String expandMakeVariables(
@Param(
name = "short_paths",
named = true,
positional = false,
defaultValue = "False",
doc = "Use root relative paths instead of full exec paths"),
documented = false),
},
allowReturnNones = true,
useStarlarkThread = true)
Expand Down

0 comments on commit 72f0045

Please sign in to comment.