comment

Function comment 

Source
pub fn comment<'a>(input: &mut &'a str) -> ModalResult<&'a str>
Expand description

Parses a XML comment.

  • e.g. memSizeAndFlags SERIALIZE_IGNORED in <!-- memSizeAndFlags SERIALIZE_IGNORED -->

ยงErrors

When parse failed.