Re: [Doxygen-users] Link to Detailed Description of a source file?
Brought to you by:
dimitri
|
From: Peter S. <pe...@gm...> - 2020-10-24 12:40:58
|
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 > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |