Kevin Cameron wrote:
> Stephen McInerney wrote:
>> My friend said the runtime efficiency of Doxygen on his build was much
>> worse on the Python code than the C++ code, i.e. it took ages to parse
>> the Python code.
> It's not the efficiency of doxygen that's the question. The problem is 
> that you can add fields to objects as you go in Python so you need to do 
> a deep analysis of the code to determine the class structure which you 
> don't have to do with C++ (or Java).

So doxygen is actually doing this deep analysis?

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to