[Doxygen-users] Links to another page, but not the top.
Brought to you by:
dimitri
From: 'Carlo W. <ca...@al...> - 2001-11-22 00:07:07
|
Hi, I'd like to link to some anchor that is defined on another page, but that doesn't seem to be allowed. In the documentation of one file I added: \anchor preparation_step2 And in another file I would like to use: /** \file macro_ForAllDebugChannels.h * Do not include this header file directly, instead include \link preparation_step2 "debug.h" \endlink. */ However, this results in: /home/carlo/c++/libcw_branch-threading/src/libcwd/include/libcw/macro_ForAllDebugChannels.h:1 Warning: link to unknown entity `preparation_step2' in the documentation of this entity! Can anyone tell me if it is doable to link to an anchor that is not on the same page? Or am I doing something wrong? -- Carlo Wood <ca...@al...> |