=== SCons ===
[#17867] Adds option to SCONS to generate Python API documentation Added patch from Brandano with some small improvements (BF_DOCDIR, clean) by yours truly. To use make sure you have epydoc installed. Enable with WITH_BF_BPYDOC=1.
This commit is contained in:
@@ -35,6 +35,7 @@ GetBuildPath = SConsEnvironment.GetBuildPath
|
||||
|
||||
# a few globals
|
||||
root_build_dir = ''
|
||||
doc_build_dir = ''
|
||||
quickie = None # Anything else than None if BF_QUICK has been passed
|
||||
quicklist = [] # The list of libraries/programs to compile during a quickie
|
||||
program_list = [] # A list holding Nodes to final binaries, used to create installs
|
||||
|
Reference in New Issue
Block a user