On Oct 2, 11:38 am, Medi <montas...@gmail.com> wrote:
> Can I present multiple directories to epydoc to process. For example
>
> epydoc -option -option -option dir_1 dir_2 dir_3
>

I know nothing of epydoc.

However, it looks like it should be something like:

  epydoc -option dir_1 -option dir_2 -option dir_3

...if anything would work at all.

You may want to contact the epydoc mailing list for better guidance,
though.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to