diff --git a/etg/object.py b/etg/object.py index 8074ffa6..cb86d495 100644 --- a/etg/object.py +++ b/etg/object.py @@ -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')