Function lgpl_docs::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).