docs(angular2/annotations): convert `[...]` links to use `{@link ...}` style inline tags

This is an example of how to link to other code components using the `link`
inline tag.
This commit is contained in:
Peter Bacon Darwin 2015-04-17 13:50:04 +01:00
parent a8533b2133
commit 66a2f9b23a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* @description
*
* Annotations provide the additional information that Angular requires in order to run your application. This module
* contains [Component], [Decorator], and [View] annotations, as well as [Parent] and [Ancestor] annotations that are
* contains {@link Component}, {@link Decorator}, and {@link View} annotations, as well as {@link Parent} and {@link Ancestor} annotations that are
* used by Angular to resolve dependencies.
*
*/