Re: [Doxygen-users] referencing methods in generated code
Brought to you by:
dimitri
From: <bl...@kl...> - 2001-11-28 10:11:48
|
Chris Niekel <cn...@zo...> writes: | 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. Right, but I want to refer to doxygen generated documentation from outside. i.e. from an HTML page, which is not under the control of doxygen. |