2014-04-17 11:08 GMT+0200, marco restelli <mreste...@gmail.com>:
> 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. What I see is that
> sometimes the link is generated correctly, while sometimes it is
> missing.

I see now that probably the situation is simpler: assuming that c_stv
is defined in the module  mod_stv, I can get the link by using:
* in the file mod_stv.f90 -> c_stv
* in any other file       -> mod_stv::c_stv

I think this solves my problem; sorry for not realizing this before.

Marco

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to