diff --git a/source/RobotAPI/libraries/skills_gui/skill_details/ProfileMenuWidget.h b/source/RobotAPI/libraries/skills_gui/skill_details/ProfileMenuWidget.h
index 2041c2e9fc72e1b0a0e340e085ae3940b73cb57a..90857d0d27d2280ce985129f47c8b600622cf82c 100644
--- a/source/RobotAPI/libraries/skills_gui/skill_details/ProfileMenuWidget.h
+++ b/source/RobotAPI/libraries/skills_gui/skill_details/ProfileMenuWidget.h
@@ -9,6 +9,9 @@
 
 namespace armarx::skills::gui
 {
+    /**
+     * @brief The ProfileMenuWidget class is a convenience wrapper for a group of buttons shown in the GUI.
+     */
     class ProfileMenuWidget : public QWidget, public MemoryCommunicatorBase
     {
         Q_OBJECT
@@ -18,7 +21,7 @@ namespace armarx::skills::gui
         static const constexpr char* RESET_ARGS_BUTTON_TEXT = "Reset Args to Profile";
         static const constexpr char* DEFAULT_PROFILE_TEXT = "<No Profile selected. Using root>";
 
-        // contents are public, as this class is just a convenience wrapper
+        // contents are exposed, as this class is just a convenience wrapper
         QPushButton* setArgsFromClipboard = nullptr;
         QPushButton* copyArgsToClipboard = nullptr;
         QPushButton* resetArgsToProfile = nullptr;