mirror of
https://github.com/KhronosGroup/KTX-Software.git
synced 2026-01-18 17:41:19 +01:00
* Make repository compliant with REUSE license checker This is complex due to the many imported files and projects. Information about those licenses is being captured in .reuse/dep5 to keep the contents of imported files unchanged. In some cases educated guesswork has been required. * Work around reuse RTF parsing problem by adding a parallel License.rtf.license file. Co-authored-by: Mark Callow <github@callow.im>
24 lines
860 B
Plaintext
24 lines
860 B
Plaintext
# Copyright 2015-2020 The Khronos Group Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# CodeDocs configuration file
|
|
|
|
# Use the project's doxygen config file.
|
|
DOXYFILE = libktx.doxy
|
|
|
|
# The following are necessary because CodeDocs does not follow the
|
|
# INPUT specified in ktxDoxy.
|
|
|
|
# One or more directories and files to exclude from documentation
|
|
# generation. Use relative paths with respect to the repository root
|
|
# directory.
|
|
EXCLUDE = build BUILDING.md CONTRIBUTING.md GNUmakefile gyp_include \
|
|
icons lib/checkheader.c lib/etcdec.cxx lib/ktxint.h \
|
|
other_include other_lib pkgdoc README.md tests tools utils
|
|
|
|
# One or more wildcard patterns to exclude files and directories
|
|
# from document generation.
|
|
EXCLUDE_PATTERNS = *.bat *.doxy *.gyp *.gypi *.sh*.yml *_format.h *stream.* *funcptrs.*
|
|
|
|
#vim:ai:ts=4:sts=4:sw=2:expandtab:textwidth=70
|