aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-doc/src
Commit message (Expand)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-182-3/+3
* chore: tslint fixFabio Berger2018-10-181-0/+4
* chore: Fix remaining necessary castsFabio Berger2018-10-181-4/+6
* Ignore linter issuesLeonid Logvinov2018-10-021-3/+3
* Fix bug in sol-docFabio Berger2018-10-022-5/+5
* Fix typoFabio Berger2018-09-291-2/+2
* Export class instead of functionFabio Berger2018-09-294-519/+516
* Only add Stucts section if there are anyFabio Berger2018-09-281-9/+11
* Fix missing devdoc comments in output by fixing improper encoding of methodSi...Fabio Berger2018-09-281-1/+10
* Fix linterFabio Berger2018-09-281-0/+2
* Explain cast to anyFabio Berger2018-09-281-0/+2
* Improve switch caseFabio Berger2018-09-281-4/+4
* Improve commentFabio Berger2018-09-281-4/+4
* Include structs section so that we can render struct params/return values pro...Fabio Berger2018-09-281-25/+210
* Fix linterFabio Berger2018-09-281-2/+2
* Split _genMethodDoc into it and _genFallbackDoc for clarity. Add isFallback b...Fabio Berger2018-09-271-22/+32
* 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 contract name for constructor method nameF. Eugene Aumson2018-09-251-6/+10
* fix: document indexed event argumentsF. Eugene Aumson2018-09-251-2/+3
* fix: document return value's type, not its nameF. Eugene Aumson2018-09-251-2/+2
* feat: make sol-doc only document what's requestedF. Eugene Aumson2018-09-221-3/+18
* fix: rename variableF. Eugene Aumson2018-09-221-3/+3
* feat: add sol-doc command-line interfaceF. Eugene Aumson2018-09-221-0/+26
* 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
* minorly tweak commentsF. Eugene Aumson2018-09-181-1/+0
* add and test support for return commentF. Eugene Aumson2018-09-181-0/+6
* add and test support for fallback functionsF. Eugene Aumson2018-09-181-1/+5
* test w/&w/out passing in `contractsToCompile`F. Eugene Aumson2018-09-181-4/+4
* ammend generated docs with solc's devdoc outputF. Eugene Aumson2018-09-011-15/+46
* rename 2 variablesF. Eugene Aumson2018-09-011-4/+4
* satisfy linterF. Eugene Aumson2018-08-311-3/+1
* introduce named vars to clarify return statementsF. Eugene Aumson2018-08-311-2/+5
* transform solc's ABI output into doc typesF. Eugene Aumson2018-08-312-61/+237
* 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-301-2/+1
* move shared doc types from react-docs to @0x/typesF. Eugene Aumson2018-08-301-1/+1
* add devdoc support to solc typings, and use itF. Eugene Aumson2018-08-291-4/+10
* add package sol-docF. Eugene Aumson2018-08-293-0/+67