Browse Source

Generated API reference fixes

rdb 10 years ago
parent
commit
2c61260c5f

+ 2 - 0
direct/src/directbase/DirectStart.py

@@ -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
+ 486 - 355
direct/src/directscripts/Doxyfile.cxx


+ 3 - 1
direct/src/showbase/ShowBase.py

@@ -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']
 

Some files were not shown because too many files changed in this diff