mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-26 17:37:34 +00:00
doc: Exclude Android in-tree build artifacts from doxygen's scanning.
This commit is contained in:
parent
f3dc8393a0
commit
f537d115fe
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
|
||||
# Copyright 2018-2021, Collabora, Ltd. and the Monado contributors
|
||||
# SPDX-License-Identifier: BSL-1.0
|
||||
|
||||
QUIET = YES
|
||||
|
@ -17,6 +17,8 @@ RECURSIVE = YES
|
|||
EXCLUDE = @SRCDIR@/src/external \
|
||||
@SRCDIR@/doc/changes \
|
||||
@BUILDDIR@
|
||||
EXCLUDE_PATTERNS = */build/*
|
||||
|
||||
STRIP_FROM_PATH = @SRCDIR@/src/xrt \
|
||||
@SRCDIR@/src/xrt/include \
|
||||
@SRCDIR@/doc
|
||||
|
|
Loading…
Reference in a new issue