[][src]Function gluon_doc::generate_for_path

pub fn generate_for_path<P: ?Sized, Q: ?Sized>(
    thread: &Thread,
    path: &P,
    out_path: &Q
) -> Result<()> where
    P: AsRef<Path>,
    Q: AsRef<Path>,