aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-doc/test
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
|
* Add test that structs are documented in separate sectionFabio Berger2018-09-291-0/+7
|
* Add test for methodSignature gen for methods with param/return structsFabio Berger2018-09-292-0/+44
|
* Fix testsFabio Berger2018-09-291-4/+1
|
* Export class instead of functionFabio Berger2018-09-291-7/+13
|
* fix: document return value's type, not its nameF. Eugene Aumson2018-09-251-4/+4
|
* feat: make sol-doc only document what's requestedF. Eugene Aumson2018-09-221-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 methodF. Eugene Aumson2018-09-182-0/+27
|
* minorly tweak commentsF. Eugene Aumson2018-09-181-2/+2
|
* add and test support for return commentF. Eugene Aumson2018-09-181-0/+6
|
* add and test support for fallback functionsF. Eugene Aumson2018-09-181-0/+3
|
* test all the natspec stuff we use in our contractsF. Eugene Aumson2018-09-182-1/+140
|
* test w/&w/out devdoc content in contractF. Eugene Aumson2018-09-182-56/+176
|
* test w/&w/out passing in `contractsToCompile`F. Eugene Aumson2018-09-181-55/+72
|
* ammend generated docs with solc's devdoc outputF. Eugene Aumson2018-09-011-0/+17
|
* satisfy linterF. Eugene Aumson2018-08-311-2/+0
|
* transform solc's ABI output into doc typesF. Eugene Aumson2018-08-311-5/+47
|
* remove unused constructor parameterF. Eugene Aumson2018-08-301-4/+1
|
* add package sol-docF. Eugene Aumson2018-08-293-0/+150