-
Notifications
You must be signed in to change notification settings - Fork 118
Description
solidity-docgen is being rewritten to be simpler and easier to maintain and contribute to. These goals haven't been realized yet mainly because there is pending documentation and the code lacks some explanatory comments, but the point of this rewrite is that there should be a lot less to explain!
The work is mostly done and can be found in the rewrite branch.
This is a breaking release, your existing templates will not work without some changes. The CLI is no longer available (but may be brought back later), a Hardhat plugin is available instead, as well as standalone use as a library.
There are some pending tasks:
- Finish default templates. Must look good and do a good job of presenting all info and docs in the contracts.
- Write detailed usage documentation including template customization.
- Ensure there are explanatory comments in important parts of the source code.
- Write tutorial to set up together with Vuepress.
- Add changelog section for new version. Emphasize breaking changes.
A beta can be installed from npm as solidity-docgen@next, but this is experimental and can fail. If you try it out, report any issues.