```solidity /** * @notice Loads the storage structure from its unique slot * @return $ Storage struct pointer */ function _loadStorage() internal pure returns (Storage storage $) ``` the above fails with `ItemError: Expected @return tag to start with name '$'`