Skip to content

Improve lexer/parser for documentation comments

The lexer/parser should be able to parse documentation comments.

Some features to implement:

  • Check parser errors for '/' in a block comment
  • Tag comments end at new line
  • Parse line comments properly
  • Parsing doc comments during parsing the TTCN-3 code (should be controlled by a property)
  • Parse html tags and convert to StyledText
Edited by Adam Knapp