mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Don't generate docs for the wxObjectDataPtr template
This commit is contained in:
@@ -95,6 +95,7 @@ def run():
|
||||
c = module.find('wxObjectDataPtr< T >')
|
||||
c.name = 'wxObjectDataPtr'
|
||||
c.piIgnored = True
|
||||
c.docsIgnored = True
|
||||
|
||||
# fix up the ctor/dtor due to name change above
|
||||
ctor = c.find('wxObjectDataPtr')
|
||||
|
||||
Reference in New Issue
Block a user