Add new index classes to store special text comments

This commit is contained in:
Veronica Berglyd Olsen
2024-04-07 23:56:40 +02:00
parent 08b17daec9
commit dff2d5996b
3 changed files with 169 additions and 14 deletions
+3 -3
View File
@@ -66,9 +66,9 @@ class nwComment(Enum):
PLAIN = 0
SYNOPSIS = 1
SUMMARY = 2
SHORT = 3
NOTE = 4
SHORT = 2
NOTE = 3
FOOTNOTE = 4
# END Enum nwComment