aboutsummaryrefslogblamecommitdiffstats
path: root/packages/sol-doc/src/solidity_doc_format.ts
blob: e980f59f6f9c1704ba3aa5de430645b6937203a9 (plain) (tree)
1
2
3
4
5
                                                                 



                                                             
import { DocAgnosticFormat, DocSection } from '@0xproject/types';

export class SolidityDocFormat implements DocAgnosticFormat {
    [sectionName: string]: DocSection;
}