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

Regenerator tries to document commented out functions

gkoz opened this issue · comments

impl Impl {
    //pub fn func() { }
}
=! file.rs
=| impl Impl§fn func
    /// This is func

Oh interesting, I didn't think of removing commented code!

It doesn't need to be removed but not documented either.

No I mean in the parsing part, before it I'll remove comments from code, it'll be easier to process on it therefore.