aboutsummaryrefslogtreecommitdiff
path: root/src/binres/binres.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-06-04 11:51:31 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-06-04 11:51:31 +0200
commit40f0d247905003af19933dc48738657cbc2c0c72 (patch)
tree06266c99bf1ad73832b0d04708e3fe14a560e755 /src/binres/binres.hpp
parentdf24fb019f144493a99baaaf49c093874611ddf4 (diff)
Improve documentation
Diffstat (limited to 'src/binres/binres.hpp')
-rw-r--r--src/binres/binres.hpp3
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);