mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Phoenix: sizers_overview.rst expanded; added a bunch of "contributed" snippets on various classes/methods; many fixes on strange doxygen layouts and XML hierarchies; fixed many cross-references between classes/methods/functions in the etg files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -165,8 +165,10 @@ def BuildEnumsAndMethods(sphinxDir):
|
||||
|
||||
# Avoid Sphinx warnings on wx.TreeCtrl
|
||||
text = text.replace('**( `', '** ( `')
|
||||
|
||||
# Replace EmptyString stuff
|
||||
text = text.replace('EmptyString', "''")
|
||||
for item in ['wx.EmptyString', 'EmptyString']:
|
||||
text = text.replace(item, '""')
|
||||
|
||||
# Replace ArrayXXX stuff...
|
||||
for cpp in ['ArrayString()', 'ArrayInt()', 'ArrayDouble()', 'ArrayString']:
|
||||
|
||||
Reference in New Issue
Block a user