code clean
[mdictionary] / src / mdictionary / backbone / BookmarkTranslations.h
index 3b31871..4101e91 100644 (file)
 
 *******************************************************************************/
 
-/*! \file BookmarkTranslation.h
-\brief Bookmarks functionality needs its own translation object - because
+/*!
+    \file BookmarkTranslation.h
+    \brief Bookmarks functionality needs its own translation object - because
     Translation object should use slightly different api of Bookmarks objects
 
-\author Bartosz Szatkowski <bulislaw@linux.com>
+    \author Bartosz Szatkowski <bulislaw@linux.com>
 */
 #ifndef BOOKMARKTRANSLATIONS_H
 #define BOOKMARKTRANSLATIONS_H
@@ -50,8 +51,8 @@ public:
         return _key;
     }
 
-    //! \return parsed raw format into html
-    QString toHtml() const {
+    //! \return parsed raw format into xml
+    QString toXml() const {
         if(!_key.size() || !_bookmarks)
             return "";
 
@@ -63,8 +64,10 @@ public:
 
     }
 
-    /*! sets the word for which we want to find a translation
-        \param 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 key) {
         _key = key;
     }