Hi Dimitri,

Good to hear, thanks for the quick response.

Albert

On Mon, Jul 30, 2012 at 10:36 AM, Dimitri Van Heesch <doxy...@gmail.com> wrote:
> Hi Albert,
>
> On Jul 28, 2012, at 2:21 , Albert Huang <ashu...@gmail.com> wrote:
>
>> Hi,
>>
>> First, thanks for all the work done on doxygen - it's been an
>> incredibly useful tool for me.
>>
>> I've been trying to use tagfiles to let one project ('b') link to
>> documentation generated by another ('a').  I have some links
>> successfully generated, but am having trouble with others.
>>
>> What I've observed is that if a class in 'a' appears as a parameter to
>> a function in 'b', then no link to 'a' is present in the autogenerated
>> html function documentation.  However, if the class is explicitly
>> mentioned in the comment docs (e.g., using a \sa tag or just
>> mentioning the class by name), then a link to the external class in
>> 'a' is correctly generated where it's explicitly mentioned.  Is there
>> a way to get the link generated where the class appears as a function
>> parameter?
>>
>> An example is here:
>> https://docs.google.com/open?id=0B9gNc_pqdNYwSjF4cVdkQUc5N3c
>
> I can reproduce this with your example. It is a bug, and I'll fix it.
> The problem is that the namespace A is not documented and hence not exported
> in the tag file. It made the search of A::A fail when doing a normal symbol
> lookup in the correct scope. A literal match would have worked here, so that
> should have been used as a fallback, as is done in the documentation already.
>
> Regards,
>   Dimitri
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to