Skip to content

Commit 297da18

Browse files
committed
Added dash anchors to template.
1 parent 2fe0946 commit 297da18

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

templates/dash/index.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ pre .hljs {
6767

6868
{{#ifCond type "param"}}
6969

70+
<a name="//apple_ref/cpp/Parameter/{{name}}" class="dashAnchor"></a>
7071
<p>
7172
<b>{{name}}</b>
7273
{{#each types}}
@@ -100,6 +101,7 @@ pre .hljs {
100101

101102
{{#ifCond type "property"}}
102103

104+
<a name="//apple_ref/cpp/Property/{{name}}" class="dashAnchor"></a>
103105
<p>
104106
<b>{{name}}</b>
105107
{{#each types}}

templates/dash/plist.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@
1212
<true/>
1313
<key>dashIndexFilePath</key>
1414
<string>index.html</string>
15+
<key>DashDocSetFamily</key>
16+
<string>dashtoc</string>
1517
</dict>
1618
</plist>

0 commit comments

Comments
 (0)