You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: