Clean and order documentation in source files. Source ready to beta 2 release
[mdictionary] / src / mdictionary / gui / BookmarksWidget.h
index c5188fa..03bff8a 100644 (file)
 
 *******************************************************************************/
 
-//! \file BookmarksWidget.h
-//! \author Mateusz Półrola <mateusz.polrola@comarch.pl>
+/*! \file BookmarksWidget.h
+    \brief Implements bookmarks management widget. Allows user to show all
+           or remove all bookmarks
+
+    \author Mateusz Półrola <mateusz.polrola@comarch.pl>
+*/
 
 #ifndef BOOKMARKSWIDGET_H
 #define BOOKMARKSWIDGET_H
 #include <QtGui>
 #include "../../include/GUIInterface.h"
 
-//! Implements bookmarks management widget
-/*!
-  Allows user to show all or remove all bookmarks
-*/
 class BookmarksWidget : public QDialog
 {
     Q_OBJECT