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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user