sol2uml already has the logic to pull the verified source code for a contract from Etherscan or get the source code from the local filesystem. This can be used to then generate contract documentation using a Solidity document generator like solidity-docgen.
A new option would be used to do this.
-g, --genDocs
Will also need an option to specify the folder the HTML files should be written to.
sol2uml already has the logic to pull the verified source code for a contract from Etherscan or get the source code from the local filesystem. This can be used to then generate contract documentation using a Solidity document generator like solidity-docgen.
A new option would be used to do this.
-g, --genDocs
Will also need an option to specify the folder the HTML files should be written to.