Add block format that completely ignores a line of text in the tokenizer
This commit is contained in:
@@ -467,6 +467,10 @@ class Tokenizer(ABC):
|
||||
continue
|
||||
|
||||
if aLine[0] == "%":
|
||||
if aLine[1] == "~":
|
||||
# Completely ignore the paragraph
|
||||
continue
|
||||
|
||||
cStyle, cText, _ = processComment(aLine)
|
||||
if cStyle == nwComment.SYNOPSIS:
|
||||
self._tokens.append((
|
||||
|
||||
Reference in New Issue
Block a user