add new format for jsdoc
This commit is contained in:
parent
eeb2b01574
commit
7c96a53766
19 changed files with 2575 additions and 24 deletions
|
@ -18,8 +18,16 @@
|
|||
isGlobalPage = (doc.kind === 'globalobj');
|
||||
}
|
||||
?>
|
||||
<?js if (doc.kind === 'mainpage' /* || (doc.kind === 'package') */) { ?>
|
||||
|
||||
|
||||
|
||||
|
||||
<?js if (doc.kind === 'custom') { ?>
|
||||
<?js= self.partial('custom.tmpl', doc) ?>
|
||||
<?js } else if (doc.kind === 'mainpage') { ?>
|
||||
<?js= self.partial('mainpage.tmpl', doc) ?>
|
||||
<?js } else if (doc.kind === 'other') { ?>
|
||||
<?js= self.partial('other.tmpl', doc) ?>
|
||||
<?js } else if (doc.kind === 'source') { ?>
|
||||
<?js= self.partial('source.tmpl', doc) ?>
|
||||
<?js } else { ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue