Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: document return value's type, not its name | F. Eugene Aumson | 2018-09-25 | 1 | -4/+4 |
| | |||||
* | feat: make sol-doc only document what's requested | F. Eugene Aumson | 2018-09-22 | 1 | -15/+11 |
| | | | | | | | | if a list of contracts-to-document is passed into sol-doc, then the output should only contain documentation for the contracts requested. if an empty/undefined list is passed, then it should document all contracts that were found. | ||||
* | test multiple return values from a solidity method | F. Eugene Aumson | 2018-09-18 | 2 | -0/+27 |
| | |||||
* | minorly tweak comments | F. Eugene Aumson | 2018-09-18 | 1 | -2/+2 |
| | |||||
* | add and test support for return comment | F. Eugene Aumson | 2018-09-18 | 1 | -0/+6 |
| | |||||
* | add and test support for fallback functions | F. Eugene Aumson | 2018-09-18 | 1 | -0/+3 |
| | |||||
* | test all the natspec stuff we use in our contracts | F. Eugene Aumson | 2018-09-18 | 2 | -1/+140 |
| | |||||
* | test w/&w/out devdoc content in contract | F. Eugene Aumson | 2018-09-18 | 2 | -56/+176 |
| | |||||
* | test w/&w/out passing in `contractsToCompile` | F. Eugene Aumson | 2018-09-18 | 1 | -55/+72 |
| | |||||
* | ammend generated docs with solc's devdoc output | F. Eugene Aumson | 2018-09-01 | 1 | -0/+17 |
| | |||||
* | satisfy linter | F. Eugene Aumson | 2018-08-31 | 1 | -2/+0 |
| | |||||
* | transform solc's ABI output into doc types | F. Eugene Aumson | 2018-08-31 | 1 | -5/+47 |
| | |||||
* | remove unused constructor parameter | F. Eugene Aumson | 2018-08-30 | 1 | -4/+1 |
| | |||||
* | add package sol-doc | F. Eugene Aumson | 2018-08-29 | 3 | -0/+150 |