Re: Fortran Support and Doxygen
"Dimitri van Heesch" <[email protected]>
| Newsgroups | gmane.text.doxygen.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Alin, On 10/12/07, Alin M Elena <[email protected]> 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 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Doxygen-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/doxygen-develop