Re: pretty pictures

2003-01-17 Thread James Michael DuPont
cool! i will try that out. mike --- Bart Schuller <[EMAIL PROTECTED]> wrote: > On Thu, Jan 16, 2003 at 10:46:21AM -0800, Marc M. Adkins wrote: > > I have a Perl program that processes Perl source and generates fake > C++ > > headers that doxygen will process. Doxygen doesn't have a hook for > add

Re: pretty pictures

2003-01-17 Thread Bart Schuller
On Thu, Jan 16, 2003 at 10:46:21AM -0800, Marc M. Adkins wrote: > I have a Perl program that processes Perl source and generates fake C++ > headers that doxygen will process. Doxygen doesn't have a hook for adding a I've done the same thing, you can get it or see the output here: http://smop.org/

Re: pretty pictures

2003-01-17 Thread Simon Wistow
On Thu, Jan 16, 2003 at 11:25:34AM -0800, Tupshin Harper said: > The ability to download autodia off of the primary site and the mirror > is unfortunately broken. Fwd-d to the author and apparently it's fixed now. Simon

Re: pretty pictures

2003-01-16 Thread Tupshin Harper
The ability to download autodia off of the primary site and the mirror is unfortunately broken. -Tupshin James Michael DuPont wrote: --- Mitchell N Charity <[EMAIL PROTECTED]> wrote: Doxygen unfortunately doesn't handle perl code, and even has problems with parrot's C. You might be

RE: pretty pictures

2003-01-16 Thread Marc M. Adkins
I have a Perl program that processes Perl source and generates fake C++ headers that doxygen will process. Doxygen doesn't have a hook for adding a new parser, so this is the only way to hack it. The doxygen way of doing things depends pretty heavily on special comments. My doxygen hack pulls a

Re: pretty pictures

2003-01-16 Thread James Michael DuPont
--- Mitchell N Charity <[EMAIL PROTECTED]> wrote: > Doxygen unfortunately doesn't handle perl code, and even has problems > with parrot's C. You might be interested in autodia, it handles perl. http://droogs.org/autodia/ > (IMHO, the world needs a wrapper hack which allows > you to run all thes