Open PaulRBerg opened 1 year ago
The git source links to the docs directory
docs/contracts/v2/reference/periphery/interfaces
Pandoc filters may be able to help here along with the other natspec issues you have posted about @PaulRBerg https://pandoc.org/filters.html#but-i-dont-want-to-learn-haskell
Thanks @sambacha, will have a look
Future note for self:
If https://github.com/sablier-labs/v2-docs/issues/119 gets implemented first, we might want to discard the first task above.
I got the
autogen.sh
script in a pretty good shape, but it still suffers from a number of bugs and missing features:{TransferAdmin} event
should be turned into[TransferAdmin][URL] event
{ISablierV2Lockup.cancel}
should be turned into[ISablierV2Lockup.cancel][URL]#cancel
_
italics that we don't want (for context, see https://github.com/foundry-rs/foundry/issues/4540)@inheritdoc
becomes usable with contracts: https://github.com/ethereum/solidity/issues/14045)