Re: [Doxygen-users] Automatic link generation occasionally not working
Brought to you by:
dimitri
From: marco r. <mre...@gm...> - 2014-04-17 09:24:50
|
2014-04-17 11:08 GMT+0200, marco restelli <mre...@gm...>: > 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 |