Skip to content

Commit

Permalink
More docblock fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
bXi committed Jul 29, 2024
1 parent 7e7a84a commit f183425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions window/windowhandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ class Window {
static void SetScale(int scalefactor) { get()._setScale(scalefactor); }

/**
* @brief Sets the size of the window.
* @brief Gets the scale factor of the window.
*
* @return The currently used scaling factor.
*/

static float GetScale() { return get()._getScale(); }

/**
* @brief Gets the size of the window.
* @brief Sets the size of the window.
*
* @param width The width of the window.
* @param height The height of the window.
Expand Down

0 comments on commit f183425

Please sign in to comment.