diff options
author | dschuyler <dschuyler@chromium.org> | 2015-09-21 22:10:16 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-22 05:10:57 +0000 |
commit | 63043614507d3d7afdd9caf90f54013663333277 (patch) | |
tree | 1114efd1f568273892625a239f0c9bd227363cac /docs/closure_compilation.md | |
parent | a8b0da7244a499cdbac2a4913bc44b95029fa3d8 (diff) | |
download | chromium_src-63043614507d3d7afdd9caf90f54013663333277.zip chromium_src-63043614507d3d7afdd9caf90f54013663333277.tar.gz chromium_src-63043614507d3d7afdd9caf90f54013663333277.tar.bz2 |
[Docs] adding link to closure tags
This CL adds a direct link to the closure tags in the docs for Closure. I'm new to Closure and I this was something I wanted a link to sooner. Having a direct link here may help future-new-users.
BUG=
Review URL: https://codereview.chromium.org/1358903002
Cr-Commit-Position: refs/heads/master@{#350110}
Diffstat (limited to 'docs/closure_compilation.md')
-rw-r--r-- | docs/closure_compilation.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/closure_compilation.md b/docs/closure_compilation.md index f164d4c..4f403cd 100644 --- a/docs/closure_compilation.md +++ b/docs/closure_compilation.md @@ -22,6 +22,9 @@ error prone as it's _one more thing_ to mess up. Because having this safety is handy, Chrome now has a way to optionally typecheck your JavaScript and produce compiled output with [Closure Compiler](https://developers.google.com/closure/compiler/). +The type information is +[annotated in comment tags](https://developers.google.com/closure/compiler/docs/js-for-compiler) +that are briefly described below. See also: [the design doc](https://docs.google.com/a/chromium.org/document/d/1Ee9ggmp6U-lM-w9WmxN5cSLkK9B5YAq14939Woo-JY0/edit). |