Clean and order documentation in source files. Source ready to beta 2 release
[mdictionary] / src / mdictionary / gui / MenuTabWidget.h
index 3f625d4..cc54e95 100644 (file)
     Copyright 2010 Comarch S.A.
 
 *******************************************************************************/
-//! \file MenuTabWidget.h
-//! \author Mateusz Półrola <mateusz.polrola@comarch.pl>
+/*! \file MenuTabWidget.h
+    \brief Menu's main widget
+
+    \author Mateusz Półrola <mateusz.polrola@comarch.pl>
+*/
 
 #ifndef MENUTABWIDGET_H
 #define MENUTABWIDGET_H
@@ -37,7 +40,7 @@ public:
 protected:
     /*!
       Reimplemented default hideEvent function.
-      Right before hiding widget it sets its parent to NULL, which prevents
+      Right before hiding widget it sets its parent to 0 (NULL), which prevents
       widget from being deleted by menu bar.
     */
     void hideEvent(QHideEvent *);