aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorJeffrey <jeffryan@tamu.edu>2022-04-28 19:35:49 -0500
committerJeffrey <jeffryan@tamu.edu>2022-04-28 19:35:49 -0500
commit6ef945d9a59bf1a2049fdbbe2e820b331cefc947 (patch)
tree38e09b79c08c448d35317b29491c24b83a52f569 /Doxyfile
parentMerge pull request #8275 (diff)
downloadmonero-6ef945d9a59bf1a2049fdbbe2e820b331cefc947.tar.xz
Doxygen: Hide anonymous namespaces from documentation by default
Bonus: little doc fix for net_ssl.h
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index aa3b6fe65..81b200986 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -452,7 +452,7 @@ EXTRACT_LOCAL_METHODS = NO
# are hidden.
# The default value is: NO.
-EXTRACT_ANON_NSPACES = YES
+EXTRACT_ANON_NSPACES = NO
# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
# undocumented members inside documented classes or files. If set to NO these