[Tutor] Efficiency of Doxygen on Python vs C++?

Kevin Cameron dkc at grfx.com
Fri Aug 17 00:30:25 CEST 2007


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).

Kev.

>
> Anyone agree/disagree, or have any efficiency tips on how to structure
> things for decent Doxygen performance?
>
> (I haven't used Doxygen myself and I don't have access to the build in 
> question).
>
> Regards,
> Stephen
>
> _________________________________________________________________
> Learn.Laugh.Share. Reallivemoms is right place! 
> http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us
>


-- 
http://www.grfx.com
mailto:dkc at grfx.com



More information about the Tutor mailing list