Template changes.
This commit is contained in:
parent
abd020556f
commit
196a49357b
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: default
|
||||
title: "API - File Index"
|
||||
jdsoc_template: allfiles.tmpl
|
||||
---
|
||||
|
||||
{! Link.base = ""; /* all generated links will be relative to this */ !}
|
||||
|
@ -1,19 +1,13 @@
|
||||
---
|
||||
layout: default
|
||||
title: "API - {+data.alias+}"
|
||||
jdsoc_template: class.tmpl
|
||||
---
|
||||
|
||||
{! Link.base = "../"; /* all generated links will be relative to this */ !}
|
||||
<style type="text/css">
|
||||
{+include("static/default.css")+}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- ============================== header ================================= -->
|
||||
<!-- begin static/header.html -->
|
||||
{+include("static/header.html")+}
|
||||
<!-- end static/header.html -->
|
||||
|
||||
<!-- ============================== classes index ============================ -->
|
||||
<div id="index">
|
||||
@ -639,5 +633,3 @@ title: "API - {+data.alias+}"
|
||||
<if test="JSDOC.opt.D.copyright">©{+JSDOC.opt.D.copyright+}<br /></if>
|
||||
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: default
|
||||
title: "API - Index"
|
||||
jdsoc_template: index.tmpl
|
||||
---
|
||||
|
||||
<style type="text/css">
|
||||
|
Loading…
Reference in New Issue
Block a user