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



------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to