solidity-docgen
Advanced tools
Comparing version 0.4.1-beta.0 to 0.4.1
{ | ||
"name": "solidity-docgen", | ||
"version": "0.4.1-beta.0", | ||
"version": "0.4.1", | ||
"description": "Solidity API documentation automatic generator.", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -29,11 +29,1 @@ # `solidity-docgen` | ||
[NatSpec]: https://solidity.readthedocs.io/en/develop/natspec-format.html | ||
### Contracts with Dependendencies | ||
Dependencies don't work out of the box yet, and you have to manually set up solc remappings. | ||
For example, for OpenZeppelin dependencies like `@openzeppelin/contracts` you would run the following command. | ||
``` | ||
solidity-docgen --solc-settings "{remappings: ['@openzeppelin=$PWD/node_modules/@openzeppelin']}" | ||
``` |
276968
29