"Harry Fuecks" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Wondering if a tool exists to generate "cross reference" documentation
> for Python code bases?

PyXR does cross referencing.  epydoc generates good doc from comments
(javadoc style):

  http://pyxr.sourceforge.net/
  http://epydoc.sourceforge.net/

This their output run over a non-trivial codebase:

  http://www.bitpim.org/pyxr/
  http://www.bitpim.org/apidoc/

It would be really nice if they were both integrated together.

Roger 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to