kwin/scripting
Vlad Zagorodniy 684b4b635e Use more traditional doxygen style
Summary:
So far we were following a bit unique and rare doxygen comment style:

    /**
     * Contents of the comment.
     **/

Doxygen comments with this style look balanced and neat, but many people
that contribute to KWin don't follow this style. Instead, they prefer
more traditional doxygen comment style, i.e.

    /**
     * Contents of the comment.
     */

Reviewing such changes has been a bit frustrating for me (so selfish!)
and for other contributors.

This change switches doxygen comment style in KWin to a more traditional
style. The main reason for doing this is to make code review process easier
for new contributors as well us.

Reviewers: #kwin, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D22812
2019-07-29 22:06:19 +03:00
..
CMakeLists.txt
dbuscall.cpp
dbuscall.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
documentation-effect-global.xml
documentation-global.xml
genericscriptedconfig.cpp
genericscriptedconfig.h
genericscriptedconfig.json
kwinscript.desktop
Messages.sh
meta.cpp Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
meta.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
screenedgeitem.cpp
screenedgeitem.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
scriptedeffect.cpp
scriptedeffect.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
scripting.cpp
scripting.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
scripting_logging.cpp
scripting_logging.h
scripting_model.cpp
scripting_model.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
scriptingutils.cpp
scriptingutils.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
timer.cpp
workspace_wrapper.cpp
workspace_wrapper.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00