More work on doxygen module structure
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
#include "screen.h"
|
||||
|
||||
/**
|
||||
* @addtogroup app
|
||||
*/
|
||||
/*@{*/
|
||||
|
||||
/**
|
||||
* @defgroup screens Screens
|
||||
* The Screens of the application. \sa Screen
|
||||
*/
|
||||
/*@}*/
|
||||
|
||||
|
||||
/**
|
||||
* @addtogroup screens
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user