From 0ff0ad82c62217a437787b0a54e47415bfb5740f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Enar=20V=C3=A4ikene?= Date: Wed, 18 May 2011 15:46:48 +0300 Subject: [PATCH] Moved eVaf description to the main page on the Doxygen generated documentation. --- src/libs/Common/globals.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 { /** -- 2.45.2