You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the v0.8.20 release notes, structs and enums can now be documented with NatSpec comments.
However, Solidity's documentation website doesn't make any references to these newly introduced capabilities. For example, the Tags table should be updated to explain that the @title, @author, @notice, and @dev tags can now be applied to structs and enums.
docs.soliditylang.org/en/v0.8.20/natspec-format.html
According to the v0.8.20 release notes, structs and enums can now be documented with NatSpec comments.
However, Solidity's documentation website doesn't make any references to these newly introduced capabilities. For example, the Tags table should be updated to explain that the @title, @author, @notice, and @dev tags can now be applied to structs and enums.
Additionally, Natspec comments disallows anything not
-
or[A-Z,0-9]
.This is now broken
https://github.com/manifoldfinance/mevETH2/blob/c7abc63681f44fa1a016f68c0191b7474592bfac/src/WagyuStaker.sol#L1C1-L11C4
The text was updated successfully, but these errors were encountered: