-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Milestone
Description
The problem:
let's take
#[doc(group: "this is visible only within the scope")]
struct Six {}
the signature in markdown will be evaluated to:
<pre><code class="language-cairo">#[doc(group: "test group 3")]
struct Three {}
</code></pre>
then the generated page will look like:
even though the attribute #[doc(group: "this is visible only within the scope")] is present it cannot be seen.
Solution:
It should either be removed from the signature or made visible (by for example including an extra <span> around the signature - not sure though if that's the best solution).
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Triage