Clean and order documentation in source files. Source ready to beta 2 release
[mdictionary] / src / mdictionary / gui / WordListProxyStyle.h
index 7965a96..46ca7bf 100644 (file)
     Copyright 2010 Comarch S.A.
 
 *******************************************************************************/
-//! \file WordListProxyStyle.h
-//! \author Mateusz Półrola <mateusz.polrola@comarch.pl>
+/*! \file WordListProxyStyle.h
+    \brief Custom proxy style that draws checkboxes as stars.
+
+    \author Mateusz Półrola <mateusz.polrola@comarch.pl>
+*/
 
 #ifndef WORDLISTPROXYSTYLE_H
 #define WORDLISTPROXYSTYLE_H
 #include <QProxyStyle>
 #include <QtGui>
 
-//! Custom proxy style that draws checkboxes as stars.
-//! It will automatically wrap set style and change only
-//! checkboxes drawing.
+/*! Custom proxy style that draws checkboxes as stars.
+    It will automatically wrap set style and change only
+    checkboxes drawing.
+*/
 class WordListProxyStyle : public QProxyStyle
 {
 public: