Re: [Doxygen-users] Multiple functions with same name-how to reference?
Brought to you by:
dimitri
From: Tom U. <to...@io...> - 2014-07-24 19:54:33
|
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 tie them all together into one website that does not require significant outside HTML coding? >> 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. That is too bad. All the best, Tom |