pub fn parse<P: AsRef<Path>>(path: P) -> Result<Tree>Expand description
Parses the script is refered by the path.
See Parser::new_with_doc_root_mod_and_doc_current_mod and Parser::parse.
pub fn parse<P: AsRef<Path>>(path: P) -> Result<Tree>Parses the script is refered by the path.
See Parser::new_with_doc_root_mod_and_doc_current_mod and Parser::parse.