Updated comments
[mdictionary] / trunk / src / base / gui / BookmarksWidget.h
index 87b909c..fcc0c97 100644 (file)
@@ -19,7 +19,9 @@
 
 *******************************************************************************/
 
-//Created by Mateusz Półrola
+//! \file BookmarksWidget.h
+//! \brief Bookmarks management widget
+//! \author Mateusz Półrola <mateusz.polrola@comarch.pl>
 
 #ifndef BOOKMARKSWIDGET_H
 #define BOOKMARKSWIDGET_H
 #include <QtGui>
 #include "../../includes/GUIInterface.h"
 
+//! Implements bookmarks management widget
+/*!
+  Allow user to show all or remove all bookmarks
+  */
 class BookmarksWidget : public QDialog
 {
     Q_OBJECT