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. The code is distributed in different files and directories,
so I think the reason is that when processing some files the symbol
c_stv is known to refer to a user defined type while when processing
other files it is not.

Is there a general rule to make sure that a symbol is treated
correctly among files and directories, such as specifying the order in
which these files should be processed by doxygen?

If not, is there a way to manually specify the link when it is
missing?

Thank you, sincerely,
   Marco Restelli

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