File tree 4 files changed +56
-0
lines changed 4 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 1
1
<html >
2
2
<head >
3
+ <meta charset =" utf-8" />
3
4
<title >{{ options.name }} {{ options.version }} </title >
4
5
<link href =' assets/bass.css' type =' text/css' rel =' stylesheet' />
5
6
<link href =' assets/style.css' type =' text/css' rel =' stylesheet' />
33
34
<code >#{{ name }} </code >
34
35
</a >
35
36
{{ /each }}
37
+ {{ #each events }}
38
+ <a
39
+ href =' #{{ permalink }} '
40
+ class =' px1 regular block' >
41
+ <code >ⓔ {{ name }} </code >
42
+ </a >
43
+ {{ /each }}
36
44
{{ /each }}
37
45
</div >
38
46
</div >
Original file line number Diff line number Diff line change 119
119
{{ /each }}
120
120
{{ /if }}
121
121
122
+ {{ #if events }}
123
+ {{ #each events }}
124
+ <div class =' section-indent' >
125
+ {{> section }}
126
+ </div >
127
+ {{ /each }}
128
+ {{ /if }}
129
+
122
130
</section >
Original file line number Diff line number Diff line change @@ -54,4 +54,10 @@ function bar() {
54
54
return new Klass ( 1 ) ;
55
55
}
56
56
57
+ /**
58
+ * Klass event
59
+ * @event event
60
+ * @memberof Klass
61
+ */
62
+
57
63
bar ( ) ;
Original file line number Diff line number Diff line change @@ -1449,6 +1449,7 @@ section:target {
1449
1449
1450
1450
<html>
1451
1451
<head>
1452
+ <meta charset="utf-8" />
1452
1453
<title> </title>
1453
1454
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
1454
1455
<link href='assets/style.css' type='text/css' rel='stylesheet' />
@@ -1486,6 +1487,11 @@ section:target {
1486
1487
class='px1 regular block'>
1487
1488
<code>#getFoo</code>
1488
1489
</a>
1490
+ <a
1491
+ href='#klass/event'
1492
+ class='px1 regular block'>
1493
+ <code>ⓔ event</code>
1494
+ </a>
1489
1495
<a
1490
1496
href='#bar'
1491
1497
class='regular block'>
@@ -1532,6 +1538,7 @@ section:target {
1532
1538
1533
1539
1534
1540
1541
+
1535
1542
</section>
1536
1543
</div>
1537
1544
<div class='section-indent'>
@@ -1576,6 +1583,7 @@ section:target {
1576
1583
1577
1584
1578
1585
1586
+
1579
1587
</section>
1580
1588
</div>
1581
1589
<div class='section-indent'>
@@ -1622,6 +1630,7 @@ This is a <a href="doesnot"><code>link to something that does not exist</code></
1622
1630
1623
1631
1624
1632
1633
+
1625
1634
</section>
1626
1635
</div>
1627
1636
@@ -1653,6 +1662,30 @@ This is a <a href="doesnot"><code>link to something that does not exist</code></
1653
1662
1654
1663
1655
1664
1665
+
1666
+ </section>
1667
+ </div>
1668
+
1669
+ <div class='section-indent'>
1670
+ <section id='klass/event'class='mt2 mb2 py1 px2 keyline-top'>
1671
+ <h3 class='regular'>
1672
+ <a class='black' href='#klass/event'>
1673
+ <code>
1674
+ event<span class='gray'></span>
1675
+ </code>
1676
+ </a>
1677
+ </h3>
1678
+ <p>Klass event</p>
1679
+
1680
+
1681
+
1682
+
1683
+
1684
+
1685
+
1686
+
1687
+
1688
+
1656
1689
</section>
1657
1690
</div>
1658
1691
@@ -1684,6 +1717,7 @@ like a <a href="klass"><code>klass</code></a></p>
1684
1717
1685
1718
1686
1719
1720
+
1687
1721
</section>
1688
1722
1689
1723
</div>
You can’t perform that action at this time.
0 commit comments