Skip to content

Commit 473e590

Browse files
committed
Improved api doc template
1 parent 1d5cf38 commit 473e590

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

tools/jsdoc-toolkit/templates/jsdoc/index.tmpl

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,36 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="content-type" content="text/html; charset={+IO.encoding+}" />
6-
7-
<title>JsDoc Reference - Index</title>
6+
7+
<title>LeanCloud JavaScript SDK Reference - Index</title>
88
<meta name="generator" content="JsDoc Toolkit" />
9-
9+
1010
<style type="text/css">
1111
{+include("static/default.css")+}
1212
</style>
1313
</head>
14-
14+
1515
<body>
1616
{+include("static/header.html")+}
17-
17+
1818
<div id="index">
1919
{+publish.classesIndex+}
2020
</div>
21-
21+
2222
<div id="content">
2323
<h1 class="classTitle">Class Index</h1>
24-
24+
2525
<for each="thisClass" in="data">
2626
<div>
2727
<h2>{+(new Link().toSymbol(thisClass.alias))+}</h2>
2828
{+resolveLinks(summarize(thisClass.classDesc))+}
2929
</div>
3030
<hr />
3131
</for>
32-
32+
3333
</div>
3434
<div class="fineprint" style="clear:both">
35-
<if test="JSDOC.opt.D.copyright">&copy;{+JSDOC.opt.D.copyright+}<br /></if>
36-
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}
35+
Documentation generated by <a href="https://leancloud.cn" target="_blankt">LeanCloud.cn</a> {+JSDOC.VERSION+} on {+new Date()+}
3736
</div>
3837
</body>
39-
</html>
38+
</html>

0 commit comments

Comments
 (0)