From 6a0fe93ba9fc64631e0624306d69f5d58776ee87 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Tue, 2 Jun 2015 08:45:44 -0700 Subject: [PATCH] chore(docs): fix another link broken by clang-format --- modules/angular2/src/core/annotations_impl/annotations.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/angular2/src/core/annotations_impl/annotations.ts b/modules/angular2/src/core/annotations_impl/annotations.ts index 1aa2f4aaa5..8c934488bd 100644 --- a/modules/angular2/src/core/annotations_impl/annotations.ts +++ b/modules/angular2/src/core/annotations_impl/annotations.ts @@ -705,8 +705,8 @@ export class Directive extends Injectable { /** * Specifies a set of lifecycle hostListeners in which the directive participates. * - * See {@link annotations/onChange}, {@link annotations/onDestroy}, {@link - * annotations/onAllChangesDone} for details. + * See {@link annotations/onChange}, {@link annotations/onDestroy}, + * {@link annotations/onAllChangesDone} for details. */ lifecycle: List;