-
Notifications
You must be signed in to change notification settings - Fork 3
/
docgroups.h
30 lines (28 loc) · 1004 Bytes
/
docgroups.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
* SPDX-FileCopyrightText: 2021-2022 Eike Hein <[email protected]>
*/
/*!
* \defgroup Animation Animation
* \brief Classes related to animations operating on a LedStrip.
*
* \defgroup Backend Backend
* \brief Classes and QML items related to the headless backend.
*
* \defgroup GUI GUI
* \brief QML items used within the GUI.
*/
//! \cond
// TODO: Enable once KConfigXT no longer generates code that produces Doxygen warnings.
/*!
* \class Settings settings.h "src/settings.h"
* \brief Generated singleton providing user configuration backed by a config file
*
* Generated from \c src/settings/hyelicht.kcfg using the KConfigXT configuration framework.
*
* The config file is located at or in an equivalent system or user location following
* the [XDG Base Directory](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)
* specification.
* for more.
*/
//! \endcond