Warning, /libraries/perceptualcolor/metainfo.yaml 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 # Configuration file for automatic Doxygen runs with KApiDox.
0005 # Documentation: https://api.kde.org/frameworks/kapidox/html/index.html
0006 # KApiDox uses by default its own global settings for Doxygen. We override
0007 # some of them in docs/Doxyfile.local.
0008 # Result: https://api.kde.org/perceptualcolor/html/
0009 
0010 description: GUI components for choosing colors, with focus on an intuitive and perceptually uniform presentation.
0011 fancyname: Perceptual Color
0012 #group: frameworks
0013 #subgroup: tier 1
0014 type: functional
0015 platforms:
0016     - name: Linux
0017     - name: FreeBSD
0018     - name: Windows
0019     - name: MacOSX
0020     #- name: Android
0021     #- name: All
0022 public_lib: true
0023 release: false
0024 libraries:
0025     - cmake: "perceptualcolor-0"
0026 cmakename: "perceptualcolor-0"
0027 public_lib: true  # if not defined, the library is ignored
0028 public_source_dirs:
0029     - src
0030 public_doc_dir: docs
0031 public_example_dirs:
0032     - examples
0033     - autotests
0034     - src