More work on doxygen module structure

This commit is contained in:
t-moe
2015-05-11 20:44:56 +02:00
parent a175a2f6b0
commit 08d9fe0c3c
9 changed files with 119 additions and 16 deletions

View File

@@ -1,12 +1,10 @@
#ifndef APP_H
#define APP_H
/**
* @defgroup app Application
* The App Module contains the effective, platform independent application.
*/
/**
* @addtogroup app
*/
/*@{*/
/**
@@ -21,10 +19,7 @@ void app_init();
*/
void app_process();
/**
* @defgroup screens Screens
* The Screens of the application. \sa Screen
*/
/*@}*/
#endif /* APP_H */