mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Generate attribute docs for exposed C++ attributes like properties.
This commit is contained in:
@@ -222,7 +222,7 @@ def pythonizeType(ptype, is_param):
|
||||
if 'size_t' in ptype:
|
||||
ptype = 'int'
|
||||
elif 'wx.' in ptype:
|
||||
ptype = ptype[3:]
|
||||
ptype = ptype[3:] # ***
|
||||
else:
|
||||
ptype = wx2Sphinx(replaceCppItems(ptype))[1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user