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. * */