[Doxygen-develop] Not going to make changes to doxygen
Brought to you by:
dimitri
From: Carlo W. <ca...@al...> - 2001-11-27 03:52:33
|
On Tue, Nov 27, 2001 at 02:33:49AM +0100, Carlo Wood wrote: > 1) checkout the latest CVS, configure and compile it > and create a test environment that I can work with. After a closer investigation of my problem, I finally found out that in most cases doxygen is doing the right thing. It was very unclear WHEN doxygen will lookup variables/functions/classes etc. and where it would look etc. Because I ran often into cases that it did not work I concluded that it was broken in general :/. Fortunately, it seems that doxygen mostly is doing an excellent job in finding the right classes when referenced in the documentation (without using the namespace they are in). It doesn't work inside a @addtogroup inside a namespace; apparently the fact that this happens inside a namespace is ignored. But now I know that, I can't afford to put time into that. I still don't understand when doxygen needs a '\ref' command to do a lookup (in some cases it seems to make a link to simple words (like the 'A' in the example my previous post) while in other cases I need to add an explicit '\ref'... weird. Back to his own project, -- Carlo Wood <ca...@al...> |