Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
This commit is contained in:
@@ -70,6 +70,7 @@ static void enter(void* screen) {
|
||||
y+=14;
|
||||
}
|
||||
|
||||
filesystem_dir_close(dir);
|
||||
|
||||
y+=14;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
/*@{*/
|
||||
|
||||
/**
|
||||
* @defgroup filetest Filetest
|
||||
* @defgroup filetest Filetest (Screen)
|
||||
* The File-Test Screen tests the filesystem module. It read/writes from/to files and shows a bitmap
|
||||
*/
|
||||
/*@{*/
|
||||
@@ -19,4 +19,5 @@
|
||||
*/
|
||||
SCREEN_STRUCT* get_screen_filetest();
|
||||
|
||||
/*@}@}*/
|
||||
/*@}*/
|
||||
/*@}*/
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
/*@{*/
|
||||
|
||||
/**
|
||||
* @defgroup guitest Guitest
|
||||
* @defgroup guitest Guitest (Screen)
|
||||
* The Gui-Test Screen tests the gui and the tft module.
|
||||
*/
|
||||
/*@{*/
|
||||
@@ -20,4 +20,5 @@
|
||||
*/
|
||||
SCREEN_STRUCT* get_screen_guitest();
|
||||
|
||||
/*@}@}*/
|
||||
/*@}*/
|
||||
/*@}*/
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
/*@{*/
|
||||
|
||||
/**
|
||||
* @defgroup main Main
|
||||
* @defgroup main Main (Screen)
|
||||
* The Main Screen is the start-screen for the application
|
||||
*/
|
||||
/*@{*/
|
||||
@@ -31,4 +31,5 @@
|
||||
*/
|
||||
SCREEN_STRUCT* get_screen_main();
|
||||
|
||||
/*@}@}*/
|
||||
/*@}*/
|
||||
/*@}*/
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
/*@{*/
|
||||
|
||||
/**
|
||||
* @defgroup pixytest Pixytest
|
||||
* @defgroup pixytest Pixytest (Screen)
|
||||
* The Pixy-Test Screen tests the pixy module.
|
||||
*/
|
||||
/*@{*/
|
||||
@@ -18,4 +18,5 @@
|
||||
*/
|
||||
SCREEN_STRUCT* get_screen_pixytest();
|
||||
|
||||
/*@}@}*/
|
||||
/*@}*/
|
||||
/*@}*/
|
||||
|
||||
Reference in New Issue
Block a user