We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a8dd7 commit 0422d05Copy full SHA for 0422d05
1 file changed
cfg/wxwidgets.cfg
@@ -0,0 +1,17 @@
1
+<?xml version="1.0"?>
2
+<def format="2">
3
+ <!-- http://docs.wxwidgets.org/trunk/group__group__funcmacro__string.html#ga437ea6ba615b75dac8603e96ec864160 -->
4
+ <!-- #define wxT (string) -->
5
+ <define name="wxT" value=""/>
6
+ <!-- http://docs.wxwidgets.org/trunk/classwx_string.html#addd9ccfa3ae2b7ab2d66bcbf034d0be0 -->
7
+ <!-- static wxString wxString::Format(const wxString & format, ...) -->
8
+ <function name="wxString::Format">
9
+ <noreturn>false</noreturn>
10
+ <leak-ignore/>
11
+ <formatstr/>
12
+ <arg nr="1">
13
14
+ <not-uninit/>
15
+ </arg>
16
+ </function>
17
+</def>
0 commit comments