colonyNetwork icon indicating copy to clipboard operation
colonyNetwork copied to clipboard

Resolve natspec comment warnings

Open chmanie opened this issue 3 years ago • 0 comments

When creating the docs, the natspec comment parser gives some helpful error messages:

Generating IColonyNetwork documentation...

Warning: deployTokenAuthority address has no matching natspec comment

Here we need to return the address in the original function and add the respective natspec @return here

Warning: deployTokenViaNetwork address has no matching natspec comment

Same as above here and here

chmanie avatar Jun 21 '22 15:06 chmanie