Generated API reference fixes

This commit is contained in:
rdb 2016-02-01 14:49:09 +01:00
parent c855049f24
commit 2c61260c5f
3 changed files with 1577 additions and 971 deletions

View File

@ -1,3 +1,5 @@
""" This is a deprecated module that creates a global instance of ShowBase. """
__all__ = []
print('Using deprecated DirectStart interface.')

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,6 @@
"""Undocumented Module"""
""" This module contains ShowBase, an application framework responsible
for opening a graphical display, setting up input devices and creating
the scene graph. """
__all__ = ['ShowBase', 'WindowControls']