7b20e1f66f
Summary: We have a mix of different doxygen comment styles, e.g. /*! Foo bar. */ /** * Foo bar. */ /** Foo bar. */ /** * Foo bar. */ /** * Foo bar. **/ To make the code more consistent, this change updates the style of all doxygen comments to the last one. Test Plan: Compiles. Reviewers: #kwin, davidedmundson Reviewed By: #kwin, davidedmundson Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D18683 |
||
---|---|---|
.. | ||
src | ||
themes | ||
AUTHORS | ||
CMakeLists.txt | ||
README | ||
theme-description | ||
TODO |
Aurorae is a themeable window decoration for KWin. It supports theme files consisting of several SVG files for decoration and buttons. Themes can be installed and selected directly in the configuration module of KWin decorations. Please have a look at theme-description on how to write a theme file.