Added doxygen mainpage comment in app.h

This commit is contained in:
t-moe
2015-06-08 01:15:48 +02:00
parent 9fa7d255e4
commit 73db8b5c25

View File

@@ -1,6 +1,12 @@
#ifndef APP_H
#define APP_H
/*!
\mainpage discoverpixy Doxygen Documentation
Welcome to the code-documentation for all common (and plattformindependent) code. \n
A good point to start is probably the <a href="modules.html">Modules</a> page.
*/
/**
* @defgroup app Application
* The App Module contains the effective, platform independent application.