Minor: add doxygen comment

This commit is contained in:
2025-09-16 13:26:35 +02:00
parent 3bdc117c01
commit 72fbd9089a

View File

@@ -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");