Skip to content

Commit

Permalink
Remove -WordMap information (now built in to autogsdoc) and use -Verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Oct 26, 2023
1 parent 7740439 commit fa30cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
20 changes: 2 additions & 18 deletions Source/DocMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = \
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tools/DocMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa30cfa

Please sign in to comment.