0.2.0-alpha.3 • Published 6 years ago
@augurproject/solidity-docgen v0.2.0-alpha.3
solidity-docgen
Documentation generator for Augur's smart contracts.
solidity-docgen combines inline documentation with long form documents to
generate Augur's smart contract documentation pages.
Install
npm install solidity-docgenUsage
- Document your source code in inline comments using
@devtags in the NatSpec format. - Write longer form documentation in a README.md file next to your smart contracts. (Optional)
- Run
npm buildin theaugur/augur-coredirectory to generate documentation pages in theaugur/docs/docs/contractsdirectory. If the contracts have already been compiled, runningnpm build:documentationwill have the same effect.
0.2.0-alpha.3
6 years ago
0.2.0-alpha.2
7 years ago