primitivefinance / primitive-dodoc

☄️ Zero-config Hardhat plugin to generate documentation for all your Solidity contracts.
MIT License
135 stars 16 forks source link

Function signatures containing structs appear as `undefined` #37

Open 0xCourtney opened 2 years ago

0xCourtney commented 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

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

Parameters

Name Type Description
t IBar.T undefined
mattstam commented 2 years ago

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