Doxyfile: Exclude OpenSSL sources of Android app

They can produce warnings and we don't want to include documentation for
these anyway.
This commit is contained in:
Tobias Brunner
2025-04-10 08:31:09 +02:00
parent cdefe52494
commit 0bccc287d6
+2 -1
View File
@@ -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