FuelLabs / sway

🌴 Empowering everyone to build reliable and efficient smart contracts.

Home Page:https://fuellabs.github.io/sway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

produce doc comment attribute from decls not just impls

IGI-111 opened this issue · comments

Right now, we only emit doccomments to the ABI file if they are comments on a function's impl and not if they are part of the trait definition, which is a lot more common.