Re: [Tutor] How to make epydoc behave like doxygen

2007-02-14 Thread Kent Johnson
Hilton Garcia Fernandes wrote: > Dear all, > > unfortunately, i could not make epydoc 2.1 (stable) behave like doxygen, in > the sense that it could not make it generate function (or method) callgraphs. I don't know about epydoc but you might be interested in pycallgraph: http://pycallgraph.slow

[Tutor] How to make epydoc behave like doxygen

2007-02-14 Thread Hilton Garcia Fernandes
Dear all, unfortunately, i could not make epydoc 2.1 (stable) behave like doxygen, in the sense that it could not make it generate function (or method) callgraphs. The only diagrams i could make it creat e were class inheritance ones. Besides that, it transcribed the user-provided documentation