Re: Problem linking functions/methods with Doxygen

Mathias Gaunard <[email protected]> Mon, 05 Aug 2013 15:52:04 +0200
Newsgroups gmane.comp.lib.boost.documentation
Message-ID <[email protected]>
On 17/07/2013 04:11, Kyle Lutz wrote:
> Hi,
>
> I've recently updated my library [1] to use Doxygen for its reference
> documentation instead of BoostBook. The commit is here [2]. Overall it
> worked out great but I did encounter a few issues. The largest is that
> function linking/referencing now longer seems to work :-(.
>
> For example, on this page [3], the link to the "system::platforms()"
> method is not properly created.

I suppose this is a \c system::platforms() in the Doxygen comment?
Did you try fully qualifying it or removing the parentheses?