Simplify footnote handling in writer classes

This commit is contained in:
Veronica Berglyd Olsen
2024-04-16 21:54:31 +02:00
parent 57f9a0a844
commit bdce0e12c7
6 changed files with 44 additions and 49 deletions
+7 -6
View File
@@ -65,12 +65,13 @@ class nwItemLayout(Enum):
class nwComment(Enum):
PLAIN = 0
SYNOPSIS = 1
SHORT = 2
NOTE = 3
FOOTNOTE = 4
COMMENT = 5
STORY = 6
IGNORE = 1
SYNOPSIS = 2
SHORT = 3
NOTE = 4
FOOTNOTE = 5
COMMENT = 6
STORY = 7
# END Enum nwComment