aboutsummaryrefslogtreecommitdiffstats
path: root/gui/wxmain.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-01-19 19:38:31 -0500
committerClyne Sullivan <clyne@bitgloo.com>2021-01-19 19:38:46 -0500
commit04e23e9ad7cce2da3c6d1076f06d2064acd837c6 (patch)
treed727422f5d789439833529f971ab0568c2414187 /gui/wxmain.cpp
parent3ee38d2e7459f2a3a7097343053be5ec2081c0d1 (diff)
add header comments to gui code
Diffstat (limited to 'gui/wxmain.cpp')
-rw-r--r--gui/wxmain.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/gui/wxmain.cpp b/gui/wxmain.cpp
index 0efab35..8f2e386 100644
--- a/gui/wxmain.cpp
+++ b/gui/wxmain.cpp
@@ -1,3 +1,14 @@
+/**
+ * @file wxmain.cpp
+ * @brief Main window definition.
+ *
+ * Copyright (C) 2021 Clyne Sullivan
+ *
+ * Distributed under the GNU GPL v3 or later. You should have received a copy of
+ * the GNU General Public License along with this program.
+ * If not, see <https://www.gnu.org/licenses/>.
+ */
+
#include "wxmain.hpp"
#include <wx/combobox.h>