diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-01-19 19:38:31 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-01-19 19:38:46 -0500 |
commit | 04e23e9ad7cce2da3c6d1076f06d2064acd837c6 (patch) | |
tree | d727422f5d789439833529f971ab0568c2414187 /gui/main.cpp | |
parent | 3ee38d2e7459f2a3a7097343053be5ec2081c0d1 (diff) |
add header comments to gui code
Diffstat (limited to 'gui/main.cpp')
-rw-r--r-- | gui/main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gui/main.cpp b/gui/main.cpp index 29f74d3..81146ee 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -1,3 +1,10 @@ +/** + * @file main.cpp + * @brief Program entry point. + * + * Written by Clyne Sullivan. + */ + #include "wxapp.hpp" #include <wx/app.h> |