Open 0xCourtney opened 2 years ago
I noticed that structs do not render in the docs with a description. This can be seen in the docs for set() in Bar.sol found in this repo.
set()
Bar.sol
### set ```solidity function set(IBar.T t) external nonpayable
+1 also ran into this, would be great to get that fix in.
I noticed that structs do not render in the docs with a description. This can be seen in the docs for
set()
inBar.sol
found in this repo.Parameters