We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For the following snippet
/// Hey extern "C" { /// Ho pub fn test(); }
test is documented with Ho but Hey is nowhere to be found. It probably makes sense to error/warn if doc comments are used on extern blocks
test
Ho
Hey