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 366d7c0 commit 321d5b4Copy full SHA for 321d5b4
src/ApiDocs/umbracotemplate/partials/class.tmpl.partial
@@ -15,8 +15,8 @@
15
<div class="level{{item.level}}"><span class="xref">{{item.name.0.value}}</span></div>
16
</div>
17
{{/inheritance.0}}
18
-<h6><strong>{{__global.namespace}}</strong>:{{namespace}}</h6>
19
-<h6><strong>{{__global.assembly}}</strong>:{{assemblies.0}}.dll</h6>
+<h6><strong>{{__global.namespace}}</strong>: {{{namespace.specName.0.value}}}</h6>
+<h6><strong>{{__global.assembly}}</strong>: {{assemblies.0}}.dll</h6>
20
<h5 id="{{id}}_syntax">{{__global.syntax}}</h5>
21
<div class="codewrapper">
22
<pre><code class="lang-{{_lang}} hljs">{{syntax.content.0.value}}</code></pre>
0 commit comments