main/setup.c

changeset 1
ad2c8b13eb88
parent 0
b74b0e4902c3
child 32
c3c2fd13cf3b
--- a/main/setup.c	Sat Oct 20 13:23:15 2018 +0200
+++ b/main/setup.c	Sat Oct 20 17:09:48 2018 +0200
@@ -6,12 +6,12 @@
 #include "config.h"
 
 
-extern sButton                  Buttons[MAXBUTTONS];
-extern int                      Main_Screen;
+extern sButton          Buttons[MAXBUTTONS];
+extern int              Main_Screen;
 
-bool UpdateRec = false;
-int  CurrentRec = 1;
-int  Records = 1;
+bool			UpdateRec = false;		///< Update record flag			
+int			CurrentRec = 1;			///< Current record
+int			Records = 1;			///< Total records.
 
 
 static const char               *TAG = "setup";

mercurial