diff --git a/UpdatePTUDevCtrl/main.cpp b/UpdatePTUDevCtrl/main.cpp index 48dff8c..3ddc9b5 100644 --- a/UpdatePTUDevCtrl/main.cpp +++ b/UpdatePTUDevCtrl/main.cpp @@ -49,6 +49,28 @@ #define SERIAL_PORT "ttyUSB0" #endif +/** + * @mainpage ATBUpdateTool Documentation + * @section intro_sec Introduction + * TODO. + * @section atbupdate_tool ATBUpdateTool + * TODO. + * @section atbupdate_check ATBUpdateCheck + * TODO + * @section atbupdate_git ATBUpdateGit + * TODO + * @section atbupdate_sync ATBUpdateSync + * TODO + * @section atbupdate_opkg ATBUpdateOpkg + * TODO + * @section atbupdate_dc ATBUpdateDC + * TODO + * @section atbupdate_json_files ATBUpdateJsonFiles + * TODO + * @section atbupdate_show ATBUpdateShow + * TODO + */ + // argv[1]: file to send to dc int main(int argc, char *argv[]) { QByteArray const value = qgetenv("LC_ALL");