Generated API reference fixes
This commit is contained in:
parent
c855049f24
commit
2c61260c5f
|
|
@ -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
|
|
@ -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']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue