rust-bindgen icon indicating copy to clipboard operation
rust-bindgen copied to clipboard

Generate doc comment when type alias is hidden

Open jschwe opened this issue 10 months ago • 0 comments

If a type is not documented, but a type alias with the same canonical path is, then generate the documentation of the type alias onto the type, since otherwise it would be lost.

Fixes #3119

jschwe avatar Feb 08 '25 13:02 jschwe