From 04e23e9ad7cce2da3c6d1076f06d2064acd837c6 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 19 Jan 2021 19:38:31 -0500 Subject: add header comments to gui code --- gui/wxapp.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gui/wxapp.hpp') diff --git a/gui/wxapp.hpp b/gui/wxapp.hpp index 2133d6a..85bddc2 100644 --- a/gui/wxapp.hpp +++ b/gui/wxapp.hpp @@ -1,3 +1,14 @@ +/** + * @file wxapp.hpp + * @brief Main application object for the stmdsp gui. + * + * 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 . + */ + #ifndef WXAPP_HPP_ #define WXAPP_HPP_ -- cgit v1.2.3