> >>Hi,
> >>
[quoted text clipped - 7 lines]
>
> Dirk
The SD Java Source Browser gives complete and language-accurate
cross references for every symbol.
-- IDB
> >>Hi,
> >>
[quoted text clipped - 12 lines]
>
> I need to find out where certain methods of a certain class are used.
During development eclipse is paramount at this task. With the call
hiearchy you can even find all places several levels deep and navigate
there quickly.
> I
> took a look at the Doxygen tool but I think it only can show cross
> references when extra tags are added to the code.
That's not true as far as I can see. I did a check right now with doxygen
version 1.3-rc1 and it includes a line containing hyperlinks to all
methods that invoke the method.
Kind regards
robert
Dirk Daems - 27 Dec 2004 11:08 GMT
>>>>Hi,
>>>>
[quoted text clipped - 34 lines]
>
> robert
Hi Robert,
Can you tell me what option you added to get those cross references?
Thanks in advance,
Dirk
Robert Klemme - 27 Dec 2004 14:50 GMT
> Hi Robert,
>
> Can you tell me what option you added to get those cross references?
>
> Thanks in advance,
> Dirk
I think it's in section "configuration options related to source
browsing":
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
If that doesn't help I can email you my doxygen.ini.
Kind regards
robert