Remove old comment.
This commit is contained in:
parent
9678538f45
commit
0a29da5042
1 changed files with 4 additions and 5 deletions
|
@ -104,7 +104,6 @@ data CellFormat =
|
||||||
|
|
||||||
type TableRow = ([CellFormat], [RoffTokens])
|
type TableRow = ([CellFormat], [RoffTokens])
|
||||||
|
|
||||||
-- TODO parse tables (see man tbl)
|
|
||||||
data RoffToken = MLine [LinePart]
|
data RoffToken = MLine [LinePart]
|
||||||
| MEmptyLine
|
| MEmptyLine
|
||||||
| MMacro MacroKind [Arg] SourcePos
|
| MMacro MacroKind [Arg] SourcePos
|
||||||
|
|
Loading…
Reference in a new issue