docs(annotations): remove reference to `Parent` annotation

This annotation was removed in 6f4a39c337
This commit is contained in:
Peter Bacon Darwin 2015-07-23 09:03:39 +01:00 committed by Naomi Black
parent 3a7c9e4c62
commit dbbb7385f5
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@
* Annotations provide the additional information that Angular requires in order to run your
* application. This module
* contains {@link Component}, {@link Directive}, and {@link View} annotations, as well as
* {@link Parent} and {@link Ancestor} annotations that are
* used by Angular to resolve dependencies.
* the {@link Ancestor} annotation that is used by Angular to resolve dependencies.
*
*/