aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-doc/src/solidity_doc_generator.ts
Commit message (Expand)AuthorAgeFilesLines
* Export class instead of functionFabio Berger2018-09-291-516/+0
* 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: 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
* 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-311-60/+236
* 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-311-4/+3
* comment public interfaceF. Eugene Aumson2018-08-301-1/+13
* remove unused constructor parameterF. Eugene Aumson2018-08-301-2/+1
* add devdoc support to solc typings, and use itF. Eugene Aumson2018-08-291-4/+10
* add package sol-docF. Eugene Aumson2018-08-291-0/+60