mudgen / diamond-1-hardhat

EIP-2535 Diamond reference implementation using Hardhat and Solidity 0.8.*
MIT License
135 stars 84 forks source link

Comments are flagged as invalid doc tags #12

Closed pakim249CAL closed 8 months ago

pakim249CAL commented 8 months ago

Importing some of these contracts results in an invalid doc tag solidity compiler error when using this repo as a submodule, importing them, and compiling the contracts with foundry. image

mudgen commented 8 months ago

I fixed it, thanks!

mudgen commented 8 months ago

Is this still a problem? I am not getting compilation errors with Solidity 0.8.24

pakim249CAL commented 8 months ago

Yes, the latest commit fixed it. Thanks!