From 617f2b01b2679ec43330ea6fb5f25f4137565b6a Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 13 May 2023 10:43:21 +0200 Subject: Improve documentation --- src/preferences/EditorPrefs.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/preferences/EditorPrefs.hpp') diff --git a/src/preferences/EditorPrefs.hpp b/src/preferences/EditorPrefs.hpp index 6958519..09abac7 100644 --- a/src/preferences/EditorPrefs.hpp +++ b/src/preferences/EditorPrefs.hpp @@ -6,6 +6,10 @@ #include #include +/** + * @brief Configuration page for the EditorCanvas + * + */ class EditorPrefsPanel : public PrefsEditor { public: @@ -49,6 +53,10 @@ public: } }; +/** + * @brief Interface for wxWidgets to load EditorPrefsPanel into the preference window + * + */ class EditorPrefs : public wxPreferencesPage { public: virtual wxString GetName() const { return "Editor"; } -- cgit v1.2.3