aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-doc/src
Commit message (Collapse)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 ↵Fabio Berger2018-09-281-1/+10
| | | | methodSignatures
* 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 ↵Fabio Berger2018-09-281-25/+210
| | | | properly with a popover
* Fix linterFabio Berger2018-09-281-2/+2
|
* Split _genMethodDoc into it and _genFallbackDoc for clarity. Add isFallback ↵Fabio Berger2018-09-271-22/+32
| | | | boolean
* fix: commentsF. Eugene Aumson2018-09-261-3/+3
| | | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219990314 https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r220007992 https://github.com/0xProject/0x-monorepo/pull/1004
* fix: print error and exit process; don't re-throwF. Eugene Aumson2018-09-261-1/+4
| | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219979003 https://github.com/0xProject/0x-monorepo/pull/1004
* fix: split line for readabilityF. Eugene Aumson2018-09-261-3/+2
| | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219978696 https://github.com/0xProject/0x-monorepo/pull/1004
* fix: rename JSON_TABWIDTH to JSON_TAB_WIDTHF. Eugene Aumson2018-09-261-2/+2
| | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219977842 https://github.com/0xProject/0x-monorepo/pull/1004
* fix: use contract name for constructor method nameF. Eugene Aumson2018-09-251-6/+10
| | | | and for its return value
* 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
| | | | | | | | 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.
* fix: rename variableF. Eugene Aumson2018-09-221-3/+3
|
* feat: add sol-doc command-line interfaceF. Eugene Aumson2018-09-221-0/+26
| | | | | | | | modified sol-compiler to output progress/warning/error/etc messages to stderr rather than stdout, so that sol-doc can put its output (and nothing else) to stdout. for posterity, added sol-doc cli usage as npm scripts to package.json.
* 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
| | | | ...not an Intrinsic
* 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