[Doxygen-users] Multiple functions with same name

2015-01-29 Thread Fabian Cenedese
Hi I know that this question has been asked before, but none of the results in the internet really solved my problem. I also wanted to see if doxygen may have new features to help with this problem. I'm developing a C-project where I have basically the same code for several variants of controller

Re: [Doxygen-users] Multiple functions with same name-how to reference?

2014-08-06 Thread Tom Udale
Hi Dimitri, >> 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. I really having it all together in

Re: [Doxygen-users] Multiple functions with same name-how to reference?

2014-07-24 Thread Tom Udale
Hi Dimitri, >> >> 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. I see. Is there a nice way to

Re: [Doxygen-users] Multiple functions with same name-how to reference?

2014-07-24 Thread Dimitri van Heesch
Hi Tom, On 23 Jul 2014, at 18:12 , Tom Udale 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

Re: [Doxygen-users] Multiple functions with same name-how to reference?

2014-07-23 Thread Tom Udale
rom: > > > Tom Udale > > To: > > > doxygen-users@lists.sourceforge.net, > > Date: > > > 07/23/2014 12:39 PM > > Subject: > > > [Doxygen-users] Multiple functions with same name-how to reference? > > --

[Doxygen-users] Multiple functions with same name-how to reference?

2014-07-23 Thread Tom Udale
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. How do I \ref a specific one? Obviously simply using \ref main picks the first one doxygen finds. I tried something like \ref devic