Skip to content

Commit 84095d0

Browse files
docs(*) commented out h3 header in favor of just using the method signature.
1 parent 380a844 commit 84095d0

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

typedoctheme/assets/css/typedoctheme.css

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
a.tsd-anchor + h3 { display: none; }
2-
3-
41
.tsd-panel.tsd-member {
52
padding-top: 0;
63
}

typedoctheme/partials/member.hbs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<section class="tsd-panel tsd-member {{cssClasses}}">
22
<a name="{{anchor}}" class="tsd-anchor"></a>
3-
{{#if name}}
4-
<h3>{{#each flags}}<span class="tsd-flag ts-flag{{this}}">{{this}}</span> {{/each}}{{{wbr name}}}</h3>
5-
{{/if}}
3+
<!--{{#if name}}-->
4+
<!--<h3>{{#each flags}}<span class="tsd-flag ts-flag{{this}}">{{this}}</span> {{/each}}{{{wbr name}}}</h3>-->
5+
<!--{{/if}}-->
66

77
{{#if signatures}}
88
{{> member.signatures}}

0 commit comments

Comments
 (0)