Re: [Doxygen-users] doxygen for CodeWarrior?
Brought to you by:
dimitri
From: Luigi B. <bal...@ma...> - 2002-01-11 08:47:44
|
Hi Uwe, At 11:20 PM 1/10/02 -0800, Uwe Behrens wrote: >Now for my question: Is anybody aware of a port of doxygen as a plug-in >for CodeWarrior on MacOS (pre OS X)? I would like to use it on the >Macintosh, and the most useful way of doing so seems to have it >integrated in the IDE. I would like to see this as well. However the main problem is, Doxygen delegates to other programs to do part of the work, such as ghostscript, dot, and epstopdf. Apart from the latter having been ported to the Macintosh (I'm aware of ghostscript and epstopdf ports, but not of dot), if I'm not mistaken, currently Doxygen drives the ancillary programs by building the corresponding command line and telling the system to execute it. But there's no such thing as a command line on MacOS classic---the way for programs to drive each other and in general to communicate is to exchange AppleEvents, which should be added to Doxygen from scratch. However, there's always the possibility that you volunteer for that :) Bye, Luigi |