primitive-dodoc icon indicating copy to clipboard operation
primitive-dodoc copied to clipboard

Function signatures containing structs appear as `undefined`

Open 0xCourtney opened this issue 3 years ago • 1 comments

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

```solidity
function set(IBar.T t) external nonpayable

Parameters

Name Type Description
t IBar.T undefined

0xCourtney avatar Sep 20 '22 00:09 0xCourtney

+1 also ran into this, would be great to get that fix in.

mattstam avatar Sep 23 '22 16:09 mattstam