Re: [Doxygen-users] Multiple functions with same name-how to reference?
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2014-07-24 18:40:12
|
Hi Tom, On 23 Jul 2014, at 18:12 , Tom Udale <to...@io...> wrote: > Hi All, > > I am using doxygen 1.8.7 to document our embedded firmware repository. > There are a number of individual projects there each with its own main > function. In that case I typically suggest to do a doxygen run for each project separately. > > How do I \ref a specific one? Obviously simply using \ref main picks > the first one doxygen finds. I tried something like > > \ref deviceA_main.c#main > > but that did not work. > > Is there a way to do this? > No there is not. Wouldn't work correctly with automatic links. Regards, Dimitri |