Help building documentation links
| Public methods | |
|---|---|
| public | constructor(conf: Object): void |
| public | formatReturns(returnsData: JSDocReturns): String |
| Name | Type | Attribute | Description |
|---|---|---|---|
| typesTpl | Object | public | Map each type (either native or user-defined) to an URL |
Create a new LinkHelper
| Name | Type | Attribute | Description |
|---|---|---|---|
| conf | The template configuration |
void
Format return type data into HTML String.
| Name | Type | Attribute | Description |
|---|---|---|---|
| returnsData | The |