Don't generate docs for the wxObjectDataPtr template

This commit is contained in:
Robin Dunn
2020-03-20 13:29:43 -07:00
parent ef1edacc20
commit 9813e50502

View File

@@ -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')