docs(common): remove h1s from API docs

Only one h1 is allowed per document, and this is provided by the template.
So we cannot have any h1 tags (or `#` markdown shorthand) in any API docs.

Closes #16193
This commit is contained in:
Peter Bacon Darwin
2017-05-10 11:00:02 +01:00
committed by Pete Bacon Darwin
parent 56ccd5e6a1
commit 67dc970ce4
3 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ import {Directive, EmbeddedViewRef, Input, OnChanges, SimpleChanges, TemplateRef
*
* Note: using the key `$implicit` in the context object will set it's value as default.
*
* # Example
* ## Example
*
* {@example common/ngTemplateOutlet/ts/module.ts region='NgTemplateOutlet'}
*