Rename once again, and use short instead for short descriptions of notes

This commit is contained in:
Veronica Berglyd Olsen
2023-11-26 13:58:00 +01:00
parent f919149c58
commit b9b4969b85
22 changed files with 73 additions and 67 deletions
+2 -2
View File
@@ -65,7 +65,7 @@ class nwComment(Enum):
PLAIN = 0
SYNOPSIS = 1
SUMMARY = 2
SHORT = 2
# END Enum nwComment
@@ -136,7 +136,7 @@ class nwDocInsert(Enum):
QUOTE_LD = 3
QUOTE_RD = 4
SYNOPSIS = 5
SUMMARY = 6
SHORT = 6
NEW_PAGE = 7
VSPACE_S = 8
VSPACE_M = 9