Feature request: generate TypeDoc comments from Solidity's Natspec Format
Solidity documents can be documented with Natspec Format.
It would be super helpful if these comments were added to the generated TypeScript code (in TypeDoc format)
Have you tried it already? some support for natspec is already done: https://github.com/dethcrypto/TypeChain#natspec-support
Great that it's already supported! Sorry missed the docs.
I did try it thought. I used zero-config @typechain/hardhat plugin, which apparently doesn't do what the NatSpec support requires.
Is there something simple in hardhat plugin configuration that I need to do to make it work?
I think it might not work with hardhat plugin at the moment. I am gonna reopen this.