Skip to content

Commit

Permalink
Merge pull request #37 from lukaswelinder/master
Browse files Browse the repository at this point in the history
Change type alias prefix symbol and formatting to avoid confusion.
  • Loading branch information
tgreyuk authored Aug 23, 2018
2 parents 2f71906 + d33040e commit 8676af1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/theme/helpers/getMemberSymbol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function getMemberSymbol(kindString: string) {
symbol = '▸ ';
break;
case 'Type alias':
symbol = 'Τ';
symbol = 'Ƭ ';
break;
case 'Property':
case 'Variable':
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/bitbucket/modules/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

### SearchFunc

**ΤSearchFunc**: *`function`*
**Ƭ SearchFunc**: *`function`*

*Defined in [interfaces.ts:62](https://bitbucket.org/owner/repository_name/src/master/interfaces.ts?fileviewer=file-view-default#interfaces.ts-62)*

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/gitbook/modules/_interfaces_.interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

## SearchFunc

**ΤSearchFunc**: *`function`*
**Ƭ SearchFunc**: *`function`*

*Defined in [interfaces.ts:62](https://github.com/tgreyjs/typedoc-plugin-markdown/blob/master/test/src/interfaces.ts#L62)*

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/github/modules/_interfaces_.interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

### SearchFunc

**ΤSearchFunc**: *`function`*
**Ƭ SearchFunc**: *`function`*

*Defined in [interfaces.ts:62](https://github.com/tgreyjs/typedoc-plugin-markdown/blob/master/test/src/interfaces.ts#L62)*

Expand Down

0 comments on commit 8676af1

Please sign in to comment.