The open source OpenXR runtime

doc: Exclude Android in-tree build artifacts from doxygen's scanning.

+3 -1
+3 -1
doc/Doxyfile.in
··· 1 - # Copyright 2018-2020, Collabora, Ltd. and the Monado contributors 1 + # Copyright 2018-2021, Collabora, Ltd. and the Monado contributors 2 2 # SPDX-License-Identifier: BSL-1.0 3 3 4 4 QUIET = YES ··· 17 17 EXCLUDE = @SRCDIR@/src/external \ 18 18 @SRCDIR@/doc/changes \ 19 19 @BUILDDIR@ 20 + EXCLUDE_PATTERNS = */build/* 21 + 20 22 STRIP_FROM_PATH = @SRCDIR@/src/xrt \ 21 23 @SRCDIR@/src/xrt/include \ 22 24 @SRCDIR@/doc