oblivioncth - 2023-08-14

When I started using Doxygen in 1.9.3, external namespaces from tags would show in the namespace list, which I didn't want/think was appropriate. This was resolved in 1.9.4: https://github.com/doxygen/doxygen/issues/9241

However, I just updated to 1.9.7 and it seems like 1.9.6 added them back, just now with an "[external]" mark, yet again, I don't want them there.

The only loosely relevant configuration options I can see are:
* ALLEXTERNALS
* EXTERNAL_GROUPS
* EXTERNAL_PAGES

all of which I already have set to NO.

Anyone know how to disable the display of these namespaces? Or do I need to return to the issue tracker?