Warning, /libraries/perceptualcolor/docs/Doxyfile.local is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: Lukas Sommer <sommerluk@gmail.com>
0002 # SPDX-License-Identifier: BSD-2-Clause OR MIT
0003 
0004 # This file overrides the global settings of KApiDox for Doxygen.
0005 
0006 #---------------------------------------------------------------------------
0007 
0008 # The INTERNAL_DOCS tag determines if documentation that is typed after a
0009 # \internal command is included. If the tag is set to NO then the documentation
0010 # will be excluded. Set it to YES to include the internal documentation.
0011 # The default value is: NO.
0012 
0013 INTERNAL_DOCS          = NO # Do not build internal docs
0014 
0015 # If the value of the INPUT tag contains directories, you can use the
0016 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
0017 # certain files from those directories.
0018 #
0019 # Note that the wildcards are matched against the file with absolute path, so to
0020 # exclude all test directories for example use the pattern */test/*
0021 
0022 EXCLUDE_PATTERNS       = # Do not exclude autotests as KApiDox does be default
0023 
0024 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
0025 # https://www.mathjax.org) which uses client side JavaScript for the rendering
0026 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
0027 # installed or if you want to formulas look prettier in the HTML output. When
0028 # enabled you may also need to install MathJax separately and configure the path
0029 # to it using the MATHJAX_RELPATH option.
0030 # The default value is: NO.
0031 # This tag requires that the tag GENERATE_HTML is set to YES.
0032 
0033 USE_MATHJAX            = YES # We have actually formulas in the documentation
0034 
0035 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
0036 # set to YES then doxygen will generate a graph for each documented file showing
0037 # the direct and indirect include dependencies of the file with other documented
0038 # files.
0039 # The default value is: YES.
0040 # This tag requires that the tag HAVE_DOT is set to YES.
0041 
0042 INCLUDED_BY_GRAPH      = NO # Graphs are too big and of little practical value