Minor: add doxygen comment
This commit is contained in:
@@ -49,6 +49,28 @@
|
|||||||
#define SERIAL_PORT "ttyUSB0"
|
#define SERIAL_PORT "ttyUSB0"
|
||||||
#endif
|
#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
|
// argv[1]: file to send to dc
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
QByteArray const value = qgetenv("LC_ALL");
|
QByteArray const value = qgetenv("LC_ALL");
|
||||||
|
Reference in New Issue
Block a user