pub fn documentation_comment(input: &str) -> IResult<&str, Option<&str>>
DocumentationComment = "///" *NotNL NL