OpenZeppelin / docs.openzeppelin.com

Source for the OpenZeppelin documentation site
https://docs.openzeppelin.com
45 stars 87 forks source link

Events reference broken sometimes #347

Open ernestognw opened 1 year ago

ernestognw commented 1 year ago

When writing the docs on an interface that is eventually implemented by a contract and using @inheritdoc for NatSpec, the references to events seem to be broken, as in the next image

image

Note that functions references may not be broken.

ernestognw commented 1 year ago

Seen again in https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4121 at commit https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4121/commits/1285c49c7cd55c3cb54f4719afefe54a837d04ae without @inheritdocs, which may suggest that's not the root of the issue