We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
foo!()
Consider this code:
#[macro_export] macro_rules! foo { () => {} } /// [foo!()] pub struct Foo;
In the generated docs, the link on the Foo page appears as foo!, with the correct link, but without the parentheses.
Foo
foo!