Re: [Doxygen-users] Howto get HTML links to functions so external documents links o function docume
Brought to you by:
dimitri
From: Dimitri V. H. <do...@gm...> - 2008-10-18 14:39:21
|
Hi Pierre, On 17 okt 2008, at 03:44, Pierre Rouleau wrote: > Hi all, > > I would like to create external HTML documentation that would have > link to Doxygen generated documentation. I'd like to be able to link > to documentation of global C/C++ functions or even C++ class member > functions. The HTML link generatd by doxygen do not seem to be > persistent and seem o change from run of Doxygen to another. Is there > a way to instruct Doxygen to generate some type of persistent links to > the functions? Doxygen does generate persistent links already (unless SHORT_NAMES is set to YES). So I'm interested in which links you see change from one run to another. Regards, Dimitri |