Various documentation fixes for PseudoDC

This commit is contained in:
Robin Dunn
2016-07-29 18:56:03 -07:00
parent a9ad5419e9
commit 4732fcdf18
2 changed files with 65 additions and 58 deletions

View File

@@ -180,6 +180,8 @@ def replaceCppItems(line):
if 'wxString' in item:
item = 'string'
elif 'wxCoord' == item:
item = 'int'
elif item == 'char':
item = 'int'
elif item == 'double':