Re: [Doxygen-develop] Fortran Support and Doxygen
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2007-10-16 18:25:57
|
Hi Alin, On 10/12/07, Alin M Elena <ali...@qu...> wrote: > > Hi, > > I was glad to find out that doxygen supports fortran now. (I have waited > few > years for it). > > Now I would like to make the output of doxygen to look more fortran like. > change class -> module, struct -> type ... > Probably one of the simplest methods will be to have a variable > OPTIMIZE_OUTPUT_FOR_FXX similar with C. > > I had a look in the code and seems that the file(s) that have to be > changed > will be src/translator_xx.h. I can invest some time in making the changes > there. I suggest to just implement them in translator.h only, then I'll make a translator_adapter for it and others can fill in the various translations. > For that I have to "register" OPTIMIZE_OUTPUT_FOR_FXX (or whatever name is > found useful). I do no have the time to read the sources to see how to add > correctly this variable. > Can you give me some hints about? Just look in config.l, and you'll find the list with configuration options. Just add a boolean entry for yours, let's call it OPTIMIZE_FOR_FORTRAN for clarity. Regards, Dimitri |