From 66a2f9b23aa3f1fc657e6c75c5032a6e1d2f484a Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 17 Apr 2015 13:50:04 +0100 Subject: [PATCH] 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. --- modules/angular2/annotations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/annotations.js b/modules/angular2/annotations.js index 30114765ce..b1c90e359d 100644 --- a/modules/angular2/annotations.js +++ b/modules/angular2/annotations.js @@ -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. * */