[Doxygen-users] Find duplicate variables in Fortran Code
Brought to you by:
dimitri
From: Fabian N. <fab...@sc...> - 2015-07-08 08:39:22
|
Hi everyone, we just stumbled across the fact that our code contains variables with the same name that are declared in more than one place. Some are also declared in two different modules (ok, technically those are two different variables, but you get what I mean...), which isn`t very nice although it`s technically ok if you don`t use both of these modules at the same time. My question is: Is there any trick to get a list of those variables (especially those declared in more than one module) with Doxygen? I see that in our HTML output when searching for a variable that is defined in two modules, I`m presented with both modules where a variable with that name is declared. So in fact, the info I`m looking for is there in some way, but is there a way to get it in a single list somehow? I don`t need a 'nice' solution, some dirty hack would work as well... Regards, Fabian. |