change comment's and fix bug (xslt transform)
[mdictionary] / src / plugins / google / TranslationGoogle.h
index 4eb41cc..187262a 100644 (file)
@@ -18,8 +18,8 @@
     Copyright 2010 Comarch S.A.
 
 *******************************************************************************/
-
-/*! \file TranslationGoogle.h
+/*!
+    \file TranslationGoogle.h
     \author Jakub Jaszczynski <j.j.jaszczynski@gmail.com>
 */
 
@@ -45,8 +45,10 @@ public:
     //! \return parsed raw format into xml
     QString toXml() const;
 
-    /*! 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);
 
     //! sets information about dictionary
@@ -55,7 +57,7 @@ public:
     //! \return whether given translation is taken from bookmarks
     int isBookmark() const {
         return _bookmark;
-  }
+    }
 
     //! \returns corresponding dict object
     uint dict() const {return _dictHash;}