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,3 +1,5 @@
#ifndef TFT_H
#define TFT_H
/**
* @defgroup tft TFT
@@ -150,3 +152,5 @@ void tft_print_line(uint16_t x, uint16_t y, uint16_t color, uint16_t bgcolor, ui
void tft_print_formatted(uint16_t x, uint16_t y, uint16_t color, uint16_t bgcolor, uint8_t font, const char* format, ...);
/*@}*/
#endif /* TFT_H */