]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Doxyfile: Exclude OpenSSL sources of Android app
authorTobias Brunner <tobias@strongswan.org>
Tue, 1 Apr 2025 08:00:50 +0000 (10:00 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 10 Apr 2025 06:31:09 +0000 (08:31 +0200)
They can produce warnings and we don't want to include documentation for
these anyway.

Doxyfile.in

index f5ce6190c8ca53aa6c5cbc40280c28babc0d11da..303998005469898420c7622df9a19ffe49c3faa6 100644 (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