Re: Link to Detailed Description of a source file?
Peter Schöll <[email protected]> Sat, 24 Oct 2020 14:28:05 +0200
| Newsgroups | gmane.text.doxygen.general |
|---|---|
| Message-ID | <[email protected]> |
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=3D"details" ...>) ... Good luck - and have a nice time Peter Am 13.10.2020 um 15:55 schrieb Albrecht Dre=DF: > Hi all, > > Doxygen supports links to file pages by simply using the file name (e.g. > =93source.c=94).=A0 However, the link points to the top of that file's > documentation page.=A0 Would it also be possible to create a link to the > =93Detailed Description=94 of that page, i.e. something like > =93source.c#details=94? > > Thanks in advance, > Albrecht. > > > _______________________________________________ > Doxygen-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/doxygen-users >