Convert some code snippets for the docs.

This commit is contained in:
Robin Dunn
2016-08-13 17:33:33 -07:00
parent 5b831d5498
commit 25d687d8a3
10 changed files with 61 additions and 0 deletions

View File

@@ -182,6 +182,8 @@ def replaceCppItems(line):
item = 'string'
elif 'wxCoord' == item:
item = 'int'
elif 'time_t' == item:
item = 'int'
elif item == 'char':
item = 'int'
elif item == 'double':