Fixup for APPKIT_EXPORT_CLASS

This commit is contained in:
Richard Frith-Macdonald 2023-09-05 17:02:06 +01:00
parent 4952cbd925
commit 2e4af41c70
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2023-09-05 Richard Frith-Macdonald <rfm@gnu.org>
* Source/DocMakefile: Fix issue #198 ... headers had added a new
APPKIT_EXPORT_CLASS value added without telling autogsdoc how to
handle it, breaking parsing. Mapped it to an empty string.
2023-08-30 Gregory John Casamento <greg.casamento@gmail.com>
* Source/GSXib5KeyedUnarchive.m: Fix for issue#192. Added code to

View file

@ -324,6 +324,7 @@ Gui_AGSDOC_FLAGS = \
-TypedefsTemplate TypesAndConstants \
-VariablesTemplate TypesAndConstants \
-WordMap '{\
APPKIT_EXPORT_CLASS="";\
APPKIT_EXPORT=extern;APPKIT_DECLARE="";\
DEFINE_RINT_IF_MISSING=""; \
}' -Up Gui
@ -340,6 +341,7 @@ GuiAdditions_AGSDOC_FLAGS = \
-TypedefsTemplate TypesAndConstants \
-VariablesTemplate TypesAndConstants \
-WordMap '{\
APPKIT_EXPORT_CLASS="";\
APPKIT_EXPORT=extern;APPKIT_DECLARE="";\
DEFINE_RINT_IF_MISSING=""; \
}' -Up GuiAdditions