diff options
author | Anatoly Techtonik <techtonik@gmail.com> | 2011-06-21 20:49:21 (GMT) |
---|---|---|
committer | Anatoly Techtonik <techtonik@gmail.com> | 2011-06-21 20:49:21 (GMT) |
commit | b5e99e4b9c21b6715bb2e2c6f80fe86ac8030f62 (patch) | |
tree | ac2c4500a28f3e62d24f858e1dcc3c298094390e /src | |
parent | b4c0111c87094a7a4eac89caeb74a3df91322f51 (diff) | |
download | SCons-b5e99e4b9c21b6715bb2e2c6f80fe86ac8030f62.zip SCons-b5e99e4b9c21b6715bb2e2c6f80fe86ac8030f62.tar.gz SCons-b5e99e4b9c21b6715bb2e2c6f80fe86ac8030f62.tar.bz2 |
API Docs Build: Use epydocs module if command line utility is
not found in PATH. Actual for Windows, can be refactored later
into epydocs builder. HTML only for now.
Review: http://codereview.appspot.com/4639061/
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 318bd07..277dcfd 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -116,6 +116,9 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE versions side by side. This custom logic was incompatible with easy_install way of doing things. + - Use epydoc module for generating API docs in HTML if command line + utility is not found in PATH. Actual for Windows. + From Alexander Goomenyuk: - Add .sx to assembly source scanner list so .sx files |