Clean and order documentation in source files. Source ready to beta 2 release
[mdictionary] / src / plugins / google / GoogleDictDialog.h
index 243d35b..5c0baf0 100644 (file)
     Copyright 2010 Comarch S.A.
 
 *******************************************************************************/
-
 /*! \file GoogleDictDialog.h
-    \brief Class launches dialog which generates new dictionary, or changes
+    \brief Class launches dialog which generates a new dictionary, or changes
     settings
+
     \author Jakub Jaszczynski <j.j.jaszczynski@gmail.com>
 */
 
@@ -40,15 +40,15 @@ class GoogleDictDialog : public DictDialog
 public:
     explicit GoogleDictDialog(GooglePlugin* plugin, QObject *parent = 0);
     /*!
-      Shows "add new google dictionary" dialog and returns settings of new dict
-      \param parent parent widget on which dialog will be displayed
-      */
+        Shows "add new google dictionary" dialog and returns settings of a new dict
+        \param parent parent widget on which dialog will be displayed
+    */
     Settings* addNewDictionary(QWidget *parent);
 
     /*!
-      Shows "settings" dialog and saves new settings in plugin
-      \param parent parent widget on which dialog will be displayed
-      */
+        Shows "settings" dialog and saves new settings in plugin
+        \param parent parent widget on which dialog will be displayed
+    */
     void changeSettings(QWidget *parent);
 
 private: