FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gl-matrix/jsdoc-template/index.tmpl at master · JavaScriptIOT/gl-matrix · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptIOT
/
gl-matrix
Public
forked from
toji/gl-matrix
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
gl-matrix
/
jsdoc-template
/
index.tmpl
Copy path
More file actions
More file actions
Latest commit
History
History
History
52 lines (41 loc) · 1.44 KB
Breadcrumbs
gl-matrix
/
jsdoc-template
/
index.tmpl
Copy path
File metadata and controls
52 lines (41 loc) · 1.44 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE
html
PUBLIC
"
-//W3C//DTD XHTML 1.0 Transitional//EN
"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
"
>
<
html
xmlns
=
"
http://www.w3.org/1999/xhtml
"
xml:lang
=
"
en
"
lang
=
"
en
"
>
<head>
<meta http-equiv
=
"
content-type
"
content
=
"
text/html; charset={+IO.encoding+}
"
/>
<title>glMatrix - Index</title>
<meta name
=
"
generator
"
content
=
"
JsDoc Toolkit
"
/>
<meta name
=
"
viewport
"
content
=
"
width=device-width, initial-scale=1, user-scalable=no
"
>
<style type
=
"
text/css
"
>
{+include(
"
static/default.css
"
)+}
</style>
</head>
<body>
{+include(
"
static/header.html
"
)+}
<div class
=
"
wrapper
"
>
<header id
=
"
index
"
>
{+publish
.classesIndex
+}
</header>
<section id
=
"
content
"
>
<h1 class
=
"
classTitle
"
>Class Index</h1>
<for each
=
"
thisClass
"
in
=
"
data
"
>
<
if
test
=
"
thisClass.alias != '_global_'
"
>
<div>
<h2>{+(new Link()
.toSymbol
(thisClass
.alias
))+}</h2>
{+resolveLinks(summarize(thisClass
.classDesc
))+}
</div>
<hr />
</
if
>
</for>
</section>
<footer>
<small>
<
if
test
=
"
JSDOC.opt.D.copyright
"
>©{+JSDOC
.opt.D.copyright
+}<br /></
if
>
Documentation generated by <a href
=
"
http://code.google.com/p/jsdoc-toolkit/
"
target
=
"
_blank
"
>JsDoc Toolkit</a> {+JSDOC
.VERSION
+} on {+new Date()+}
<br/><br/>
Theme based on Github Pages
template
by <a href
=
"
https://github.com/orderedlist
"
>orderedlist</a>
</small>
</footer>
</div>
</body>
</
html
>
Back
|
FazBrowse Home
|
New Git URL