Index: docs/closure_compilation.md |
diff --git a/docs/closure_compilation.md b/docs/closure_compilation.md |
index f164d4cbfe4a9581b4102b22cb23c50233753ec2..4f403cdea60bf295a9aa492c6d32dc56a456b869 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). |