#include "ilogger.h"
 
 /**
+ * @mainpage
  * eVaf is a C++ cross-platform modular application development framework using Qt.
  *
  * The eVaf main executable is an empty container that needs to be filled with external modules to
  * data object by one. If no other module kept the data object, then the data object's reference counter
  * becomes zero and it is destroyed too.
  */
+
+/**
+ * Global eVaf namespace.
+ * 
+ * eVaf is a C++ cross-platform modular application development framework using Qt.
+ */ 
 namespace eVaf {
 
 /**