From: Tobias Brunner Date: Tue, 1 Apr 2025 08:00:50 +0000 (+0200) Subject: Doxyfile: Exclude OpenSSL sources of Android app X-Git-Tag: 6.0.2dr1~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bccc287d66029dbd608cb339f9eab114e1a0103;p=thirdparty%2Fstrongswan.git Doxyfile: Exclude OpenSSL sources of Android app They can produce warnings and we don't want to include documentation for these anyway. --- diff --git a/Doxyfile.in b/Doxyfile.in index f5ce6190c8..3039980054 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