mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Ignore GS_EXPORT_CLASS when generating documentation for base/additions
This commit is contained in:
parent
d2eca82730
commit
31f2528b93
1 changed files with 2 additions and 0 deletions
|
@ -187,6 +187,7 @@ Base_AGSDOC_FLAGS = \
|
|||
-TypedefsTemplate TypesAndConstants \
|
||||
-VariablesTemplate TypesAndConstants \
|
||||
-WordMap '{\
|
||||
GS_EXPORT_CLASS="";\
|
||||
GS_PRIVATE_INTERNAL="//";\
|
||||
DEFINE_BLOCK_TYPE="//";\
|
||||
WEAK_ATTRIBUTE="";\
|
||||
|
@ -206,6 +207,7 @@ BaseAdditions_AGSDOC_FLAGS = \
|
|||
-TypedefsTemplate TypesAndConstants \
|
||||
-VariablesTemplate TypesAndConstants \
|
||||
-WordMap '{\
|
||||
GS_EXPORT_CLASS="";\
|
||||
GS_PRIVATE_INTERNAL="//";\
|
||||
WINAPI="";\
|
||||
}' -Up BaseAdditions
|
||||
|
|
Loading…
Reference in a new issue