primitive-dodoc
primitive-dodoc copied to clipboard
Support for @custom tag
While the standard comment tags (@notice
, @dev
, ..) work great, Solidity also provides support for @custom:<something>
.
Although everyone's use-case will be slightly different from custom tag, it would be super helpful to get a how-to on how to add a custom tag support to docusaurus.sqrl
, or even provide sample ones for a common custom tags such as for the events emitted from a function.
That's a good idea, I'm still not sure how to implement this though. Maybe the easiest way is to add custom tags to the JSON blob object generated by Dodoc and then let templates display these tags the way they want.