summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-12-03 09:32:26 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-12-03 10:09:37 +0000
commitf7b41273106056e966730a68b5be5f52371d8986 (patch)
tree24a732648f381900a5eea8233f5e9f50f51e08eb /CHANGES.current
parent24f75aa481aa98aa0ed52e71493c9ca4e63122ea (diff)
downloadswig-f7b41273106056e966730a68b5be5f52371d8986.tar.gz
Fix syntax error parsing of Doxygen comments after last enum item
It is unconventional to have a doxygen comment after an enum item. It is attached to the previous, that is, the enum item to match Doxygen behaviour. Closes #1609
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 5fc73eb15..93c8a99be 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -8,6 +8,9 @@ Version 4.2.0 (in progress)
===========================
2022-12-03: wsfulton
+ #1609 Fix syntax error parsing of Doxygen comments after last enum item.
+
+2022-12-03: wsfulton
#1715 Fix syntax error parsing of unconventionally placed Doxygen post
comments for enum items.