Damon,

> For C++, we use the class name
>
> \ref myClassName::foo()

Right, I do that too for C++.  Do you know a way for C?  I can only 
think of the filename as a differentiating element there but I cannot 
find a way to tell doxygen that.

Cheers,

Tom






>
> - Damon
>
> Inactive hide details for Tom Udale ---07/23/2014 12:39:25 PM---Hi All,
> I am using doxygen 1.8.7 to document our embedded firmwTom Udale
> ---07/23/2014 12:39:25 PM---Hi All, I am using doxygen 1.8.7 to document
> our embedded firmware repository.
>
>
>     From:
>
>       
> Tom Udale <t...@ionoptix.com>
>
>     To:
>
>       
> doxygen-users@lists.sourceforge.net,
>
>     Date:
>
>       
> 07/23/2014 12:39 PM
>
>     Subject:
>
>       
> [Doxygen-users] Multiple functions with same name-how to reference?
>
> ------------------------------------------------------------------------
>
>
>
> 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
>
>


------------------------------------------------------------------------------
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