Changeset 350:4203b7f4762e


Ignore:
Timestamp:
03/24/10 16:00:43 (3 years ago)
Author:
tholt
Branch:
default
Convert:
svn:76c98907-0e80-4c83-94c7-b346fc2aefc2/trunk@356
Message:

Make epydoc work again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • avango-doc/epydoc/SConscript

    r146 r350  
    3535    '', 
    3636    '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 . ' 
    3839    + avango.build.get_python_path().abspath + '/avango', 
    3940    chdir = 1) 
     
    4546    '', 
    4647    '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 . ' 
    4850    + avango.build.get_python_path().abspath + '/avango', 
    4951    chdir = 1) 
Note: See TracChangeset for help on using the changeset viewer.