Skip to content

Commit

Permalink
Rename false names in doxygen descriptions for EditBoxSlider
Browse files Browse the repository at this point in the history
  • Loading branch information
Schweini07 committed Mar 30, 2024
1 parent 41644f5 commit 63f98f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/TGUI/Widgets/EditBoxSlider.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ TGUI_MODULE_EXPORT namespace tgui
TGUI_NODISCARD static EditBoxSlider::Ptr copy(const EditBoxSlider::ConstPtr& editBoxSlider);

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// @brief Returns the renderer of edit box buttons part of widget
/// @brief Returns the renderer of edit box part of widget
/// @return Temporary pointer to the renderer that may be shared with other widgets using the same renderer
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TGUI_NODISCARD EditBoxRenderer* getEditBoxSharedRenderer();
Expand Down Expand Up @@ -135,9 +135,9 @@ TGUI_MODULE_EXPORT namespace tgui


/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// @brief Changes the size of the spin control
/// @brief Changes the size of the edit box slider
///
/// @param size The new size of the spin control
/// @param size The new size of the edit box slider
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void setSize(const Layout2d& size) override;
using SubwidgetContainer::setSize;
Expand Down

0 comments on commit 63f98f6

Please sign in to comment.