Hi Albrecht,

in addition to automatic link generation in doxygen
(https://www.doxygen.nl/manual/autolink.html) you may use \anchor
(https://www.doxygen.nl/manual/commands.html#cmdanchor) to define any
link target and refer to it via \ref
(https://www.doxygen.nl/manual/commands.html#cmdref).

But maybe there is a simplier way to refer to the automatically created
details-tag (<a name="details" ...>) ...

Good luck - and have a nice time
        Peter

Am 13.10.2020 um 15:55 schrieb Albrecht Dreß:
Hi all,

Doxygen supports links to file pages by simply using the file name (e.g.
“source.c”).  However, the link points to the top of that file's
documentation page.  Would it also be possible to create a link to the
“Detailed Description” of that page, i.e. something like
“source.c#details”?

Thanks in advance,
Albrecht.


_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users



_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to