From: Enar Väikene <enar.vaikene@mt.com>
Date: Wed, 18 May 2011 12:46:48 +0000 (+0300)
Subject: Moved eVaf description to the main page on the Doxygen generated documentation.
X-Git-Url: https://www.vaikene.ee/gitweb/pswgen07.html?a=commitdiff_plain;h=0ff0ad82c62217a437787b0a54e47415bfb5740f;p=evaf

Moved eVaf description to the main page on the Doxygen generated documentation.
---

diff --git a/src/libs/Common/globals.h b/src/libs/Common/globals.h
index 93346d5..55c3b40 100644
--- a/src/libs/Common/globals.h
+++ b/src/libs/Common/globals.h
@@ -24,6 +24,7 @@
 #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
@@ -50,6 +51,12 @@
  * 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 {
 
 /**