Files
KTX-Software/.codedocs
Jon Leech 3c1fa2abae Bring repository into REUSE compliance (#291)
* 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>
2020-08-18 18:48:43 -07:00

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