aboutsummaryrefslogtreecommitdiffstats
path: root/source/gui_help.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-01-21 10:48:40 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-01-21 10:48:40 -0500
commit0b9b5e62e886f9e7e7c17d558876f59f6a6e8c73 (patch)
treecb81ed4d646c6f0443a8e3b1a40f224811e4ed98 /source/gui_help.cpp
parent5902a67796000c7546d07fa778b26619c4588c3a (diff)
update documentation, fix some includes
Diffstat (limited to 'source/gui_help.cpp')
-rw-r--r--source/gui_help.cpp11
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"