From fa30cfa93ad31f3415717209b1930f7d9744a833 Mon Sep 17 00:00:00 2001 From: rfm Date: Thu, 26 Oct 2023 11:24:30 +0100 Subject: [PATCH] Remove -WordMap information (now built in to autogsdoc) and use -Verbose --- Source/DocMakefile | 20 ++------------------ Tools/DocMakefile | 2 +- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/Source/DocMakefile b/Source/DocMakefile index b6990c534c..34ff2772a0 100644 --- a/Source/DocMakefile +++ b/Source/DocMakefile @@ -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 diff --git a/Tools/DocMakefile b/Tools/DocMakefile index dd1b54b0f8..1295309d21 100644 --- a/Tools/DocMakefile +++ b/Tools/DocMakefile @@ -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