Skip to content

Commit 66a2f9b

Browse files
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.
1 parent a8533b2 commit 66a2f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/annotations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @description
55
*
66
* Annotations provide the additional information that Angular requires in order to run your application. This module
7-
* contains [Component], [Decorator], and [View] annotations, as well as [Parent] and [Ancestor] annotations that are
7+
* contains {@link Component}, {@link Decorator}, and {@link View} annotations, as well as {@link Parent} and {@link Ancestor} annotations that are
88
* used by Angular to resolve dependencies.
99
*
1010
*/

0 commit comments

Comments
 (0)