Fix external exports section name
This commit is contained in:
parent
8e3df2b5ae
commit
e47e9c5b34
@ -2,7 +2,7 @@ import { SupportedDocJson } from '../types';
|
|||||||
|
|
||||||
export const constants = {
|
export const constants = {
|
||||||
TYPES_SECTION_NAME: 'types',
|
TYPES_SECTION_NAME: 'types',
|
||||||
EXTERNAL_EXPORTS_SECTION_NAME: 'externalExports',
|
EXTERNAL_EXPORTS_SECTION_NAME: 'external exports',
|
||||||
TYPE_TO_SYNTAX: {
|
TYPE_TO_SYNTAX: {
|
||||||
[SupportedDocJson.Doxity]: 'solidity',
|
[SupportedDocJson.Doxity]: 'solidity',
|
||||||
[SupportedDocJson.TypeDoc]: 'typescript',
|
[SupportedDocJson.TypeDoc]: 'typescript',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user