solmd
solmd copied to clipboard
Markdown documentation generator for Solidity
When using a contract inheriting the ERC20Basic abstract contract, I get the error that it fails to compile. Compiling just the ERC20Basic contract works as intended. Any ideas? Otherwise this...
to get files from node_modules
AppData\Roaming\npm\node_modules\solmd\node_modules\solc\soljson.js:3 Invalid asm.js: Invalid member of stdlib solmd: Failed to compile contracts at .\TokenContract.sol
ABIEncoderV2 allows structs to be passed as function params or return values. This is currently breaking solmd. For example, the follow contract fails to produce any markdown because the `sig`...
Tnx for this useful tool! I was wondering, is there a way to prevent it from going up and documenting the entire inheritance tree? For example for [StandardToken.sol](https://github.com/OpenZeppelin/openzeppelin-solidity/blob/master/contracts/token/ERC20/StandardToken.sol), I am...