diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-01-21 10:48:40 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-01-21 10:48:40 -0500 |
commit | 0b9b5e62e886f9e7e7c17d558876f59f6a6e8c73 (patch) | |
tree | cb81ed4d646c6f0443a8e3b1a40f224811e4ed98 /source/gui_help.cpp | |
parent | 5902a67796000c7546d07fa778b26619c4588c3a (diff) |
update documentation, fix some includes
Diffstat (limited to 'source/gui_help.cpp')
-rw-r--r-- | source/gui_help.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/gui_help.cpp b/source/gui_help.cpp index a17d9fa..b60387b 100644 --- a/source/gui_help.cpp +++ b/source/gui_help.cpp @@ -1,3 +1,14 @@ +/** + * @file gui_help.cpp + * @brief Defines the "Help" menu and provides its functionality. + * + * Copyright (C) 2022 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 "imgui.h" #include "ImGuiFileDialog.h" |