in CommonDictionaryInterface in searchWordList added default limit value
[mdictionary] / trunk / src / plugins / xdxf / src / TranslationXdxf.h
index a691d9a..81939d1 100644 (file)
@@ -35,14 +35,15 @@ public:
     //! \return word to be translated
     QString key() const;
 
-    //! \returns dictionary information (plugin name, languages, <logo> etc)\
-    //!    to be displayed in translation table header
+    /*! \returns dictionary information (plugin name, languages, <logo> etc)\
+        to be displayed in translation table header*/
     QString dictionaryInfo() const;
 
     //! \return parsed raw format into html
     QString toHtml() const;
 
-    //! sets the word for which we want to find a translation
+    /*! sets the word for which we want to find a translation
+        \param word for which we want to find a translation */
     void setKey(QString);
 
     //! sets information about dictionary