Add comment style processing to the index class

This commit is contained in:
Veronica Berglyd Olsen
2023-11-25 17:50:25 +01:00
parent 3a030c9acb
commit 887b4379b2
2 changed files with 31 additions and 10 deletions
+9
View File
@@ -61,6 +61,15 @@ class nwItemLayout(Enum):
# END Enum nwItemLayout
class nwComment(Enum):
PLAIN = 0
SYNOPSIS = 1
BRIEF = 2
# END Enum nwComment
class nwTrinary(Enum):
NEGATIVE = -1