solidity-docgen
solidity-docgen copied to clipboard
Documentation generator for Solidity projects
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/typescript/4.9.5/5.7.3) | [](https://docs.renovatebot.com/merge-confidence/) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [c8](https://togithub.com/bcoe/c8) | [`^8.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/c8/8.0.1/9.1.0) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ava](https://avajs.dev) ([source](https://redirect.github.com/avajs/ava)) | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/ava/5.3.1/6.2.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
It would be great if NatSpec `@notice`, `@param` and `@dev` comments on structs and enums would be available in the documentation. For example, having ```solidity /// @notice Text. /// @param...
When using empty lines in the NatSpec like the following: ``` /** * @dev Displayed when the amount of {ISwap-Asset} has a length of zero. * * NOTE: The `biding`...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v3` -> `v4` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v3` -> `v4` | --- ### Release...
Single paragraph dev comments are shown as italic because of using _ before and after it. _ does not work for multi-paragraph text properly, so instead it shows up as...
we, at Remix, wanted to use solidity-docgen, but it isn't working in the browser. Do you have any plan to be compatible with a non-node context? We tweaked some part...