pub fn parse_entry( file: &Path, text: &str, default_module: &str, special_form: bool, ) -> Result<DocEntry, DocError>
Parse a single entry file into a DocEntry.
DocEntry