Function comment_strip::strip_comments [] [src]

pub fn strip_comments(
    data: String,
    style: CommentStyle,
    remove_blanks: bool
) -> Result<String, &'static str>