# 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
