aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-doc
Commit message (Expand)AuthorAgeFilesLines
* fix: add bin file for sol-doc cliF. Eugene Aumson2018-09-261-0/+2
* fix: use latest versions of @0xproject packagesF. Eugene Aumson2018-09-261-3/+3
* fix: commentsF. Eugene Aumson2018-09-261-3/+3
* fix: print error and exit process; don't re-throwF. Eugene Aumson2018-09-261-1/+4
* fix: split line for readabilityF. Eugene Aumson2018-09-261-3/+2
* fix: rename JSON_TABWIDTH to JSON_TAB_WIDTHF. Eugene Aumson2018-09-261-2/+2
* fix: use latest versions of @0xproject packagesF. Eugene Aumson2018-09-261-4/+4
* fix: increase mocha timeout valueF. Eugene Aumson2018-09-251-1/+1
* fix: add CHANGELOG.jsonF. Eugene Aumson2018-09-251-0/+12
* fix: use contract name for constructor method nameF. Eugene Aumson2018-09-251-6/+10
* fix: document indexed event argumentsF. Eugene Aumson2018-09-251-2/+3
* fix: save v1 contract doc/deploy commandsF. Eugene Aumson2018-09-251-1/+3
* fix: document return value's type, not its nameF. Eugene Aumson2018-09-252-6/+6
* feat: make sol-doc only document what's requestedF. Eugene Aumson2018-09-222-18/+29
* fix: rename variableF. Eugene Aumson2018-09-221-3/+3
* feat: add sol-doc command-line interfaceF. Eugene Aumson2018-09-222-2/+34
* use Array.join rather than string concatenationF. Eugene Aumson2018-09-181-7/+5
* doc constructors as returning a Reference...F. Eugene Aumson2018-09-181-1/+1
* remove stale commentsF. Eugene Aumson2018-09-181-9/+4
* test multiple return values from a solidity methodF. Eugene Aumson2018-09-182-0/+27
* minorly tweak commentsF. Eugene Aumson2018-09-182-3/+2
* add and test support for return commentF. Eugene Aumson2018-09-182-0/+12
* add and test support for fallback functionsF. Eugene Aumson2018-09-182-1/+8
* 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-182-59/+76
* ammend generated docs with solc's devdoc outputF. Eugene Aumson2018-09-012-15/+63
* rename 2 variablesF. Eugene Aumson2018-09-011-4/+4
* satisfy linterF. Eugene Aumson2018-08-313-6/+3
* introduce named vars to clarify return statementsF. Eugene Aumson2018-08-311-2/+5
* enable sol-doc tests in circleciF. Eugene Aumson2018-08-312-0/+3
* transform solc's ABI output into doc typesF. Eugene Aumson2018-08-313-66/+284
* rename variablesF. Eugene Aumson2018-08-311-7/+7
* add named var to make `if` condition more readableF. Eugene Aumson2018-08-311-1/+2
* reduce proximity b/w instantiation and use of varF. Eugene Aumson2018-08-311-2/+1
* remove unnecessary class SolidityDocFormatF. Eugene Aumson2018-08-313-10/+3
* comment public interfaceF. Eugene Aumson2018-08-301-1/+13
* remove unused constructor parameterF. Eugene Aumson2018-08-302-6/+2
* dev-depend on @0xproject/tslint-configF. Eugene Aumson2018-08-301-0/+1
* correct package.json's privacy specificationF. Eugene Aumson2018-08-301-1/+3
* move shared doc types from react-docs to @0x/typesF. Eugene Aumson2018-08-302-2/+2
* add devdoc support to solc typings, and use itF. Eugene Aumson2018-08-291-4/+10
* add package sol-docF. Eugene Aumson2018-08-299-0/+262