| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 2 | -3/+3 |
* | chore: tslint fix | Fabio Berger | 2018-10-18 | 1 | -0/+4 |
* | chore: Fix remaining necessary casts | Fabio Berger | 2018-10-18 | 1 | -4/+6 |
* | Ignore linter issues | Leonid Logvinov | 2018-10-02 | 1 | -3/+3 |
* | Fix bug in sol-doc | Fabio Berger | 2018-10-02 | 2 | -5/+5 |
* | Fix typo | Fabio Berger | 2018-09-29 | 1 | -2/+2 |
* | Export class instead of function | Fabio Berger | 2018-09-29 | 4 | -519/+516 |
* | Only add Stucts section if there are any | Fabio Berger | 2018-09-28 | 1 | -9/+11 |
* | Fix missing devdoc comments in output by fixing improper encoding of methodSi... | Fabio Berger | 2018-09-28 | 1 | -1/+10 |
* | Fix linter | Fabio Berger | 2018-09-28 | 1 | -0/+2 |
* | Explain cast to any | Fabio Berger | 2018-09-28 | 1 | -0/+2 |
* | Improve switch case | Fabio Berger | 2018-09-28 | 1 | -4/+4 |
* | Improve comment | Fabio Berger | 2018-09-28 | 1 | -4/+4 |
* | Include structs section so that we can render struct params/return values pro... | Fabio Berger | 2018-09-28 | 1 | -25/+210 |
* | Fix linter | Fabio Berger | 2018-09-28 | 1 | -2/+2 |
* | Split _genMethodDoc into it and _genFallbackDoc for clarity. Add isFallback b... | Fabio Berger | 2018-09-27 | 1 | -22/+32 |
* | fix: comments | F. Eugene Aumson | 2018-09-26 | 1 | -3/+3 |
* | fix: print error and exit process; don't re-throw | F. Eugene Aumson | 2018-09-26 | 1 | -1/+4 |
* | fix: split line for readability | F. Eugene Aumson | 2018-09-26 | 1 | -3/+2 |
* | fix: rename JSON_TABWIDTH to JSON_TAB_WIDTH | F. Eugene Aumson | 2018-09-26 | 1 | -2/+2 |
* | fix: use contract name for constructor method name | F. Eugene Aumson | 2018-09-25 | 1 | -6/+10 |
* | fix: document indexed event arguments | F. Eugene Aumson | 2018-09-25 | 1 | -2/+3 |
* | fix: document return value's type, not its name | F. Eugene Aumson | 2018-09-25 | 1 | -2/+2 |
* | feat: make sol-doc only document what's requested | F. Eugene Aumson | 2018-09-22 | 1 | -3/+18 |
* | fix: rename variable | F. Eugene Aumson | 2018-09-22 | 1 | -3/+3 |
* | feat: add sol-doc command-line interface | F. Eugene Aumson | 2018-09-22 | 1 | -0/+26 |
* | use Array.join rather than string concatenation | F. Eugene Aumson | 2018-09-18 | 1 | -7/+5 |
* | doc constructors as returning a Reference... | F. Eugene Aumson | 2018-09-18 | 1 | -1/+1 |
* | remove stale comments | F. Eugene Aumson | 2018-09-18 | 1 | -9/+4 |
* | minorly tweak comments | F. Eugene Aumson | 2018-09-18 | 1 | -1/+0 |
* | 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 | -1/+5 |
* | test w/&w/out passing in `contractsToCompile` | F. Eugene Aumson | 2018-09-18 | 1 | -4/+4 |
* | ammend generated docs with solc's devdoc output | F. Eugene Aumson | 2018-09-01 | 1 | -15/+46 |
* | rename 2 variables | F. Eugene Aumson | 2018-09-01 | 1 | -4/+4 |
* | satisfy linter | F. Eugene Aumson | 2018-08-31 | 1 | -3/+1 |
* | introduce named vars to clarify return statements | F. Eugene Aumson | 2018-08-31 | 1 | -2/+5 |
* | transform solc's ABI output into doc types | F. Eugene Aumson | 2018-08-31 | 2 | -61/+237 |
* | rename variables | F. Eugene Aumson | 2018-08-31 | 1 | -7/+7 |
* | add named var to make `if` condition more readable | F. Eugene Aumson | 2018-08-31 | 1 | -1/+2 |
* | reduce proximity b/w instantiation and use of var | F. Eugene Aumson | 2018-08-31 | 1 | -2/+1 |
* | remove unnecessary class SolidityDocFormat | F. Eugene Aumson | 2018-08-31 | 3 | -10/+3 |
* | comment public interface | F. Eugene Aumson | 2018-08-30 | 1 | -1/+13 |
* | remove unused constructor parameter | F. Eugene Aumson | 2018-08-30 | 1 | -2/+1 |
* | move shared doc types from react-docs to @0x/types | F. Eugene Aumson | 2018-08-30 | 1 | -1/+1 |
* | add devdoc support to solc typings, and use it | F. Eugene Aumson | 2018-08-29 | 1 | -4/+10 |
* | add package sol-doc | F. Eugene Aumson | 2018-08-29 | 3 | -0/+67 |