Added doxyfile (doxygen) for the common folder. Started with doxygen comments for app and tft module.

This commit is contained in:
t-moe
2015-05-10 16:30:14 +02:00
parent 92ba7347b2
commit 21edc56c57
9 changed files with 2645 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
#include "screen.h"
/**
* @addtogroup screens
*/
/*@{*/
/**
* @defgroup guitest Guitest
* The Gui-Test Screen tests the gui and the tft module.
*/
/*@{*/
/**
* Returns a pointer to the guitest screen
* \sa gui_screen_navigate
* @return
*/
SCREEN_STRUCT* get_screen_guitest();
/*@}@}*/