[Doxygen-users] Multiple functions with same name-how to reference?
Brought to you by:
dimitri
From: Tom U. <to...@io...> - 2014-07-23 16:38:48
|
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 deviceA_main.c#main but that did not work. Is there a way to do this? Indeed I notice that doxygen in general gets a little confused here. Does it not have some level of locality when dealing with multiple programs in different directories? That is, a way to notice that void foo(); in \devicea\file1.h goes with the void foo(){} in \devicea\file1.c not the one in in \deviceb\file1.c? All the best, Tom |