aboutsummaryrefslogtreecommitdiff
path: root/src/binres/binres.hpp
diff options
context:
space:
mode:
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);