]> vaikene.ee Git - evaf/commitdiff
Moved eVaf description to the main page on the Doxygen generated documentation.
authorEnar Väikene <enar.vaikene@mt.com>
Wed, 18 May 2011 12:46:48 +0000 (15:46 +0300)
committerEnar Väikene <enar.vaikene@mt.com>
Wed, 18 May 2011 12:46:48 +0000 (15:46 +0300)
src/libs/Common/globals.h

index 93346d58f702ef851a0150ec5fef2df6622938d3..55c3b40ff14fbe47de06a59c593cd160d4003db2 100644 (file)
@@ -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
  * 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 {
 
 /**