Changeset 350:4203b7f4762e
- Timestamp:
- 03/24/10 16:00:43 (3 years ago)
- Branch:
- default
- Convert:
- svn:76c98907-0e80-4c83-94c7-b346fc2aefc2/trunk@356
- File:
-
- 1 edited
-
avango-doc/epydoc/SConscript (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
avango-doc/epydoc/SConscript
r146 r350 35 35 '', 36 36 'epydoc --name "AVANGO Python Bindings" --docformat="restructuredtext" --html' 37 + ' --graph="classtree" --src-code-tab-width="2" --exclude-introspect="daemon" -o . ' 37 + ' --graph="classtree" --src-code-tab-width="2"' 38 + ' --exclude-introspect="daemon" --exclude-introspect="display" -o . ' 38 39 + avango.build.get_python_path().abspath + '/avango', 39 40 chdir = 1) … … 45 46 '', 46 47 'epydoc --name "AVANGO Python Bindings" --docformat="restructuredtext" --pdf' 47 + ' --no-private --graph="classtree" --src-code-tab-width="2" --exclude-introspect="daemon" -o . ' 48 + ' --no-private --graph="classtree" --src-code-tab-width="2"' 49 + ' --exclude-introspect="daemon" --exclude-introspect="display" -o . ' 48 50 + avango.build.get_python_path().abspath + '/avango', 49 51 chdir = 1)
Note: See TracChangeset
for help on using the changeset viewer.
