Skip to content
Open
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 @@ -96,7 +96,7 @@ public interface StarlarkActionFactoryApi extends StarlarkValue {
create actions.</li>
<li><code>input_directories</code> (keyword-only): A dictionary mapping from the string keys of
the <code>input_directories</code> argument of <code>actions.map_directory()</code> to their
values' corresponding <a href='../builtins/File.html'><code>ExpandedDirectory</code></a>
values' corresponding <a href='../builtins/ExpandedDirectory.html'><code>ExpandedDirectory</code></a>
objects.</li>
<li><code>output_directories</code> (keyword-only): The value of the
<code>output_directories</code> argument of <code>actions.map_directory()</code>; a
Expand Down