mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Doxygen: Hide anonymous namespaces from documentation by default
Bonus: little doc fix for net_ssl.h
This commit is contained in:
parent
67e5ca9ad6
commit
6ef945d9a5
2 changed files with 2 additions and 2 deletions
2
Doxyfile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue