Hi Nico,

Thanks for the explanation. I remember again some of the problems /
features you describe.
In the 1.7.3 version I've sen some links that were incorrect as they
pointed to modules that wer e not used in that particular source
(variables with the same name but in multiple modules, not nice and
error prone but without problems allowed). When I'm not mistaken,
after 1.7.3 (?) the module name was added to the variable name in the
defining module and used in the search, but in the referenced places
this is not done (we have to see which modules are USEd and than see
if one of these combinations matched, a complication factor is the
ONLY statement).
The problem is somewhere on my lists but I have not had enough time to
try to implement it.

Albert

On Tue, Oct 2, 2012 at 8:38 AM, Trost, Nico (INR) <nico.tr...@kit.edu> wrote:
> Hi Albert,
>
> Sorry for the insufficient description.
> Regarding 1.7.3, when I browse subroutine source files in doxygen, variables 
> declared in modules are linked within those subroutine source files, in 
> addition they are also highlighted in the source code shown by doxygen. This 
> makes tracking them down really easy, especially if someone starts working 
> with my code. However, if I compile exactly the same code with 1.8.2 (same 
> doxygen config file) those links to the module where the variable is declared 
> vanish and there is also no more highlighting in the source files.
> When comparing compiler output of 1.7.3 and 1.8.2, it differs by
>
>   - symbol cache used 819/65536 hits=69623 misses=819
>   - lookup cache used 995/65536 hits=4552 misses=1006
>
> for 1.8.2. I am happy to supply more details on my issue if this somehow 
> helps to find out what I am doing wrong.
> Thanks!
>
> Nico
>
> -----Original Message-----
> From: albert.v.d.m...@gmail.com [mailto:albert.v.d.m...@gmail.com] On Behalf 
> Of Albert
> Sent: Montag, 1. Oktober 2012 19:28
> To: Trost, Nico (INR)
> Cc: doxygen-users@lists.sourceforge.net
> Subject: Re: [Doxygen-users] variable linking in v1.8.2 and v1.7.3
>
> Hi Nico,
>
> I know that there have been quite a few changes regarding linking as well 
> (see also emails to Aziz regarding subroutines).
> What are you exactly mean with a "global variable" (variables in modules ?) 
> and where are you exactly missing the links ?
>
> Albert
>
> On Mon, Oct 1, 2012 at 11:27 AM, Trost, Nico (INR) <nico.tr...@kit.edu> wrote:
>> I have a question regarding doxygen versions 1.7.3 and 1.8.2. I have
>> been using doxygen v1.7.3 to document my fortran 90 code including
>> variable links and highlighting. Somehow, when I upgraded doxygen to
>> 1.8.2 global variable linking is not working anymore. Subroutines are
>> still linked properly. Any ideas?
>>
>>
>> ----------------------------------------------------------------------
>> --------
>> Got visibility?
>> Most devs has no idea what their production app looks like.
>> Find out how fast your code is with AppDynamics Lite.
>> http://ad.doubleclick.net/clk;262219671;13503038;y?
>> http://info.appdynamics.com/FreeJavaPerformanceDownload.html
>> _______________________________________________
>> Doxygen-users mailing list
>> Doxygen-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>>

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to