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