mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove -WordMap information (now built in to autogsdoc) and use -Verbose
This commit is contained in:
parent
7740439ffc
commit
fa30cfa93a
2 changed files with 3 additions and 19 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue