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

@@ -7,7 +7,6 @@
static BUTTON_STRUCT b_back;
static void b_back_cb(void* button) {
gui_screen_back();
}