diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-04 11:51:31 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-04 11:51:31 +0200 |
| commit | 40f0d247905003af19933dc48738657cbc2c0c72 (patch) | |
| tree | 06266c99bf1ad73832b0d04708e3fe14a560e755 /src/binres | |
| parent | df24fb019f144493a99baaaf49c093874611ddf4 (diff) | |
Improve documentation
Diffstat (limited to 'src/binres')
| -rw-r--r-- | src/binres/binres.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/binres/binres.hpp b/src/binres/binres.hpp index cf48c14..2fd00e8 100644 --- a/src/binres/binres.hpp +++ b/src/binres/binres.hpp @@ -6,7 +6,6 @@ * @date 2023-05-12 * * @copyright Copyright (c) 2023 - * */ #pragma once @@ -19,6 +18,7 @@ * @param icon The icon name * @param size Scale the icon to the specified size * @return wxBitmap + * @ingroup binres */ wxBitmap LoadPNG(std::string icon, wxSize size); @@ -27,6 +27,7 @@ wxBitmap LoadPNG(std::string icon, wxSize size); * * @param icon * @return wxBitmap the image or wxNullBitmap if not found + * @ingroup binres */ wxBitmap LoadPNG(std::string icon); |
