X-Git-Url: https://vaikene.ee/gitweb/pswgen11.html?a=blobdiff_plain;f=src%2Flibs%2FCommon%2Fglobals.h;h=55c3b40ff14fbe47de06a59c593cd160d4003db2;hb=0ff0ad82c62217a437787b0a54e47415bfb5740f;hp=93346d58f702ef851a0150ec5fef2df6622938d3;hpb=9536caf853c74774aa308854a6c1caaf32435438;p=evaf 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 { /**