Added docstrings and changed file header (license + file doc)
[mdictionary] / trunk / tests / mDictionaryTests / TranslationMock.h
index 56fdf28..992a309 100644 (file)
     Copyright 2010 Comarch S.A.
 
 *******************************************************************************/
+/*! /file TranslationMock.cpp
+\brief Testing mock for translation object
 
-// Created by Bartosz Szatkowski
-
+\author Bartosz Szatkowski <bulislaw@linux.com>
+*/
 
 
 
@@ -29,6 +31,8 @@
 
 #include "../../src/includes/translation.h"
 
+/*! Translation mock is intended to simulate behaviour of real plugins
+  translation, but without dependency and any kind of complicated operations*/
 class TranslationMock : public Translation
 {
 public: