From 9f3796b852da282f80e620cc8694a08035b257ea Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Wed, 14 Feb 2024 11:20:44 +0000 Subject: [PATCH] Include anonymous namespaces in Doxygen output --- doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen.conf b/doxygen.conf index 6ca177eb..c7f0b2fc 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -536,7 +536,7 @@ EXTRACT_LOCAL_METHODS = YES # are hidden. # The default value is: NO. -EXTRACT_ANON_NSPACES = NO +EXTRACT_ANON_NSPACES = YES # If this flag is set to YES, the name of an unnamed parameter in a declaration # will be determined by the corresponding definition. By default unnamed -- 2.20.1