mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +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:
@@ -87,7 +87,7 @@ class SipWrapperGenerator(generators.WrapperGeneratorBase):
|
||||
if module.name.startswith('_'):
|
||||
doc = ''
|
||||
if module.docstring:
|
||||
doc = '\n"""\n%s\n"""\n' % module.docstring
|
||||
doc = '\n"""\n%s"""\n' % module.docstring
|
||||
stream.write("""\
|
||||
%%Extract(id=pycode%s, order=5)
|
||||
# This file is generated by wxPython's SIP generator. Do not edit by hand.
|
||||
|
||||
Reference in New Issue
Block a user