[Doxygen-users] Automatic link generation occasionally not working
Brought to you by:
dimitri
From: marco r. <mre...@gm...> - 2014-04-17 09:08:28
|
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 |