docs: Don't export internal structs declared in src files

Change-Id: I5db8ce90c1e1e393195c9a146ba617ab980a9390
This commit is contained in:
Harald Welte 2024-03-15 10:12:25 +01:00
parent 8963af0f60
commit ccc6c194d5
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ EXTRACT_STATIC = NO
# defined locally in source files will be included in the documentation.
# If set to NO only classes defined in header files are included.
EXTRACT_LOCAL_CLASSES = YES
EXTRACT_LOCAL_CLASSES = NO
# This flag is only useful for Objective-C code. When set to YES local
# methods, which are defined in the implementation section but not in