Open heueristik opened 1 year ago
This is a problem with the Solidity compiler. I might be able to work around it with some effort but it really needs to be fixed upstream. See https://github.com/ethereum/solidity/issues/12295.
Would really love to have this feature! Any updates on this? Data for struct definitions is available and can be formatted into an md file. Strange there's still no solution for this.
This should work out of the box already for structs and enums as long as Solidity >=0.8.20 is used.
@param
is still not supported. Solidity continues to be the limitation for that.
I believe this feature should be implemented.
I believe this feature should be implemented.
Came looking for this, would be a perfect addition.
It would be great if NatSpec
@notice
,@param
and@dev
comments on structs and enums would be available in the documentation.For example, having
and documenting it with
I am aware of https://github.com/OpenZeppelin/solidity-docgen/issues/413, but still unsure if this is possible by now or not because of insufficiencies of the solidity compiler.