kwin/scripting
Vlad Zagorodniy 7b20e1f66f Overhaul doxygen comments
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
2019-02-12 19:29:33 +02:00
..
CMakeLists.txt
dbuscall.cpp
dbuscall.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
documentation-effect-global.xml
documentation-global.xml
genericscriptedconfig.cpp
genericscriptedconfig.h
genericscriptedconfig.json
kwinscript.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2017-09-27 09:13:10 +02:00
Messages.sh Fix message extraction 2018-05-20 08:14:50 +03:00
meta.cpp
meta.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
screenedgeitem.cpp
screenedgeitem.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
scriptedeffect.cpp [scripting] Introduce complete function 2018-11-17 13:44:20 +02:00
scriptedeffect.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
scripting.cpp Fix reorder warning in AbstractScript 2019-01-27 13:25:40 +01:00
scripting.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
scripting_logging.cpp
scripting_logging.h
scripting_model.cpp
scripting_model.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00
scriptingutils.cpp
scriptingutils.h
timer.cpp
workspace_wrapper.cpp Port some displayWidth/displayHeight usages to Screens::size() 2017-09-01 17:11:10 +02:00
workspace_wrapper.h Overhaul doxygen comments 2019-02-12 19:29:33 +02:00