lgpl_docs

Function purge

Source
pub fn purge<P: AsRef<Path>>(path: P, ignores: &[&str])
Expand description

Remove any doc comments.

path is the root directory to process.

ignores is the list of files to skip (relative to path).