angular-docs-cn/docs/templates/includes
Pete Bacon Darwin d4ffa47ea6 fix(aio): correctly render decorator docs (#14328)
This commit updates the doc-gen to account
for the changes to the codebase for decorators.

There are actually three kinds of calls that create decorators:

* makeDecorator
* makePropDecorator
* makeParamDecorator

Also, the actual documentation for each
decorator is split between two exported symbols:

* `interface [DecoratorName]` contains the metadata fields
* interface [DecoratorName]Decorator` contains a
  "call member" which holds the general description of the decorator.

This processor now identifies all three decorator types, and pulls the
description of the callMember onto the main decorator doc description.

(There are some outstanding interfaces in the angular/angular project that
need to be re-exported from `/angular/modules/@angular/core/src/metadata.ts`
to ensure that the doc-gen is able to access them.)

Closes https://github.com/angular/angular.io/pull/2349
2017-02-07 00:04:25 -08:00
..
_annotations.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_class-overview.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_constructor.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_deprecated-notes.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_description.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_export-as.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_how-to-use.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_info-bar.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_inputs.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_interface-overview.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_members.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_metadata.html fix(aio): correctly render decorator docs (#14328) 2017-02-07 00:04:25 -08:00
_ng-module.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_outputs.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_security-notes.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_selectors.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_statics.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_title.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00
_what-it-does.html build(aio): remove formatting and styles from dgeni templates 2017-02-01 11:11:43 -08:00