mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-10 03:58:56 -06:00
Document "expmode" argument of exported array macros
At least mention the previously missing "expmode" argument in the documentation. Closes #17156.
This commit is contained in:
parent
870a545345
commit
9589eaa113
@ -684,7 +684,7 @@ public:
|
||||
*/
|
||||
#define WX_DECLARE_OBJARRAY(T, name)
|
||||
#define WX_DECLARE_EXPORTED_OBJARRAY(T, name)
|
||||
#define WX_DECLARE_USER_EXPORTED_OBJARRAY(T, name)
|
||||
#define WX_DECLARE_USER_EXPORTED_OBJARRAY(T, name, expmode)
|
||||
//@}
|
||||
|
||||
//@{
|
||||
@ -792,7 +792,7 @@ public:
|
||||
*/
|
||||
#define WX_DEFINE_SORTED_ARRAY(T, name)
|
||||
#define WX_DEFINE_SORTED_EXPORTED_ARRAY(T, name)
|
||||
#define WX_DEFINE_SORTED_USER_EXPORTED_ARRAY(T, name)
|
||||
#define WX_DEFINE_SORTED_USER_EXPORTED_ARRAY(T, name, expmode)
|
||||
//@}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user