summaryrefslogtreecommitdiff
path: root/includes/fcm/node_modules/jsdoc/templates/default/tmpl/augments.tmpl
blob: 446d28aa5372fe7983f9defaa9e7b528fcf4b4c6 (plain)
1
2
3
4
5
6
7
8
9
10
<?js
    var data = obj;
    var self = this;
?>

<?js if (data.augments && data.augments.length) { ?>
    <ul><?js data.augments.forEach(function(a) { ?>
        <li><?js= self.linkto(a, a) ?></li>
    <?js }) ?></ul>
<?js } ?>