Re: [Doxygen-users] Automatic link generation occasionally not working

2014-04-17 Thread marco restelli
2014-04-17 11:08 GMT+0200, marco restelli : > Hi all, >I am using Doxygen (version 1.8.5) to document a fortran code and I > have a small problem with the automatic link generation. > > I define a type > > type :: c_stv > ... > end type c_stv > > and then, in the doxygen documentation, I type

[Doxygen-users] Automatic link generation occasionally not working

2014-04-17 Thread marco restelli
Hi all, I am using Doxygen (version 1.8.5) to document a fortran code and I have a small problem with the automatic link generation. I define a type type :: c_stv ... end type c_stv and then, in the doxygen documentation, I type c_stv and I would like to get a link to the type definition.