forked from KhronosGroup/KTX-Software
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.codedocs
23 lines (17 loc) · 860 Bytes
/
.codedocs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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