UNPKG
esxdoc
Version:
latest (0.0.1)
0.0.1
Good Documentation Generator For JavaScript
esdoc.org
ratson/esxdoc
esxdoc
/
out
/
src
/
Publisher
/
Builder
/
template
/
test.html
13 lines
(11 loc)
•
266 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<
h1
>
Test
</
h1
>
<
table
class
=
"test-summary"
>
<
thead
>
<
tr
>
<
td
class
=
"test-description"
>
Description
</
td
>
<
td
class
=
"test-target"
>
Identifier
</
td
>
<
td
class
=
"test-count"
>
Count
</
td
>
</
tr
>
</
thead
>
<
tbody
data-ice
=
"tests"
>
</
tbody
>
</
table
>