Remove -WordMap information (now built in to autogsdoc) and use -Verbose

This commit is contained in:
rfm 2023-10-26 11:24:30 +01:00
parent 7740439ffc
commit fa30cfa93a
2 changed files with 3 additions and 19 deletions

View file

@ -256,16 +256,8 @@ Base_AGSDOC_FLAGS = \
-MacrosTemplate Functions \
-TypedefsTemplate TypesAndConstants \
-VariablesTemplate TypesAndConstants \
-Verbose YES \
-WordMap '{\
BLOCK_SCOPE="";\
DEFINE_BLOCK_TYPE="//";\
DEFINE_BLOCK_TYPE_NO_ARGS="//";\
GS_EXPORT_CLASS="";\
GS_IMPORT="";\
GS_PRIVATE_INTERNAL="//";\
WEAK_ATTRIBUTE="";\
WINAPI="";\
WSAAPI="";\
}' -Up Base
BaseAdditions_AGSDOC_FLAGS = \
@ -280,16 +272,8 @@ BaseAdditions_AGSDOC_FLAGS = \
-MacrosTemplate Functions \
-TypedefsTemplate TypesAndConstants \
-VariablesTemplate TypesAndConstants \
-Verbose YES \
-WordMap '{\
BLOCK_SCOPE="";\
DEFINE_BLOCK_TYPE="//";\
DEFINE_BLOCK_TYPE_NO_ARGS="//";\
GS_EXPORT_CLASS="";\
GS_IMPORT="";\
GS_PRIVATE_INTERNAL="//";\
WEAK_ATTRIBUTE="";\
WINAPI="";\
WSAAPI="";\
}' -Up BaseAdditions
# Use local version of autogsdoc in case it is not installed

View file

@ -66,8 +66,8 @@ BaseTools_AGSDOC_FLAGS = \
-HeaderDirectory ../Tools \
-Standards YES \
-DTDs ../Tools \
-Verbose YES \
-WordMap '{\
WINAPI="";\
}' -Up BaseTools
# Use local version of autogsdoc in case it is not installed