Clean and order documentation in source files. Source ready to beta 2 release
[mdictionary] / src / plugins / stardict / TranslationStarDict.h
index 5c68df9..5e4329b 100644 (file)
     Copyright 2010 Comarch S.A.
 
 *******************************************************************************/
-/*! \file TranslationXdxf.h
-*/
+/*!
+    \file TranslationStarDict.h
+    \brief Implementation of stardict plugin's translation.
+
+    \author Mateusz Półrola <mateusz.polrola@comarch.pl>
+ */
+
 #ifndef TRANSLATIONSTARDICT_H
 #define TRANSLATIONSTARDICT_H
 
@@ -76,8 +81,6 @@ public:
     */
     void add(qint64 offset, qint32 len);
 
-
-
     bool operator==(const TranslationStarDict &key) {
         if (this->key() == key.key())
             return true;