mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(api): @see tag
This commit is contained in:
@@ -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({
|
||||
|
||||
12
scripts/docs/templates/common.template.html
vendored
12
scripts/docs/templates/common.template.html
vendored
@@ -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 @>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user