From 0bccc287d66029dbd608cb339f9eab114e1a0103 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 1 Apr 2025 10:00:50 +0200 Subject: [PATCH] Doxyfile: Exclude OpenSSL sources of Android app They can produce warnings and we don't want to include documentation for these anyway. --- Doxyfile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index f5ce6190c..303998005 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -991,7 +991,8 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = @SRC_DIR@/src/include +EXCLUDE = @SRC_DIR@/src/include \ + @SRC_DIR@/src/frontends/android/app/src/main/jni/openssl # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded