Skip to content

Commit

Permalink
Remove inherited members section
Browse files Browse the repository at this point in the history
  • Loading branch information
qinezh authored Jun 20, 2016
1 parent 61dc2a4 commit e288645
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions template/partials/class.tmpl.partial
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,6 @@
<div class="level{{item.level}}"><span class="xref">{{item.name.0.value}}</span></div>
</div>
{{/inheritance.0}}
{{#inheritedMembers.0}}
<div class="inheritedMembers">
<h5>{{__global.inheritedMembers}}</h5>
{{/inheritedMembers.0}}
{{#inheritedMembers}}
<div>
{{#definition}}
<xref href="{{definition}}" fullName="{{fullName.0.value}}" name="{{name.0.value}}"/>
{{/definition}}
{{^definition}}
<xref href="{{uid}}" fullName="{{fullName.0.value}}" name="{{name.0.value}}"/>
{{/definition}}
</div>
{{/inheritedMembers}}
{{#inheritedMembers.0}}
</div>
{{/inheritedMembers.0}}
<h6><strong>{{__global.namespace}}</strong>:{{namespace}}</h6>
<h6><strong>{{__global.assembly}}</strong>:{{assemblies.0}}.dll</h6>
<h5 id="{{id}}_syntax">{{__global.syntax}}</h5>
Expand Down

0 comments on commit e288645

Please sign in to comment.