From 94690ec5b04cc82e6b29d9ece0424d5841d06632 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Sun, 2 Aug 2015 22:29:05 -0700 Subject: [PATCH] docs(link): Fix the link to an enum for ViewEncapsulation --- modules/angular2/src/core/annotations_impl/view.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/angular2/src/core/annotations_impl/view.ts b/modules/angular2/src/core/annotations_impl/view.ts index 1babf18d02..56251cf53b 100644 --- a/modules/angular2/src/core/annotations_impl/view.ts +++ b/modules/angular2/src/core/annotations_impl/view.ts @@ -89,8 +89,9 @@ export class View { /** * Specify how the template and the styles should be encapsulated. - * The default is {@link ViewEncapsulation#EMULATED} if the view has styles, - * otherwise {@link ViewEncapsulation#NONE}. + * The default is {@link ViewEncapsulation#EMULATED `ViewEncapsulation.EMULATED`} if the view + * has styles, + * otherwise {@link ViewEncapsulation#NONE `ViewEncapsulation.NONE`}. */ encapsulation: ViewEncapsulation;