We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
// normal comment fn foo() void {} /// doc comment fn foo() void {}
It helps to show that they will be parsed differently.
Activity