In ``` /// Documentation constexpr struct { } single {}; ``` the documentation is attached to the unnamed struct rather than the variable. The unnamed struct is also set as implementation defined and not included in the corpus. We might need extra logic for the variable to inherit the documentation in these cases.