How to skip class/function when using -HC flag to generate C++ headers?

MoonlightSentinel moonlightsentinel at disroot.org
Tue Apr 20 12:24:17 UTC 2021


On Monday, 19 April 2021 at 17:43:34 UTC, evilrat wrote:
> On Monday, 19 April 2021 at 17:37:31 UTC, MoonlightSentinel 
> wrote:
>> Omit the modules from your blacklist when generating the 
>> header file (allthough that requires rerunning dmd)
>
> Ok thanks, well, time for new dub subconfig.
> Or... maybe at least pre-build step for that specific module.

That being said, it might be worthwhile to add a flag to 
customize the minimum visibility for declarations (currently it 
only omits private declarations)


More information about the Digitalmars-d-learn mailing list