docs(api): @see tag

This commit is contained in:
Drew Rygh
2015-12-04 11:54:10 -06:00
parent 3f25687c1c
commit d1d40ba7ba
2 changed files with 15 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ import {pointerCoord, hasPointerMoved} from '../../util/dom';
* </ion-input>
* ```
*
* @see {@link ../../../../components#inputs Input Component Docs}
* @see {@link ../Input Input API Docs}
*
*/
@Directive({

View File

@@ -235,6 +235,18 @@ Delegate: <$ doc.delegate $>
<@- if doc.see @>
<h2>Related</h2>
<@ for s in doc.see @>
<$ s | safe $>
<@- endfor -@>
<@- endif -@>
<!-- end content block -->
<@ endblock @>