Re: [Doxygen-users] referencing methods in generated code
Brought to you by:
dimitri
From: Chris N. <cn...@zo...> - 2001-11-14 15:55:56
|
On Mon, Nov 12, 2001 at 09:27:35AM +0100, Jesper K. Pedersen wrote: > I would like to reference methods in the generated HTML, but looking at the > HTML, I see that the named tags are somthing like "a3", rather than > something including the method names. > > Example: > <a name="a1" doxytag="KDConfigWidget::addGroup"></a> > > My question thus is, is it possible to reference this location using > KDConfigWidget::addGroup rather than "a1"? Doxygen does this quite automatically with the automatic tags. In your documentation, refer to KDConfigWidget::addGroup, or to #addGroup. The link to the class will appear in the output. Greetings, Chris Niekel |