Re: [Doxygen-users] fortran doxygen state errors

2013-03-19 Thread Jim Edwards
Hi Albert, This helped me to determine that doxygen is not parsing the cpp code in my F90 files, the documentation in the manual suggests that the c-preprocessor is run first but does this step get bypassed for fortran files and if so is there a way not to bypass it? Thanks, On Sat, Mar 16, 2013

Re: [Doxygen-users] Tag-files and linking to variables.

2013-03-19 Thread markus israelsson
Hello Dimitri, and thank you for your quick answer. Downgrading to version 1.8.2 works fine on windows. I built latest svn trunk on windows (only doxygen, not doxywizard or any of the other programs) after applying the given patch to trunk. This did not fix the problem. I am not entirely sure th

[Doxygen-users] Escaping dash

2013-03-19 Thread Vaclav Petras
Hi, I wrote -- (two simple dashes/minus signs) to my Doxygen doc and they become en dash. This is good behavior in case of text but I had the word as a parameter for \c command. So, I expected it to behave as verbatim (preserve two minus signs). I solved this by escaping dash in the same way as b