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

View File

@ -4,7 +4,7 @@
* @description * @description
* *
* Annotations provide the additional information that Angular requires in order to run your application. This module * 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. * used by Angular to resolve dependencies.
* *
*/ */