From 24f2d99880317c928b36bc972eefe43e3134e27a Mon Sep 17 00:00:00 2001 From: David Chen Date: Mon, 17 Aug 2015 17:25:46 +0000 Subject: Split Skylark Library into multiple pages, one per module. Add collapsible submenus to sidebar, and expand and highlight the link for the current page. Collapse sidebar on mobile and expose button for toggling sidebar. -- MOS_MIGRATED_REVID=100836792 --- src/main/java/com/google/devtools/build/lib/actions/Artifact.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/com/google/devtools/build/lib/actions/Artifact.java') diff --git a/src/main/java/com/google/devtools/build/lib/actions/Artifact.java b/src/main/java/com/google/devtools/build/lib/actions/Artifact.java index 1166cffd8e..e620ef63c6 100644 --- a/src/main/java/com/google/devtools/build/lib/actions/Artifact.java +++ b/src/main/java/com/google/devtools/build/lib/actions/Artifact.java @@ -367,7 +367,7 @@ public class Artifact implements FileType.HasFilename, ActionInput { @SkylarkCallable(name = "path", structField = true, doc = "The execution path of this file, relative to the execution directory. It consists of " + "two parts, an optional first part called the root (see also the root module), and the second part which is the " + + "href=\"root.html\">root module), and the second part which is the " + "short_path. The root may be empty, which it usually is for non-generated " + "files. For generated files it usually contains a configuration-specific path fragment that" + " encodes things like the target CPU architecture that was used while building said file.") -- cgit v1.2.3