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,22 @@
#include "screen.h"
/**
* @addtogroup screens
*/
/*@{*/
/**
* @defgroup filetest Filetest
* The File-Test Screen tests the filesystem module. It read/writes from/to files and shows a bitmap
*/
/*@{*/
/**
* Returns a pointer to the filetest screen
* \sa gui_screen_navigate
* @return
*/
SCREEN_STRUCT* get_screen_filetest();
/*@}@}*/