aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar laurentlb <laurentlb@google.com>2018-02-12 03:29:13 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-12 03:30:34 -0800
commit523253189d379fda74cea3618c1bace284c5f0fa (patch)
treef4ed320a08d9905971b9159873989792bd926e01 /site
parentafbab998b5ae2f37c4d7999260a102d92ea6cda1 (diff)
Update documentation about Files.
I don't think it's worth repeating things here. Let's point to the main documentation. RELNOTES: None. PiperOrigin-RevId: 185356504
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/rules.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/docs/skylark/rules.md b/site/docs/skylark/rules.md
index 938381d754..c75901dd44 100644
--- a/site/docs/skylark/rules.md
+++ b/site/docs/skylark/rules.md
@@ -135,6 +135,8 @@ files. For each generated file, there must be one and only one generating
action, and each action must generate one or more output files. Bazel will throw
an error otherwise.
+A file is represented with the [File](lib/File.html) object.
+
## Targets
Every build rule corresponds to exactly one target. A target can create