GuillaumeGomez / rustdoc-stripper

rustdoc-stripper is a tool used to edit/remove rustdoc comments from your code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't insert docs on bitfields and enum/bitfield members

sdroege opened this issue · comments

See summary. gir is already extracting those docs into the markdown files but rustdoc-stripper does not do anything with it.

Only the enums were not working as expected.