We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe0946 commit 297da18Copy full SHA for 297da18
templates/dash/index.hbs
@@ -67,6 +67,7 @@ pre .hljs {
67
68
{{#ifCond type "param"}}
69
70
+ <a name="//apple_ref/cpp/Parameter/{{name}}" class="dashAnchor"></a>
71
<p>
72
<b>{{name}}</b>
73
{{#each types}}
@@ -100,6 +101,7 @@ pre .hljs {
100
101
102
{{#ifCond type "property"}}
103
104
+ <a name="//apple_ref/cpp/Property/{{name}}" class="dashAnchor"></a>
105
106
107
templates/dash/plist.hbs
@@ -12,5 +12,7 @@
12
<true/>
13
<key>dashIndexFilePath</key>
14
<string>index.html</string>
15
+ <key>DashDocSetFamily</key>
16
+ <string>dashtoc</string>
17
</dict>
18
</plist>
0 commit comments