[Doxygen-users] referencing methods in generated code
Brought to you by:
dimitri
From: <bl...@bl...> - 2001-11-12 08:27:45
|
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"? Kind Regards Jesper. PS: Sorry if this turns out to be a dummy HTML question.... |