Re: [Doxygen-users] Workaround for the @example problem
Brought to you by:
dimitri
|
From: Mario S. <mar...@ds...> - 2006-04-12 11:55:50
|
Hello, Alok Narula wrote: > > To resolve this cross-referencing problem, I open the HTML version of > the Example file created by Doxygen and get the anchor for the > function that I want to cross-reference. Then I start an @htmlonly and > @endhtmlonly block in my function documentation block and insert the > link to the anchor inside this > block. The cross-reference is created and I can link forward. However > this is a workaround. Does anybody know of any other solution? Not sure, but maybe with an @anchor in the function and a @ref in the example file? Mario |