mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Put the module docstrings on the module index pages
Plus some other changes to start using using the "wx." prefix on names in the docs. (More are still needed but this is a start.
This commit is contained in:
@@ -693,6 +693,11 @@ def PickleClassInfo(class_name, element, short_description):
|
||||
|
||||
# ----------------------------------------------------------------------- #
|
||||
|
||||
# TODO: It would be nice to handle tracking the modules in a better way that
|
||||
# doesn't need to import and use the ITEMS list in etg files. There are too
|
||||
# many items added on the fly to try and keep track of them separately. We
|
||||
# can add the module name to the saved data while in the etg/generator stage.
|
||||
|
||||
global ALL_ITEMS
|
||||
ALL_ITEMS = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user