refaktoring
[mdictionary] / src / plugins / xdxf / XdxfSettingsDialog.h
index b7543f8..b36597b 100644 (file)
@@ -35,13 +35,13 @@ class XdxfSettingsDialog : public QDialog
     Q_OBJECT
 public:
     explicit XdxfSettingsDialog(XdxfPlugin* plugin, QWidget *parent = 0);
-
+    //! \returns settings of a given plugin
     static Settings* getSettings(XdxfPlugin* plugin, QWidget *parent);
 
-    //! Returns dictionary file path chosen by user
+    //! \returns dictionary file path chosen by user
     QString dicitonaryFilePath();
 
-    //! Returns if user wants to cache dictionary
+    //! \returns if user wants to cache dictionary
     bool generateCache();
 
 private Q_SLOTS: