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
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.